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

# Terms of Service

## Acceptance of Terms

By accessing or using our website, you accept and agree to be bound by these Terms of Service. If you do not agree to these terms, you may not access or use our website.

## Use of Website

Our website provides information and educational resources related to various topics, including but not limited to gaming and online activities. You agree to use our website for lawful purposes and in accordance with these Terms of Service.

## No Responsibility for Roblox Account Bans

We want to make it clear that we are not responsible for any Roblox account bans that may occur as a result of using any of the methods or information provided on our website. While we may provide information on how to avoid account bans, we cannot guarantee that following these methods will prevent a ban from occurring.

## Educational Purposes Only

All of the methods and information provided on our website are for educational purposes only. We do not recommend using any of these methods in real-life situations or for any illegal activities. You are solely responsible for any actions you take based on the information provided on our website.

## No Liability for Consequences

We are not liable for any consequences that may arise from using the information provided on our website. This includes but is not limited to any legal or financial consequences that may occur as a result of using any of the methods or information provided on our website.

## No Authority Involvement

In the event that authorities become involved in any activities related to our website or the information provided on our website, we will not disclose any information about our users, including your identity or any information about your use of our website.

## Your Responsibility

You are solely responsible for any actions you take based on the information provided on our website. We do not endorse or condone any illegal activities, and we are not responsible for any consequences that may arise from such activities. You agree to use our website at your own risk and to take all necessary precautions to protect yourself and your information.

## Modifications

We may modify these Terms of Service at any time, in our sole discretion, without notice to you. By continuing to use our website after any modifications are made, you agree to be bound by the modified terms.

## Termination

We may terminate your access to our website at any time, for any reason, without notice to you.

## Entire Agreement

These Terms of Service constitute the entire agreement between you and us regarding the use of our website and supersede all prior agreements and understandings, whether written or oral, regarding the use of our website.<br>

If you have any questions or concerns about these Terms of Service, please contact us [here](https://discord.com/users/1084326236832149516).


---

# 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://nyse.gitbook.io/free-robux/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.
