> For the complete documentation index, see [llms.txt](https://assurancetourix.gitbook.io/assurancetourix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assurancetourix.gitbook.io/assurancetourix/about-the-bot/privacy-policy.md).

# Privacy Policy

{% hint style="danger" %}
The **Privacy Policy** may change without your knowledge! **Please take the time to return to this page and read the following information.**
{% endhint %}

At AssuranceTourix, one of our top priorities is the privacy of our users.&#x20;

This Privacy Policy outlines the types of information that is collected and stored by AssuranceTourix and how we use it.

## Consent :

By inviting the bot, you accept the bot's <mark style="color:orange;">**privacy policy**</mark> and these <mark style="color:orange;">**TOS**</mark>.

## Information we collect

The information we collect is :

* The information provided by the Discord API can be found here : <https://docs.pycord.dev/en/stable/api/index.html>.
* Information you can obtain from the bot controls. <mark style="color:red;">**Please do not enter any sensitive data in the order configuration !**</mark>
* Message content for <mark style="color:purple;">**bot verification**</mark>.

## Why do we collect this information?

We need this information to enable all the bot's modules to function properly and to satisfy all bot users.

The information entered in a module's configuration is saved in the bot's database.

## How do we use this information?

We use this information to enable the bot to run smoothly on each te server for optimal configuration.

It is possible that your information (messages, name, id, server...) will be given to the staff in a secure environment. No member other than the staff has access to this information.

{% hint style="warning" %}
If you witness any <mark style="color:orange;">**leakage of information from this bot**</mark>, please notify the staff as soon as possible so that appropriate action can be taken !
{% endhint %}

## Deleting data :

It is currently **impossible to remove information** from the bot at the request of users.&#x20;

Unless the information is <mark style="color:orange;">**confidential and must be deleted at all costs**</mark>.

Deleting the bot from your server will not delete the data configured for certain modules, such as :

* `captcha`
* `antispam`
* `link invitation`
* `blacklist`
* ...


---

# 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://assurancetourix.gitbook.io/assurancetourix/about-the-bot/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.
