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

# Terms of Service

**1. INTRODUCTION** These Terms of Service ("Terms") govern your access to and use of the RoFind bot ("Bot"), which is provided by RoFind. By adding the Bot to your Discord server or using any of its features, you agree to be bound by these Terms and our Privacy Policy.

**2. ELIGIBILITY** You must be at least 13 years old to use the Bot, or the age of digital consent in your jurisdiction if higher. By using the Bot, you represent and warrant that you have the right, authority, and capacity to agree to and abide by these Terms.

**3. LICENSE TO USE** We grant you a limited, non-exclusive, non-transferable, and revocable license to use the Bot for its intended purposes subject to your compliance with these Terms.

**4. USER CONDUCT** You agree not to:

* Use the Bot for any illegal purpose or in violation of any laws or Discord's Terms of Service
* Use the Bot to harass, abuse, or harm another person
* Attempt to reverse engineer, decompile, or discover the source code of the Bot
* Use automated systems (such as scripts) to interact with the Bot beyond normal usage
* Use the Bot to distribute malicious content or spam

**5. INTELLECTUAL PROPERTY** The Bot and its original content, features, and functionality are and will remain our exclusive property. The Bot may contain code or components licensed from third parties.

**6. DATA COLLECTION AND PRIVACY** Our Privacy Policy [available at](https://rofind.gitbook.io/rofind/privacy-policy) explains how we collect, use, and protect your information. By using the Bot, you consent to our data practices as described in the Privacy Policy.

**7. TERMINATION** We may suspend or terminate your access to the Bot at any time for any reason, including if we believe you have violated these Terms.

**8. DISCLAIMER OF WARRANTIES** THE BOT IS PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. WE DO NOT GUARANTEE THAT THE BOT WILL BE UNINTERRUPTED OR ERROR-FREE.

**9. LIMITATION OF LIABILITY** TO THE FULLEST EXTENT PERMITTED BY LAW, WE SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM YOUR USE OF THE BOT.

**10. MODIFICATIONS TO TERMS** We reserve the right to modify these Terms at any time. We will provide notice of material changes through our Discord server or through the Bot itself.

**11. GOVERNING LAW** These Terms shall be governed by and construed in accordance with the laws of \[Your Country/State], without regard to its conflict of law provisions.

**12. CONTACT INFORMATION** For questions about these Terms, please contact us at:

* Discord: <https://discord.gg/wGZmT6hK46>

**13. SEVERABILITY** If any provision of these Terms is held to be invalid or unenforceable, the remaining provisions will remain in full force and effect.

By using RoFind Bot, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service.


---

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