# Add custom token

### How to add a custom token? <a href="#how-to-add-custom-token" id="how-to-add-custom-token"></a>

We have developed the “Add Custom Token“ feature for users to input some new tokens to interact with

**Step 1:** On home screen, click **Add Custom Token**

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

**Step 2:** Input information in the following fields:

* Contract Address
* Name
* Symbol
* Decimals
* Icon URL (optional)

{% hint style="info" %}
If it is in the token data file or not:

* If yes → auto-filled token name, token symbol, decimal
* If no → user inputs these fields (token name, token symbol, decimal)
  {% endhint %}

**Step 3:** Then click **Add** to complete the process

<figure><img src="/files/BkcwFpPXff0wrh0fipzy" alt="" width="360"><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.viction.xyz/viction-wallet/user-guide/add-custom-token.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.
