# User Guides

- [Add liquidity](https://docs.ekubo.org/user-guides/add-liquidity.md): How to become a liquidity provider on Ekubo
- [Dollar-cost average orders](https://docs.ekubo.org/user-guides/dollar-cost-average-orders.md): Also known as TWAMM. Place orders that execute over time to enter and exit positions more efficiently or even programmatically
- [Governance](https://docs.ekubo.org/user-guides/governance.md): Understand how governance of Ekubo Protocol is designed
- [EKUBO token](https://docs.ekubo.org/user-guides/governance/ekubo-token.md): Information about the EKUBO token


---

# 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.ekubo.org/user-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.
