> 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/terms-of-service.md).

# Terms of Service

Welcome to Boiler on Discord! By using Boiler, you agree to the following terms of service ("Terms"), so please read them carefully before using our service.

Acceptance of Terms By using Boiler on Discord, you agree to be bound by these Terms, which constitute a binding legal agreement between you and Boiler. If you do not agree to these Terms, please do not use our service.

Description of Service Boiler is a chat application designed for Discord users. It allows users to chat with each other in real time, join different servers, and participate in voice and video calls.

Privacy Policy Your privacy is important to us. Our Privacy Policy explains how we collect, use, and share information about you when you use our service. By using Boiler, you agree to our Privacy Policy, which is incorporated by reference into these Terms.

User Conduct You agree to use Boiler only for lawful purposes and in a manner consistent with all applicable laws, regulations, and guidelines. You also agree not to engage in any activity that could harm Boiler or our users, or interfere with the operation of Boiler or its servers.

Ownership Boiler is owned and operated by \[company name]. All content included on the service, such as text, graphics, logos, images, and software, is the property of Boiler or its licensors and is protected by copyright and other laws.

Disclaimers Boiler is provided "as is" and without warranty of any kind. We make no warranty that the service will be uninterrupted, secure, or error-free, or that any defects will be corrected.

Limitation of Liability In no event will Boiler be liable for any indirect, incidental, consequential, special, punitive, or exemplary damages arising out of or in connection with your use of the service.

Indemnification You agree to indemnify and hold Boiler harmless from any claims, damages, liabilities, costs, and expenses (including reasonable attorneys' fees) arising out of or in connection with your use of the service or any breach of these Terms.

Modification of Terms Boiler may modify these Terms at any time by posting the modified Terms on the service. Your continued use of the service after such posting constitutes your agreement to be bound by the modified Terms.

Termination Boiler may terminate your access to the service at any time for any reason, with or without notice.

Governing Law These Terms shall be governed by and construed in accordance with the laws of \[insert governing law here].

If you have any questions or concerns about these Terms, 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/terms-of-service.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.
