# Token Icon

Token icons are an important part of a token. HashPack uses the DaVinci token icon manager, which is a dapp that allows you to manage your icon across the ecosystem. Any wallet or dapp using this service will automatically pull in your token icon once uploaded.

You can find the token icon manager in the [Token Creator Tool](/token-creators/token-creator-tool.md).

Alternatively, you can [manually submit](https://forms.gle/iPxfF12sVG6iSM8N8) the icon to us and we will include it in the next update.


---

# 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.hashpack.app/token-creators/token-icon.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.
