> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/vibe-coding/tokens.md).

# Tokens

**Creator's Tokens** panel displays the real-time consumption of Artificial Intelligence (AI) resources, allowing you to track account usage and ensure predictability of your applications' execution costs.

### Concept: What are tokens?

**Tokens** are the basic units of information processing consumed by Artificial Intelligence. They represent the measurement of computational effort that the model needs to apply to interpret your prompts (texts, files, and images) and generate the respective responses or lines of code.

### How to track token usage

1. Access **Creator'**&#x73; main development environment.
2. In the left sidebar, select the **Tokens** option.

<figure><img src="https://2493694111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQPcfIOA6Tl2Bmk6CdV2O%2Fuploads%2FAmtJ88GwYJyNbhklv2dY%2F386F883D-EC7D-4BEB-8D86-757AB5C259E2.png?alt=media&amp;token=0a7f64a3-1e41-40ab-8346-92d4b010c7e1" alt=""><figcaption><p>Token Monitoring Dashboard</p></figcaption></figure>

3. In the panel, analyze the following consumption indicators for your environment:
   * **Total Tokens:** Displays the overall and cumulative amount of tokens consumed across your entire account.
   * **Total chats:** Indicates the absolute number of conversations started with AI agents.
   * **AI messages:** Shows the volume of responses and interactions generated by the intelligent assistant.
   * **Models used:** Displays the number of AI models requested in your interactions (e.g., GPT 5.5, Gemini, etc.).
   * **Usage by Model:** Displays consumption distributed among the different AI engines requested in your interactions (such as gpt-5.6-sol, gemini-3.7-flash, etc.).
   * **Usage by App:** Details the volume of processing allocated individually to the development of each project or application.
   * **Usage by Chat:** Provides the most granular consumption breakdown, isolating the exact token expenditure per specific conversations or threads.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/vibe-coding/tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
