# How to Trade After Cross-Chain?

### Manually Add a Token in uDEX

1. Navigate to the "Trade" page on uDEX.
2. In the Select Token search box, input the contract address of the token you intend to add and click on "Add Token."
3. Choose the trading pair you require, ensuring it already has liquidity on the DEX, and confirm your selection.
4. Once the token is successfully added, it becomes available for trading in the Swap section.

<figure><img src="/files/LU5pMMNLf0TS0PAJPhzq" alt=""><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.udex.one/tutorial/how-to-trade-after-cross-chain.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.
