# Guide

- [Setting the bot](https://docs.wetbot.space/eng/guide/settings.md): Bot Setup Guide
- [Setting server currency](https://docs.wetbot.space/eng/guide/currency.md)
- [Receiving currency, experience, reputations](https://docs.wetbot.space/eng/guide/receiving.md)
- [Items](https://docs.wetbot.space/eng/guide/items.md): Guide to create, edit and delete items
- [Adding an item to a shop](https://docs.wetbot.space/eng/guide/items/shop.md)
- [Creating cryptocurrency](https://docs.wetbot.space/eng/guide/items/cryptocurrency.md)
- [Auto-delivery items to shop](https://docs.wetbot.space/eng/guide/items/auto-delivery.md)
- [Craft of the item](https://docs.wetbot.space/eng/guide/items/craft.md)
- [Creating a case](https://docs.wetbot.space/eng/guide/items/case.md)
- [Using the item](https://docs.wetbot.space/eng/guide/items/use.md)
- [Ways to obtain an item](https://docs.wetbot.space/eng/guide/items/obtaining.md)
- [Create achievements](https://docs.wetbot.space/eng/guide/achievements.md): Guide to creating achievements
- [Create bonuses channels](https://docs.wetbot.space/eng/guide/bonuses.md): Guide to creating bonus channels
- [Create quests](https://docs.wetbot.space/eng/guide/quests.md): Guide to creating a quest
- [Wormholes](https://docs.wetbot.space/eng/guide/wormholes.md): What's it? What are they for? How do I create it?
- [Create wormholes styles](https://docs.wetbot.space/eng/guide/styles.md): A guide to creating wormhole styles.
- [Create category for shop](https://docs.wetbot.space/eng/guide/categories.md): Guide to creating categories in the store
- [Create income roles](https://docs.wetbot.space/eng/guide/roles.md): A Guide to creating income roles
- [Autovoice channels](https://docs.wetbot.space/eng/guide/avc.md): A guide to creating autovoice channels
- [Select menu roles](https://docs.wetbot.space/eng/guide/select-menu-roles.md): Guide to creating drop-down roles
- [Create gifts (manager-gifts)](https://docs.wetbot.space/eng/guide/gifts.md): Guide to creating gifts on the server
- [Create custom buttons](https://docs.wetbot.space/eng/guide/buttons.md): A guide to creating buttons with the functionality of some commands
- [Create jobs](https://docs.wetbot.space/eng/guide/jobs.md): Job Creation Guide
- [Cron patterns](https://docs.wetbot.space/eng/guide/cron-patterns.md)
- [Inventory roles](https://docs.wetbot.space/eng/guide/inventory-roles.md)
- [Create custom role](https://docs.wetbot.space/eng/guide/create-custom-role.md): Premium is required to create custom roles


---

# 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.wetbot.space/eng/guide.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.
