> 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/how-to-track-token-usage.md).

# How to track token usage

The Tokens panel allows monitoring the consumption of Artificial Intelligence resources in real time within **Creator**.

**Concept**

Tokens are the basic units of information processing consumed by Artificial Intelligence to interpret your prompts (texts, files, and images) and generate the respective responses or lines of code.

To access the monitoring panel and track your consumption, follow these steps:

1. Access the main development environment of **Creator**.
2. Select the Tokens menu, located on the left sidebar of the interface.
3. In the central panel, analyze the following consumption indicators for your environment:
   * **Total Tokens:** Displays the overall and accumulated amount of tokens consumed across your entire account.
   * **Total chats: I**ndicates 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:** Presents the quantity and types of AI models requested in your interactions (e.g., GPT 5.5, Gemini, etc.).
   * **Usage by Model:** Details the proportion and distribution of tokens spent on each specific Artificial Intelligence engine.
   * **Usage by App:** Displays the volume of tokens allocated to the development of each project or application individually.
   * **Usage by Chat:** Provides a more granular breakdown of consumption, isolating token expenditure by 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/how-to-track-token-usage.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.
