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

# Policys

- [Terms Of Service](https://docs.ritabot.gg/ritabot-docs/policys/terms-of-service.md): In Effect From: July 01, 2026 / Last updated: June 30, 2026
- [Terms Of Service V1](https://docs.ritabot.gg/ritabot-docs/policys/terms-of-service/terms-of-service-v1.md): Last updated: June 30, 2026
- [S.A.L.T.S Policy](https://docs.ritabot.gg/ritabot-docs/policys/s.a.l.t.s-policy.md): In Effect From: May 18, 2026 / Last updated: April 08, 2026
- [S.A.L.T.S Policy V5](https://docs.ritabot.gg/ritabot-docs/policys/s.a.l.t.s-policy/s.a.l.t.s-policy-v5.md): Last updated: June 05, 2025
- [S.A.L.T.S Policy V4](https://docs.ritabot.gg/ritabot-docs/policys/s.a.l.t.s-policy/s.a.l.t.s-policy-v4.md): Last updated: June 05, 2025
- [S.A.L.T.S Policy V3](https://docs.ritabot.gg/ritabot-docs/policys/s.a.l.t.s-policy/s.a.l.t.s-policy-v3.md): Last updated: August 15, 2023
- [S.A.L.T.S Policy V2](https://docs.ritabot.gg/ritabot-docs/policys/s.a.l.t.s-policy/s.a.l.t.s-policy-v2.md): Last updated: September 27, 2022
- [S.A.L.T.S Policy V1](https://docs.ritabot.gg/ritabot-docs/policys/s.a.l.t.s-policy/s.a.l.t.s-policy-v1.md): Last updated: April 22, 2022
- [Privacy Policy](https://docs.ritabot.gg/ritabot-docs/policys/privacy-policy.md): In Effect Fom: June 06, 2025 / Last updated: June 05, 2025
- [Privacy Policy V3](https://docs.ritabot.gg/ritabot-docs/policys/privacy-policy/privacy-policy-v3.md): Last updated: June 05, 2025
- [Privacy Policy V2](https://docs.ritabot.gg/ritabot-docs/policys/privacy-policy/privacy-policy-v2.md): Last updated: September 27, 2022
- [Privacy Policy V1](https://docs.ritabot.gg/ritabot-docs/policys/privacy-policy/privacy-policy-v1.md): Last updated: March 15, 2022
- [Refund Policy](https://docs.ritabot.gg/ritabot-docs/policys/refund-policy.md): In Effect Fom: May 18, 2025 / Last updated: April 08, 2026
- [Refund Policy V3](https://docs.ritabot.gg/ritabot-docs/policys/refund-policy/refund-policy-v3.md): Last updated: June 05, 2025
- [Refund Policy V2](https://docs.ritabot.gg/ritabot-docs/policys/refund-policy/refund-policy-v2.md): Last updated: May 01, 2023
- [Refund Policy V1](https://docs.ritabot.gg/ritabot-docs/policys/refund-policy/refund-policy-v1.md): Last updated: April 22, 2022
- [3rd Party Policys](https://docs.ritabot.gg/ritabot-docs/policys/3rd-party-policys.md): Refer to the below service and their Respective TOS and Policies
- [Rewards Programme](https://docs.ritabot.gg/ritabot-docs/policys/rewards-programme.md): In Effect From: July 01, 2026 / Last updated: June 30, 2026
- [Interpretation & Definitions](https://docs.ritabot.gg/ritabot-docs/policys/interpretation-and-definitions.md): Last updated: April 08, 2026
- [Right To Exit](https://docs.ritabot.gg/ritabot-docs/policys/right-to-exit.md): Last updated: June 05, 2025


---

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