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