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

# Terms Of Service

## Interpretation and Definitions

The words of which the initial letter is capitalized have meanings defined under Interpretations and Definitions, they are located [Here](/ritabot-docs/policys/interpretation-and-definitions.md).&#x20;

## Disclaimer <a href="#disclaimer" id="disclaimer"></a>

You are strictly prohibited to use RitaBot against the ToS of discord or for illegal purposes. We are doing our best to prevent these activities, while trying to provide the best user experience as possible. If you find people or communities using RitaBot against the ToS of discord or even for illegal activities, please send us an email to <dev@ritabot.gg>

## Proprietary Rights

We (RitaBot) own and retain all rights for public available data (including but not limited to templates). We grant you the permission to use this available data for your own needs, but strictly disallow any commercial use. You therefore shall not sell, license or otherwise commercialize the data except if the permission was expressly granted to you.

## Availability

* RitaBot is provided as-is. There are no guarantees that it will be available in the future, and its purpose or availability may be changed at any time.
* Usage Data including backups may be deleted at any time.
* Any "pro" or "premium" Features are not guaranteed. They may change or be revoked at any time.
* Access to all or specific Features of RitaBot may be revoked, for all or a specific user, at any time.
* Promotional programmes, including the RITA Rewards Programme, may be modified, suspended, or withdrawn at any time.

## Rewards Programme

Participation in the RITA Rewards Programme is optional and available only to eligible users.

By earning, holding, or redeeming Reward Points, You agree to be bound by the RITA Rewards Programme Terms & Conditions, which form part of these Terms of Service.

Reward Points have no monetary value, are non-transferable unless expressly authorised by Us, and may only be redeemed in accordance with the RITA Rewards Programme Terms & Conditions.

We reserve the right to modify, suspend, or discontinue the Rewards Programme at any time.

## Server / Guild Data

To operate RitaBot and in specific the Database we use requieres we save some information about You, your Discord server and the members.&#x20;

* Usernames & Discriminators.
* Server Name & ID
* Channel ID's, Role ID's and User/Owner ID's

We may also store anonymized Personal Data about you including your username, discriminator and public flags (badges) in line with our [Privacy Policy](/ritabot-docs/policys/privacy-policy.md). This information is only used for analytics and can not be tracked back to You.

## S.A.L.T.S

**S.A.L.T.S** Stands for Subscription, Activation, Limitations, Termination and Suspension Policy. This describes Our policies and procedures on how each of the aformentioned processes are handled.&#x20;

By using the Service, You agree to the following processes and be subject to enforcment of them. Please refer to [S.A.L.T.S Policy](/ritabot-docs/policys/s.a.l.t.s-policy.md) for more information.

## Changes to these Terms

We reserve the right to amend or update these Terms of Service at any time.

Where changes materially affect Your rights or obligations, We will make reasonable efforts to notify Users through our Website, Discord server, or other appropriate communication channels.

Your continued use of the Service after the effective date of any changes constitutes acceptance of the updated Terms.

Where applicable, any Right to Exit will be governed by the Right to Exit Policy.


---

# 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.ritabot.gg/ritabot-docs/policys/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.
