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

# Privacy Policy

Welcome to Boiler on Discord! \
\
Boiler takes your privacy seriously and is committed to protecting your personal information. This privacy policy ("Policy") describes how Boiler collects, uses, and shares information about you when you use our service. By using Boiler, you consent to the practices described in this Policy.

Information We Collect

Boiler collects information you provide to us when you use our service, such as your Discord username and email address. We may also collect information automatically when you use our service, such as your IP address and device information.

How We Use Your Information

Boiler uses your information to provide and improve our service, to personalize your experience, and to communicate with you about our service. We may also use your information to comply with legal obligations or to protect our rights or the rights of others.

Information We Share

Boiler may share your information with third parties, such as service providers and law enforcement, when necessary to provide or improve our service, to comply with legal obligations, or to protect our rights or the rights of others. We do not sell your personal information to third parties.

Your Choices

You can control the information we collect about you by adjusting your settings on Discord or by contacting us at \[contact information]. Please note that some information is necessary for us to provide our service and cannot be deleted upon request.

Security

Boiler takes reasonable measures to protect your information from unauthorized access, use, or disclosure. However, no method of transmission over the internet or electronic storage is completely secure, so we cannot guarantee absolute security.

Children's Privacy

Boiler does not knowingly collect or solicit personal information from children under the age of 13. If we learn that we have collected personal information from a child under 13, we will delete that information as soon as possible.

Changes to this Policy

Boiler may update this Policy from time to time by posting the updated Policy on our website. Your continued use of our service after such posting constitutes your consent to be bound by the updated Policy.

Contact Us

If you have any questions or concerns about this Policy or our privacy practices, please contact us at \[contact information].


---

# 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.boiler.gg/bot/under-the-hood/legal/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.
