# Add Token

## Add New Tokens.

To add new tokens to the KEYRING PRO Wallet, follow these steps:

1. In the **Assets** tab, scroll down to the bottom of the page and select the option "Add Token."
2. Choose the chain for the token. If the chain isn’t listed, you can manually add it.&#x20;
3. Enter the token address. Make sure the chain and address are correct to proceed.
4. Once you've entered the correct chain and token address, tap "Next."
5. Confirm the addition.

<figure><img src="/files/5mSYoT4aFgkkEheikC6n" alt="" width="375"><figcaption></figcaption></figure>

## Hide/ Delete Tokens

To hide tokens, follow these steps:

1. Instead of tapping on the token, swipe left on the token you want to manage.
2. You'll see the **Hide** option to hide the token from view.
3. To make a hidden token reappear, swipe left on the hidden token and select **Show** to make it visible again.

To delete a token:&#x20;

* You can only delete a token if it has no associated assets (i.e., you don’t own any of that token). The **Delete** option will appear in this case, allowing you to remove the token from your wallet.
* If you own the token, you won’t be able to delete it, but you can still hide it.

<figure><img src="/files/OodPHt7YRVKFC3r2yEfB" alt="" width="375"><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://help.keyring.app/keyring-pro/how-to-use/add-tokens.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.
