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

# Terms of Service

**Terms of Service – Robux Tax Calculator Bot**

Last Updated: 26 December 2025

By using this bot (“the Service”), you agree to the following terms.

⸻

1. General Disclaimer

The Service is provided “as is”. While we aim to keep calculations accurate and up to date, we cannot guarantee that all results will always be correct or perfectly precise. The bot is intended for informational purposes only and should not be considered official financial, legal, or professional advice.

⸻

2. Calculations & Rounding

All calculations are approximations. Results may be rounded to the nearest whole number (for example: 12.4 → 13, 76.6 → 77). Small differences may occur due to rounding or changes in platform rules.

⸻

3. Limitation of Liability

The bot’s developers and operators are not responsible for any losses, damages, or issues resulting from the use of the Service or reliance on its output. Use of the Service is entirely at your own discretion.

⸻

4. Acceptable Use

You agree not to misuse the Service. This includes, but is not limited to: • Attempting to exploit, manipulate, or abuse the bot • Reverse engineering or interfering with its functionality • Using the bot in ways that violate Discord’s Terms of Service

Violation of these rules may result in restricted or removed access to the bot.

⸻

5. Data & Privacy

The Service does not collect personal data such as messages or content. Basic technical identifiers (such as user IDs or server IDs) may be temporarily processed only to ensure correct functionality and prevent abuse. These identifiers are not sold, shared, or used for tracking purposes.

⸻

6. Availability & Changes

We may update, modify, or discontinue the Service at any time to improve functionality, ensure security, or comply with platform requirements. We do not guarantee uninterrupted availability.

⸻

7. Changes to These Terms

These Terms may be updated from time to time. Continued use of the Service after changes are made means you accept the updated Terms.


---

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