# 📢 Welcome to FlaviBot guide

**In this documentation you will find :**

* The documentation is organized to ensure that each feature is categorized on the wiki. For example, on the right of the website, you can find each feature and then find more <mark style="color:orange;">information</mark> about it.
* You will also be able to find <mark style="color:orange;">categories</mark> of information on the Documentation. In this category, we will post several announcements about our next new products or our new products that have just arrived.
* Commands will be written in a different <mark style="color:orange;">color</mark> with the /
* You will be able to find all the useful links at the end of the wiki

### Important Information :

Discord : [https://discord.gg/flavibot](https://guide.flavibot.xyz/d/links)

Website : <https://flavibot.xyz>

{% hint style="info" %}
You can also come to our discord to ask for help. All you have to do is make a ticket or ask for help in mutual aid
{% endhint %}


---

# 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://guide.flavibot.xyz/d/master.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.
