# Importing tokens

**Steps to Import Tokens via CoinGecko API:**

1. **Access the Import Token Modal:**\
   Navigate to the 'Settings Tokens' section and click on the 'Import' button.

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

1. **Search for Your Token:**\
   In the 'Search Token' field, begin typing the name or symbol of the token you wish to add from the predefined tokens below
2. **Select Your Token:**\
   Click on the desired token from the dropdown list or just enable it clicking in the blue switch at the right of the token
3. **Import new token:**\
   Click on the « + Import» button to open the following modal:

<figure><img src="/files/qXhnrcrDDVwHXwpk2ANG" alt="" width="213"><figcaption><p>Search using the token ticker or name.</p></figcaption></figure>

4. Choose the right network among the provided.
5. Click on Search Token and type the token you are looking for. The Contract Address, the Name the Symbol and Decimals will be automatically filled if the token you are looking for is available in [CoinGecko's token API](https://www.coingecko.com/en/api).
6. If your token does not appear by looking in the search please paste the token contract and fill the other blanks as well. Your token may not be available on CoinGecko but it can be fully traded in your DApp.
7. After you finished with this modal please click on «Import» blue button and go back to the token list. Your recently imported token must be there:

<figure><img src="/files/fjgY2sOboZKTBkjyU2Sc" alt=""><figcaption><p>For this example we added PepeCoin on Polygon network.</p></figcaption></figure>

8. Save all your imports and enjoy your new trading pairs! 🥳


---

# 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.dexkit.com/defi-products/dexappbuilder/managing-this-tool/importing-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.
