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

# Data Privacy

## User Data

The bot collects small amounts of data about its users, and data collection can be opted out of.

* `User ID` is collected when you use the [`/set me`](/time-zone-bot/commands/user-commands/set-me.md) command, which allows us to save the following data to our database:
  * [`User Time zone`](/time-zone-bot/timezones-list.md) - collected when using the command above
  * [`Reminders enabled/disabled`](/time-zone-bot/reminders.md) - collected when using the [`/reminders`](/time-zone-bot/commands/user-commands/reminders.md) command, this is stored as a boolean value (True/False)

This data is all we save about you, and can be removed at any time, using the [`/me remove`](/time-zone-bot/commands/user-commands/me.md#me-remove) command.

## Guild Data

Data collected about guilds/servers is very similar:

* `Guild ID` - is collected when using the [`/setup`](/time-zone-bot/commands/server-commands/setup.md) command, and is used to store the following data in our database:
  * [`Guild Time zone`](/time-zone-bot/timezones-list.md) - collected when using the command above
  * [`Reminders enabled/disabled`](/time-zone-bot/reminders.md) - collected when using the command above, and stored as a boolean value (True/False)

This is all the data we store about your server, and can be removed at any time using the [`/server remove`](/time-zone-bot/commands/server-commands/server.md#server-remove) command.

## Message Data

Finally, when a message is sent ONLY when it [mentions a timezone](/time-zone-bot/time-conversions.md), the following data is stored:

* `Message ID` - the discord ID of the message
* `Author ID` - the sender/author ID of the message
* `Found Times` - the [times ](/time-zone-bot/time-conversions.md)which have been found in the message

This data will automatically be removed from out database by deleting the message, or by submitting a request to us directly.


---

# 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://cde90.gitbook.io/time-zone-bot/misc./data-privacy.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.
