# Koira's Docs

### Welcome to the Documentation

Welcome to the official documentation for Koira, the Discord Bot with a complete logging module! Below you'll find a set of useful marks and indicators which you'll see throughout our documentation.

If you have any other inquiries don't hesitate to contact us in [our Support Server](https://discord.gg/6YCUFCapjj)

### About the Documentation

{% hint style="success" %}
A **success** hint will indicate **useful tips** you should consider while using the bot.
{% endhint %}

{% hint style="info" %}
An **information** hint will indicate **additional data or notes** about the topic being addressed.
{% endhint %}

{% hint style="warning" %}
A **warning** hint will indicate **things to prevent** while using the bot.
{% endhint %}

{% hint style="danger" %}
A **danger** hint will indicate a **known bug or removed features**.
{% 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://docs.koira.bot/readme.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.
