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

# Privacy Policy

{% hint style="info" %}

#### This privacy policy describes the data practices of Itachi Bot covering its services under its control, including the Discord application(collectively "Itachi" or "Bot"). By using Itachi Bot, you consent to this Policy and the processing of your data in the manner provided in this Policy. If you do not agree with these terms, please do not use Itachi Bot

{% endhint %}

{% hint style="warning" %}

## Read This

Guild ID means Server ID\
User ID means your ID or some other person's ID\
Channel ID means Channel ID

### Will something happen??

As IDs are public which doesn't affect anything to your account or server.
{% endhint %}

## <mark style="color:red;">What information is stored?</mark>

Without using the bot and inviting it into the server, it doesn't store any data.

* Commands like a <mark style="color:green;">reminder, timer, feedback, suggest, report, confession system, afk, apply, rank, userinfo, and join-to-create VC</mark> will store <mark style="color:purple;">user IDs.</mark>
  * Which will get deleted in a short amount of time.&#x20;
* The <mark style="color:green;">Todo category</mark> will save your <mark style="color:purple;">User ID</mark> as it is required to make sure your list is safe for you only.
  * This category also saves <mark style="color:purple;">Guild ID</mark> so in different guilds it can be a different list.
* <mark style="color:green;">Setup Category</mark> saves <mark style="color:purple;">Guild ID</mark> and <mark style="color:purple;">Channel ID.</mark>
  * So it can be sent to an appropriate channel.
* Moderation Commands like <mark style="color:green;">ban, kick, unban, slowmode, lock / unlock, lockdown / unlockdown</mark> save <mark style="color:purple;">User IDs, Channel IDs, and Guild IDs.</mark>
* <mark style="color:green;">Reactionrole Category</mark> saves <mark style="color:purple;">Guild ID, Channel ID & Role ID</mark>
  * So it can give roles.
* <mark style="color:green;">Giveaway Commands</mark> save <mark style="color:purple;">Message ID</mark> (of Bot), <mark style="color:purple;">Channel ID, User IDs</mark> (Participants to pick a winner), and <mark style="color:purple;">Guild ID.</mark>
* The <mark style="color:green;">ticket System</mark> saves the <mark style="color:purple;">Channel ID</mark> (of Ticket), <mark style="color:purple;">Guild ID,</mark> <mark style="color:purple;">Role ID</mark> (Ticket Support Role), and <mark style="color:purple;">User ID.</mark>

{% hint style="info" %}

## Read This :)

As we can't mention all commands in this policy otherwise it will be boring to read, So we mentioned only important categories and commands.\ <mark style="color:blue;">There are more commands which save IDs but it gets deleted in 5 minutes or less.</mark>
{% endhint %}

## <mark style="color:red;">Who do we share this data with?</mark>

We don't share our data with any third-party person. This data is only accessible by Developers (gin\_taiyo).&#x20;

## <mark style="color:red;">How to remove your data?</mark>

Just remove <mark style="color:green;">Itachi Bot</mark> from your server and your server Data with the user's data in the server will get deleted or you can DM <mark style="color:green;">**gin\_taiyo**</mark> to remove the data.

## <mark style="color:red;">Still, need help?</mark>

You can always ask for help from the Developer on the [<mark style="color:yellow;">Support Server</mark>](https://discord.gg/w9TAa4JFVF)<mark style="color:yellow;">.</mark> Just join our Support Server and create a ticket.

{% hint style="danger" %}

## Note

Few color terminology doesn't work here as most of the color here is to highlight and tell you important
{% endhint %}

<mark style="color:purple;">You've reached the bottom of this page, you've scrolled further than most Olympic swimmers! Now take a break before you start training for the next scrolling marathon.</mark>


---

# 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://itachi-bot.gitbook.io/itachi-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.
