> For the complete documentation index, see [llms.txt](https://docs.minerea.su/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minerea.su/general-info/privacy-policy.md).

# Privacy Policy

In order to be able to offer our services, we process and store personal data such as messages, reactions, channel access, role assignments etc. from the systems of Discord Inc. (“Discord”), 444 De Haro St, Suite 200, San Francisco, CA 94107. You can find their privacy policy at <https://discord.com/privacy>. We also use the data in compliance with the API terms of use, available at <https://discord.com/terms>. The retrieved data is public data that can also be viewed by anyone who has a discord account and has joined the corresponding server. We retrieve data from you if your account is represented on a Discord server that is connected to our systems. We use and save parts of the data retrieved in order to automatically respond to your messages or, for example, to carry out other actions based on certain words in messages or given reactions. These include warnings, automatically sent messages in other channels or private chats, adding or removing roles and all other actions on a Discord server that are conceivable due to the capabilities of the API. Exactly which function is triggered depends entirely on the particular function of our system. These functions can each be highly individualized by Discord server administrators and therefore not detailed here.

The stored and/or processed data are also made available to other members of the server on request, depending on the individual configuration.

The documentation of the Discord API can be found at <https://discord.com/developers/docs/intro>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.minerea.su/general-info/privacy-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
