# The Front Page

{% hint style="info" %}
This is the documentation for Natsuko. It is constantly being updated with new information whenever features come out. If something on here is missing, please inform us on our [Discord server](https://discord.gg/M3vHYSq).
{% endhint %}

## About Natsuko

Natsuko is a Discord moderation bot created during [Discord Hack Week](https://blog.discordapp.com/discord-community-hack-week-build-and-create-alongside-us-6b2a7b7bba33). 5 developers teamed up together to make the first version of the bot. We only had 5 days to do it, yet \[incomplete at the current point in time].


---

# 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.natsuko.ninja/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.
