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

# 個人情報取り扱い

## Collected Data

<mark style="color:yellow;">Server IDs</mark>\
Used to store server settings.

<mark style="color:yellow;">Channel IDs</mark>

Used to determine temporary voice channels and other settings.

<mark style="color:yellow;">User IDs</mark>

Used to store data like achievements, XP and levels, user preferences, etc.

<mark style="color:yellow;">Role IDs</mark>

Used for role menus and role-giving.

<mark style="color:yellow;">Message IDs</mark>

Used for bot menus, message deletion, and other features. \ <mark style="color:red;">※ Message content is not stored.</mark>

## About Stored Data

Only data required for the bot to function properly (the above data) is stored. This data is inaccessible to anyone other than the bot and bot owner. Data is stored in a manner in which to prevent copying, stealing, use, or modification. Discord message content is not stored outside of Discord.

## Data Retention Period

Once Starbot is removed from a server, that server’s data is automatically deleted after 30 days.

※If you wish to have your data removed, please send a request to the owner via Discord (shaynicide) or via in-app report.

## Opting Out

You may opt out of this at any time; by opting out of Starbot services, you may no longer use the bot or its services. However, by participating in a server that utilizes Starbot,

{% hint style="info" %}
If you have any questions or concerns regarding these privacy policies, please send a detailed message to `shaynicide` via Discord, and we will try to resolve your concerns.
{% endhint %}


---

# 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:

```
GET https://shaynicide.gitbook.io/starbot-jp/rii.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.
