> For the complete documentation index, see [llms.txt](https://book.just.money/jmguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.just.money/jmguide/justmoney-swap/token-listing/self-listing/custom-token-import.md).

# Custom Token Import

1. **Importing custom tokens manually on the** [**widget builder**](https://widget-builder.just.money/)

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

Paste the token address to the widget builder to include non-listed tokens on the widget.

2. **Auto-import custom token with a link on JustMoney Swap**

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

Projects and users can conveniently distribute a direct link, for instance, via their Telegram channel, that leads to a dedicated page where their token can be swapped. This functionality is available even for tokens that are not officially listed on our swap platform.

3. **Self listing a custom token on JustMoney Swap**

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

{% embed url="<https://www.youtube.com/watch?v=l2iNPQSYt6k>" %}
DEMO video
{% endembed %}


---

# 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://book.just.money/jmguide/justmoney-swap/token-listing/self-listing/custom-token-import.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.
