> 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/xumm-xapps.md).

# Xaman xApps

Here is a list of our home-grown, native xApps developed by our fabulous team of developers.

To find them, you can simply press the <img src="/files/6PW74vVpCPx5erucDP78" alt="" data-size="line"> button at the bottom of the screen in Xaman, then select **View more xApps** or from here, you can select the **open** hyperlink beside the one you would like to use.

<table><thead><tr><th width="118.33333333333331">Icon</th><th width="524">Title &#x26; description</th><th>Link</th></tr></thead><tbody><tr><td><img src="/files/TQx2UdsEKDQDZJlKzRlf" alt=""></td><td><a href="/pages/2R1qVodUNTzZa7Rn0WoG"><strong>Account Worth</strong></a><br>Check the total worth of your XRPL account using DEX rates for all owned tokens &#x26; NFT's</td><td><a href="https://xumm.app/detect/xapp:xumm.accountworth">Open</a></td></tr><tr><td><img src="/files/tyW6bQYqJoH2wTaPTMcU" alt=""></td><td><a href="/pages/zHALSyMyFarcMoBGlpjk"><strong>Account Merge</strong></a><br>Delete an XRPL account, sending all funds (minus the XRPL fee of 2 XRP) to one of your other accounts.</td><td><a href="https://xumm.app/detect/xapp:xumm.accountmerge">Open</a></td></tr><tr><td><img src="/files/BXwuSXV1j0JWhnkF6ECV" alt=""></td><td><a href="https://xumm.app/detect/xapp:xumm.tangem-backup"><strong>Tangem Backup</strong></a><br>Configure a Xaman (Tangem) card as a backup card for your primary Xaman (Tangem) account. Card lost? Funds safe!</td><td><a href="https://xumm.app/detect/xapp:xumm.tangem-backup">Open</a></td></tr><tr><td><img src="/files/c5D0qGr6XM8UXSvBlptF" alt=""></td><td><a href="https://xumm.app/detect/xapp:xumm.tangem-order"><strong>Get cards</strong></a><br>Order your Xaman cards</td><td><a href="https://xumm.app/detect/xapp:xumm.tangem-order">Open</a></td></tr><tr><td><img src="/files/ICKaPeJaVHPsItLiO3sP" alt=""></td><td><a href="/pages/iIjMyTazXvMb9fv6Ibt2"><strong>Vanity Address</strong></a><br>An xApp which lets you choose a vanity address</td><td><a href="https://xumm.app/detect/xapp:xumm.vanity">Open</a></td></tr><tr><td><img src="/files/qAJiebNs8iFUiSbwWsE8" alt=""></td><td><a href="/pages/U9gjAB6iQCBI8jtnHT4T"><strong>Dex Trade</strong></a><br>Create offers &#x26; trade on the XRP Ledger decentralized exchange (DEX)</td><td><a href="https://xumm.app/detect/xapp:xumm.dex">Open</a></td></tr><tr><td><img src="/files/SDvG9Yxg1QmQcQrsRmSt" alt=""></td><td><a href="/pages/T3MoOA1YuFX0UEyLYenu"><strong>Path Finding</strong></a><br>Swap or send any (liquid) token owned on the XRPL to any other token</td><td><a href="https://xumm.app/detect/xapp:xumm.pathfinding">Open</a></td></tr><tr><td><img src="/files/CPBnr9kKcum95ar3akcY" alt=""></td><td><a href="https://xumm.app/detect/xapp:xumm.history"><strong>xApp History</strong></a><br>View all of your opened xApps in the past six months</td><td><a href="https://xumm.app/detect/xapp:xumm.history">Open</a></td></tr><tr><td><img src="/files/RdT0ZvESUvVRRFUTuCcQ" alt=""></td><td><a href="https://xumm.app/detect/xapp:xumm.support"><strong>Xaman Support</strong></a><br>Talk to the Xaman (XRPL Labs) support team for assistance</td><td><a href="https://xumm.app/detect/xapp:xumm.support">Open</a></td></tr><tr><td><img src="/files/Qv9oscyc0OysUsFmnNyX" alt=""></td><td><a href="/pages/Ha6uZwy5BW92Mn4NkB3e"><strong>Buy/Sell XRP</strong></a><br>Launchpad for On-ramp / Off-ramp in Xaman.</td><td><a href="https://xumm.app/detect/xapp:xumm.buysellxrp">Open</a></td></tr></tbody></table>


---

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