# FAQ

- [What should I do if the uDEX Telegram Bot is unresponsive?](https://docs.udex.one/faq/what-should-i-do-if-the-udex-telegram-bot-is-unresponsive.md)
- [What should I do if I can't find the cryptocurrency I want to trade?](https://docs.udex.one/faq/what-should-i-do-if-i-cant-find-the-cryptocurrency-i-want-to-trade.md)
- [What are market orders and limit orders?](https://docs.udex.one/faq/what-are-market-orders-and-limit-orders.md)
- [What fees are associated with Swap transactions?](https://docs.udex.one/faq/what-fees-are-associated-with-swap-transactions.md)


---

# 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/faq.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.
