# Product Guides

- [First-time user](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/first-time-user.md)
- [Desktop app](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/first-time-user/desktop-app.md): Coming soon
- [Telegram Bot](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/first-time-user/telegram-bot.md)
- [Creating a wallet](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/creating-a-wallet.md): Note that this process is only for people that want to use our Telegram bot.
- [Retrieving private key](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/retrieving-private-key.md): Note that this process is only for people that want to use our Telegram bot.
- [Create a pool](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/create-a-pool.md)
- [Desktop app](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/create-a-pool/desktop-app.md)
- [Telegram bot](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/create-a-pool/telegram-bot.md)
- [Staking](https://yoyo-market.gitbook.io/yoyo-market-documentation/product-guides/staking.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://yoyo-market.gitbook.io/yoyo-market-documentation/product-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.
