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

# Xahau

- [Activating a Xahau account](https://help.xaman.app/app/xahau/activating-a-xahau-account.md): How to activate your account on the Xahau Ledger
- [Activating an XRPL account on Xahau](https://help.xaman.app/app/xahau/activating-a-xahau-account/activating-an-xrpl-account-on-xahau.md): How to activate an existing XRPL account on the Xahau network
- [Activating a Xumm card account on Xahau](https://help.xaman.app/app/xahau/activating-a-xahau-account/activating-a-xumm-card-account-on-xahau.md): How to activate a Xumm card account (and Backup card) on Xahau
- [Activating a Vanity Account on Xahau](https://help.xaman.app/app/xahau/activating-a-xahau-account/activating-a-vanity-account-on-xahau.md): How to activate a Vanity account on Xahau
- [How to send XAH from GateHub](https://help.xaman.app/app/xahau/activating-a-xahau-account/how-to-send-xah-from-gatehub.md): How to send XAH coins from your GateHub account to your Xahau account
- [How to send XAH from Bitrue](https://help.xaman.app/app/xahau/activating-a-xahau-account/bitrue.md): Activating an account from Bitrue
- [Via another Xahau account](https://help.xaman.app/app/xahau/activating-a-xahau-account/via-another-xahau-account.md): How to activate a Xahau account from another Xahau account
- [Understanding the XAH token on the XRP Ledger](https://help.xaman.app/app/xahau/understanding-the-xah-token-on-the-xrp-ledger.md): What is the Xahau (XAH) token on the XRPL?
- [Understanding Reserves on Xahau](https://help.xaman.app/app/xahau/understanding-reserves-on-xahau.md): What are 'reserves' on the Xahau network?
- [Understanding Trust Lines on Xahau](https://help.xaman.app/app/xahau/understanding-trust-lines-on-xahau.md): All about Trust Lines on Xahau
- [How to create a XAH Trust Line in your XRPL account](https://help.xaman.app/app/xahau/how-to-create-a-xah-trust-line-in-your-xrpl-account.md): How to create a  XAH Trust Line in your XRP Ledger account
- [How to create a Trust Line (Xahau)](https://help.xaman.app/app/xahau/how-to-create-a-trust-line-xahau.md): How to create a Trust Line on the Xahau network
- [How to create an Evernode Trust Line](https://help.xaman.app/app/xahau/how-to-create-an-evernode-trust-line.md): How to create an Evernode Trust Line
- [How to trade XAH coins](https://help.xaman.app/app/xahau/how-to-trade-for-xah-coins.md): How to trade Xahau (XAH) tokens / coins
- [How to Rekey a Xahau account](https://help.xaman.app/app/xahau/how-to-rekey-a-xahau-account.md): How to rekey a Xahau account
- [How to trade Evernode (Evr) tokens](https://help.xaman.app/app/xahau/how-to-purchase-evernode-tokens.md): How to trade Evernode (Evr) tokens
- [How to send XAH to GateHub](https://help.xaman.app/app/xahau/how-to-send-xah-to-gatehub.md): How to send XAH tokens and coins to Gatehub
- [How to send XAH Tokens to GateHub - Hosted account](https://help.xaman.app/app/xahau/how-to-send-xah-to-gatehub/how-to-send-xah-tokens-to-gatehub-hosted-account.md): How to send XAH Tokens to a GateHub hosted account
- [How to send XAH Tokens to GateHub - Self Custodial account](https://help.xaman.app/app/xahau/how-to-send-xah-to-gatehub/how-to-send-xah-tokens-to-gatehub-self-custodial-account.md): How to send XAH Tokens to a self custodial GateHub account
- [How to send XAH coins to GateHub - Hosted account](https://help.xaman.app/app/xahau/how-to-send-xah-to-gatehub/how-to-send-xah-coins-to-gatehub-hosted-account.md): How to send XAH coins to a GateHub hosted account
- [How to send XAH coins to Gatehub - Self Custodial account](https://help.xaman.app/app/xahau/how-to-send-xah-to-gatehub/how-to-send-xah-coins-to-gatehub-self-custodial-account.md): How to send XAH coins to a self custodial GateHub account


---

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