> For the complete documentation index, see [llms.txt](https://devbot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devbot.gitbook.io/docs/launching-a-new-token/configuring-token-info.md).

# Configuring Token Info

{% hint style="info" %}
Correctly configuring the token info is how you determine the success of your project. Setting the name, ticker and total supply is mandatory, whereas description, image and social links are optional, but still highly recommended.
{% endhint %}

All this info will appear in the [DEVbot Token Alerts](/docs/launching-a-new-token/devbot-token-alerts.md) channel after your token is live to trade, so make sure to pay close attention.

<figure><img src="/files/pgDGOUVECoXezmL13yJl" alt=""><figcaption></figcaption></figure>

## Name, Ticker and Total Supply

To set this information, simply click on the corresponding buttons. You will be prompted to submit the correct information by following the guidelines. The name must be between 3 and 32 characters, the ticker can have a maximum of 10 characters and the total supply needs to be a number between 1,000 and 1 Quadrillion (that's a one followed by 15 zeros).

<figure><img src="/files/osIIZT1RGzt3NsKSD38I" alt=""><figcaption></figcaption></figure>

## Additional Token Info

To set the additional information, click on the `Token Info` button at the top. A separate menu will appear, where you can click the corresponding buttons. If you want to undo changes, just click again and it will remove the current setting.

<figure><img src="/files/n9ZO4cib6Em4RZM1h2Gf" alt=""><figcaption></figcaption></figure>

### Image

Simply click on the `Image` button and then drag and drop your image into Telegram. Optionally you can also browse the image. The only important thing is that you send the image as a reply, just like when configuring the other information. If you see the image as a preview inside the menu, you'll know it was successful.

<figure><img src="/files/uKRsD7T54FWg7Duh468r" alt=""><figcaption></figcaption></figure>

### Description

The description must be between 3 and 150 characters long. It provides additional information about your project. Get creative!

### Social Links

Here you can simply paste the link for your Telegram community, Twitter or X account and website.


---

# 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://devbot.gitbook.io/docs/launching-a-new-token/configuring-token-info.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.
