# In-game assets

Players need different assets to participate in the game: in-game currencies, characters, and additional items. Each in-game asset has its distinct purpose and function within the game. These items will be available on the [Player Dashboard](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard) page and additional ones can be purchased in the [marketplace](https://codyfight.gitbook.io/white-paper/ecosystem/free-market) or Codyfight’s official shop.

### Items

* [CAgent](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/cagent)
* [CFighter](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/codyfighter)
* [CBox](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/cbox)

### Currencies

* [CTOK](https://codyfight.gitbook.io/white-paper/tokenomics/ctok)
* [CGaz](https://codyfight.gitbook.io/white-paper/tokenomics/cgaz)


---

# 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.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.
