# Sova for Users

- [Getting Started](https://docs.sova.io/sova-for-users/getting-started.md)
- [Strategies](https://docs.sova.io/sova-for-users/strategies.md)
- [Yield Mechanics](https://docs.sova.io/sova-for-users/strategies/yield-mechanics.md)
- [Flow of Funds](https://docs.sova.io/sova-for-users/flow-of-funds.md)
- [Deposit Flow](https://docs.sova.io/sova-for-users/flow-of-funds/onchain-deposit-flow.md): Fully on-chain deposit flow with transparent, verifiable transactions.
- [Redemption Flow](https://docs.sova.io/sova-for-users/flow-of-funds/redemption-flow.md): When you're ready to exit, Sova processes withdrawals through a 30-day redemption period.
- [Redeeming & Liquidity](https://docs.sova.io/sova-for-users/redeeming-and-liquidity.md)
- [Glossary & FAQ](https://docs.sova.io/sova-for-users/glossary-and-faq.md)


---

# 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.sova.io/sova-for-users.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.
