# Guides

- [FAQ](https://docs.hyperion.xyz/guides/faq.md)
- [How to Swap](https://docs.hyperion.xyz/guides/how-to-swap.md)
- [How to Create New Position](https://docs.hyperion.xyz/guides/how-to-create-new-position.md)
- [How to Add/Remove Liquidity](https://docs.hyperion.xyz/guides/how-to-add-remove-liquidity.md)
- [How to Create a New Pool](https://docs.hyperion.xyz/guides/how-to-create-a-new-pool.md)
- [How to Place a Limit Order](https://docs.hyperion.xyz/guides/how-to-place-a-limit-order.md)
- [How to Place a Recurring Order](https://docs.hyperion.xyz/guides/how-to-place-a-recurring-order.md)
- [APR Calculation for Liquidity Pools and Positions](https://docs.hyperion.xyz/guides/apr-calculation-for-liquidity-pools-and-positions.md): This page illustrates how individual APRs vary based on the proportion of active liquidity each provider contributes within the fee-generating price bin.


---

# 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.hyperion.xyz/guides.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.
