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

# Privacy Policy

## When you verify yourself on our Discord server, we collect the following information:

1. Your Discord username
2. Your Discord user ID
3. Your email address (if you choose to provide it)

## Use of Information

We will use the information collected through your verification process to facilitate your access to our server and to make sure that we can move your account to our new server if necessary. We will not use this information for any other purpose, nor will we share it with any third parties.

## Permission to Join Discord Servers

As part of the verification process, we will request permission to make your account join our new Discord server if our old server gets deleted. This permission does not give us the right to make your account join any other Discord servers without your explicit consent.

## Protection of Information

We take the protection of your personal information seriously and have implemented appropriate technical and organizational measures to ensure the security of your data. We use encryption to protect your data against unauthorized access, and we limit access to your data to only those individuals who need it to perform their duties.

## Retention of Information

We will retain your information for as long as it is necessary to achieve the purposes described in this privacy policy. If you choose to leave our server, we will delete your information within a reasonable time period.

## Disclosure of Information

We will not disclose your personal information to any third parties unless required to do so by law or in response to a valid legal request.

## Your Rights

You have the right to access, rectify, and erase your personal information. You also have the right to object to the processing of your personal information and to request the restriction of its processing. If you wish to exercise any of these rights, please contact us at the email address provided below.

By verifying yourself in our Discord server, you acknowledge that you have read and understood this privacy policy and agree to the collection, use, and retention of your personal information as described herein. You also acknowledge that you have granted us permission to make your account join our new Discord server if our old server gets deleted, and that this permission does not extend to any other Discord servers without your explicit consent.


---

# 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/privacy-policy.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.
