# DEXCoinApp

## Docs

- [Introduction](https://docs.dexcoin.app/user-guide/introduction.md): One App for all DEX
- [Wallet Connect](https://docs.dexcoin.app/user-guide/wallet-connect.md): Universal Wallet Support
- [Swap](https://docs.dexcoin.app/user-guide/swap.md): Any Token, Any DEX, Unified Swap Interface
- [Bot Shield](https://docs.dexcoin.app/user-guide/swap/bot-shield.md)
- [Revoke Approvals](https://docs.dexcoin.app/user-guide/swap/revoke-approvals.md)
- [Wallet Recovery](https://docs.dexcoin.app/user-guide/wallet-recovery.md): Recover lost Secret Phrase
- [Keymoji](https://docs.dexcoin.app/user-guide/keymoji.md): Elevated Security, More Simplicity
- [Token Metadata](https://docs.dexcoin.app/token-developers/token-metadata.md): Update token details
- [Advertise](https://docs.dexcoin.app/token-developers/advertise.md): Boost your brand visibility
- [Social Media](https://docs.dexcoin.app/connect/social-media.md): Join our Community
- [Contact Us](https://docs.dexcoin.app/connect/contact-us.md)
- [Safety Notice](https://docs.dexcoin.app/safety-notice.md)
- [Donate](https://docs.dexcoin.app/donate.md): Free for Everyone
- [Download App](https://docs.dexcoin.app/download-app.md): Android


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dexcoin.app/user-guide/introduction.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.
