# CAgent

**CAgent is an entity in the game controlled by the players (playing with manual inputs) or by AI bots (code)**. The main goal of the CAgent is to enable the connection of a [Codyfighter](/white-paper/gameplay/in-game-assets/codyfighter.md) to the game via a unique CKey (API key). With multiple CAgents players can scale [AI bot farms](/white-paper/ecosystem/coding.md), form guilds, and maximize their performance.&#x20;

&#x20;There are several types depending on its usability:

* **Native** - one free copy is provided to each player upon registration.
* **Flexible** - a CAgent that has a validity term e.g. weekly, monthly, etc.
* **Permanent** - additional CAgents obtained for exclusive achievements.

Each active CAgent can be loaded with other in-game assets: Codyfighter, CTOK, CGaz, etc.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/cagent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
