# How To

- [Deposit](https://docs.hyperunit.xyz/how-to/deposit.md): How to deposit spot assets to Hyperliquid.
- [Withdraw](https://docs.hyperunit.xyz/how-to/withdraw.md): How to withdraw spot assets from Hyperliquid.
- [Revert](https://docs.hyperunit.xyz/how-to/revert.md): How to revert certain failed transactions.
- [Reverting BTC Transactions](https://docs.hyperunit.xyz/how-to/revert/reverting-btc-transactions.md): How to revert eligible BTC transactions.
- [Reverting EVM Transactions](https://docs.hyperunit.xyz/how-to/revert/reverting-evm-transactions.md): How to revert eligible EVM transactions.
- [Reverting SOL and SPL Transactions](https://docs.hyperunit.xyz/how-to/revert/reverting-sol-and-spl-transactions.md): How to revert eligible Solana and SPL transactions.


---

# 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.hyperunit.xyz/how-to.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.
