# TOKEN SYMBOL

When the user supplies a prompt for the name generation, ai models utilize this input as a foundation to algorithmically construct the token's ticker symbol.

To adhere to optimal practices, it's a good idea to formulate your prompt in a direct manner that explicitly states the AI's computational logic.

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

For instance, phrasing your instruction as "make it based on the name..." serves as a targeted heuristic, ensuring that the resultant ticker symbol is congruent with the previously generated token name.

Or if you already know what ticker you want, just switch off the "ai" setting like seen below!

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


---

# 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.aiis.dev/creating-generations/token-symbol.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.
