> For the complete documentation index, see [llms.txt](https://docs.adena.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adena.app/user-guide/wallet/manage-tokens.md).

# Manage Tokens

1\. Click on <mark style="color:blue;">**Manage Tokens**</mark>.

<figure><img src="/files/UoOXgQOzJ9u7cDsCFeup" alt="" width="180"><figcaption></figcaption></figure>

2\. If the token that you're looking for is already on the list, click on the toggle button to show or hide the token from the <mark style="color:blue;">**Wallet**</mark> menu. If you can't find the token, click on the + button to enter the <mark style="color:blue;">**Add Custom Token**</mark> page.

<figure><img src="/files/THYzRQAZlFGqRj77Qyyh" alt="" width="180"><figcaption></figcaption></figure>

3\. Click on <mark style="color:blue;">**Select a GRC-20 Token**</mark>. A dropdown will appear where you can search for a GRC-20 by using a name, a symbol, or a path as a keyword. Once you find the token of your choice, click on it. This will select the token and automatically fill out the info section on the page.

<figure><img src="/files/FwD5al84QAiIjlYK6cFL" alt="" width="180"><figcaption></figcaption></figure>

4\. Click on <mark style="color:blue;">**Add**</mark> to add the token to your custom token list.

<figure><img src="/files/Ux5IPTpXS13tDPfYQdry" alt="" width="180"><figcaption></figcaption></figure>

5\. Your token will appear on the list on the token management page.&#x20;

<figure><img src="/files/KIID7uOgJawwxARGJWap" alt="" width="180"><figcaption></figcaption></figure>

6\. Return to your wallet to view your newly added token.

<figure><img src="/files/QRJDcCcMiEksvc1Y7pXH" alt="" width="180"><figcaption></figcaption></figure>


---

# 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.adena.app/user-guide/wallet/manage-tokens.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.
