> For the complete documentation index, see [llms.txt](https://docs.flatqube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatqube.io/use/token-builder/interface/token-page.md).

# Token page

This is the created token's page. It contains all the basic information about it (<mark style="color:green;">**Description**</mark>), as well as the management interface (<mark style="color:orange;">**Actions**</mark>).

<mark style="color:green;">On the left side</mark>, you will see the following information about the token:\
**Network** - the network where the token is located\
**Root** - address of the token in the network\
**Token name** - full name of the token\
**Token symbol** - symbolic name of the token. It is roughly equivalent to a stock ticker\
**Decimal places** - technically speaking, the decimals value is the number of digits that come after the decimal place when displaying token values on-screen. Total supply indicates the total number of tokens in the network.

The following actions are available in the <mark style="color:orange;">**Actions**</mark> section:

#### Manage circulating supply:

[**Mint**](/use/token-builder/how-to/mint-tokens.md) - Issue additional tokens to a specific address\
[**Burn** ](/use/token-builder/how-to/burn-tokens.md)**-** Burn tokens at a specific address

#### Danger zones

[**Transfer ownership**](/use/token-builder/how-to/transfer-ownership.md) - Set a new token owner

![](/files/oR7qO3jU2EWV3WjavBBx)


---

# 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.flatqube.io/use/token-builder/interface/token-page.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.
