> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/all-about-xapps.md).

# ALL ABOUT XAPPS

- [Xaman xApps](https://help.xaman.app/app/all-about-xapps/xumm-xapps.md)
- [Account Worth](https://help.xaman.app/app/all-about-xapps/xumm-xapps/account-worth.md): All about the Account Worth xApp
- [Account Merge](https://help.xaman.app/app/all-about-xapps/xumm-xapps/account-merge.md): How to use the Account Merge xApp
- [Vanity Address xApp](https://help.xaman.app/app/all-about-xapps/xumm-xapps/vanity-address.md): What is a Vanity address and how do I get one?
- [Get Cards](https://help.xaman.app/app/all-about-xapps/xumm-xapps/get-cards-tangem.md): All about the Get Cards xApp
- [DEX Trade](https://help.xaman.app/app/all-about-xapps/xumm-xapps/dex-trade.md)
- [The price difference between selling and buying is too high](https://help.xaman.app/app/all-about-xapps/xumm-xapps/dex-trade/the-price-difference-between-selling-and-buying-is-too-high.md): The price difference between selling and buying is too high
- [Path Finding](https://help.xaman.app/app/all-about-xapps/xumm-xapps/path-finding.md)
- [Buy/Sell XRP](https://help.xaman.app/app/all-about-xapps/xumm-xapps/buy-sell-xrp.md)
- [XRPL Services](https://help.xaman.app/app/all-about-xapps/xrpl-services.md)
- [Token Trasher](https://help.xaman.app/app/all-about-xapps/xrpl-services/token-trasher.md): All about Token Trasher
- [How to remove a Trust Line](https://help.xaman.app/app/all-about-xapps/xrpl-services/token-trasher/how-to-remove-a-trust-line.md): Removing a Trust Line using Token Trasher
- [How to get rid of tokens](https://help.xaman.app/app/all-about-xapps/xrpl-services/token-trasher/how-to-get-rid-of-tokens.md): Using Token Trasher to get rid of unwanted tokens
- [Escrow creator](https://help.xaman.app/app/all-about-xapps/xrpl-services/escrow-creator.md)
- [How to release an escrow](https://help.xaman.app/app/all-about-xapps/xrpl-services/escrow-creator/how-to-release-an-escrow.md): How to release an escrow
- [Token creator](https://help.xaman.app/app/all-about-xapps/xrpl-services/token-creator.md)
- [Xahau Import](https://help.xaman.app/app/all-about-xapps/xrpl-services/xahau-import.md): All about the Xahau Import xApp
- [XRP Community](https://help.xaman.app/app/all-about-xapps/xrp-community.md)
- [Trust in the XRPL Community](https://help.xaman.app/app/all-about-xapps/xrp-community/trust-in-the-xrpl-community.md): How to figure out who to trust in community
- [CasinoCoin Lobby](https://help.xaman.app/app/all-about-xapps/xrp-community/casinocoin-lobby.md)
- [XRP Ledger TipBot](https://help.xaman.app/app/all-about-xapps/xrp-community/xrp-ledger-tipbot.md)
- [UniSpend](https://help.xaman.app/app/all-about-xapps/xrp-community/chispend-cash-out.md)
- [Transaction Exporter](https://help.xaman.app/app/all-about-xapps/xrp-community/transaction-exporter.md)
- [Gatehub Trade](https://help.xaman.app/app/all-about-xapps/xrp-community/gatehub-trade.md)
- [Stably xApp](https://help.xaman.app/app/all-about-xapps/xrp-community/stably.md): All about the Stably xApp
- [Xahau xApps](https://help.xaman.app/app/all-about-xapps/xahau-xapps.md)
- [Balance Adjustment](https://help.xaman.app/app/all-about-xapps/xahau-xapps/balance-adjustment.md): All about the Balance Adjustment xApp
- [XAH Teleport](https://help.xaman.app/app/all-about-xapps/xahau-xapps/xah-teleport.md): All about the XAH Teleport xApp
- [Voucher](https://help.xaman.app/app/all-about-xapps/xahau-xapps/voucher.md): All about the Voucher xApp


---

# 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://help.xaman.app/app/all-about-xapps.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.
