> 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/home.md).

# Home

<h2 align="center">RoFind Docs Structure</h2>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-book">:book:</i></td><td>ToS and Privacy Policy</td><td>Find the information about our ToS and the Privacy Policy.</td><td><a href="/files/WbLb53wM6nJjn5VUDGMH">/files/WbLb53wM6nJjn5VUDGMH</a></td><td><a href="https://mr-bacon.gitbook.io/mr-bacon/terms-of-service">https://mr-bacon.gitbook.io/mr-bacon/terms-of-service</a></td></tr><tr><td><i class="fa-xmark-large">:xmark-large:</i></td><td>Account Terminations</td><td>A full tab talking about the information you need to know if your Discord account has been termed.</td><td><a href="/files/JLrIspSdG3N5TkOqb0f7">/files/JLrIspSdG3N5TkOqb0f7</a></td><td></td></tr><tr><td><i class="fa-books">:books:</i></td><td>Applications</td><td>Find information about diffrent applications within the Mr. Bacon Team.</td><td><a href="/files/pcmL3hWs1GvTFJKUFAFI">/files/pcmL3hWs1GvTFJKUFAFI</a></td><td></td></tr></tbody></table>

{% columns %}
{% column %}

### ToS and Privacy Policy

RoFind is a Discord bot designed to enhance your server's experience. By using RoFind, you agree to the following terms and privacy practices governing its use and data handling.

<a href="/pages/Z0qSMeUL07yXwOWKDqhr" class="button secondary" data-icon="chart-simple-horizontal">Terms of Service</a><a href="/pages/pYMR5Nct0ALfwvv2VLoF" class="button primary" data-icon="paste">Privacy Policy</a>
{% endcolumn %}

{% column %}

<figure><img src="/files/WbLb53wM6nJjn5VUDGMH" alt="" width="470"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/JLrIspSdG3N5TkOqb0f7" alt="" width="563"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Account Terminations

We reserve the right to suspend or terminate access to RoFind for any user or server found violating our Terms of Service. This includes, but is not limited to, using the bot for malicious activity, spam, harassment, or any other behavior that harms the user experience.

Terminations are conducted at our sole discretion and are typically final. Users will be notified of the violation whenever possible.

{% hint style="info" %}
Button coming for this soon...
{% endhint %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### Applications

All information submitted through any official application form (e.g., for staff, beta testing, or partnerships) must be accurate and truthful. We process applications at our sole discretion, and submission does not guarantee acceptance.

All application data will be handled confidentially and used solely for the internal review process, as outlined in our Privacy Policy.

{% hint style="info" %}
Button coming for this soon...
{% endhint %}
{% endcolumn %}

{% column %}

<figure><img src="/files/pcmL3hWs1GvTFJKUFAFI" alt="" width="300"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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/home.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.
