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

# Privacy Policy

## X1Studios Privacy Policy

**Last Updated: September 5, 2026**

X1Studios ("X1Studios," "X1S," "we," "us," or "our") respects your privacy and is committed to protecting the information you provide when using our websites, Discord communities, FiveM resources, scripts, EUP packs, liveries, and other services.

By accessing or using any X1Studios service, you acknowledge and agree to the practices described in this Privacy Policy.

### 1. Information We Collect

Depending on how you interact with X1Studios, we may collect limited information, including:

#### Discord Information

When interacting with our Discord server or Discord-based services, we may have access to information provided by Discord, such as:

* Discord username and display name
* Discord User ID
* Messages or information you voluntarily provide
* Information submitted through applications, support requests, or giveaways

We only use this information as reasonably necessary to operate and manage our Discord community and provide support.

#### Website Information

When using an X1Studios website, certain technical information may be collected automatically, including:

* IP address
* Browser type
* Operating system
* Device information
* Pages visited
* Date and time of access
* General usage and diagnostic information

This information may be used to maintain website security, prevent abuse, and improve our services.

#### FiveM Resources

Certain X1Studios scripts or resources may process information necessary for their functionality.

Depending on the resource, this may include:

* FiveM/Player identifiers
* Server IDs
* Character information
* In-game names
* Vehicle information
* In-game records
* Server-specific gameplay data

The exact information collected depends on the individual resource and its configuration by the server owner.

### 2. How We Use Information

X1Studios may use collected information to:

* Provide and maintain our services
* Provide customer and technical support
* Process applications and support requests
* Manage Discord communities
* Distribute and manage giveaways
* Prevent abuse, fraud, exploitation, or unauthorized access
* Improve our scripts, websites, and services
* Diagnose technical problems
* Enforce our Terms of Service and community rules
* Communicate important updates regarding our services

We do not use information for purposes unrelated to the operation of X1Studios services unless permitted or required by applicable law.

### 3. Information Sharing

X1Studios does not sell, rent, or trade personal information.

Information may be shared with third-party services when reasonably necessary to provide or operate our services. Examples may include:

* Discord
* FiveM/Cfx.re
* Hosting providers
* Website hosting or infrastructure providers
* Analytics or security services
* Payment providers, when applicable

We may also disclose information when reasonably necessary to:

* Comply with applicable law
* Respond to valid legal requests
* Protect the rights or property of X1Studios
* Investigate fraud, abuse, or security incidents
* Protect users or the public from serious harm

### 4. Third-Party Services

X1Studios may use or integrate with third-party services.

These services operate independently from X1Studios and may have their own privacy policies and terms. X1Studios is not responsible for the privacy practices of third-party services.

Examples may include Discord, FiveM/Cfx.re, YouTube, TikTok, GitHub, payment processors, hosting providers, and other platforms linked to or integrated with X1Studios services.

We recommend reviewing the privacy policies of third-party services you choose to use.

### 5. Cookies and Website Technologies

X1Studios websites may use cookies, local storage, analytics technologies, or similar technologies where necessary to operate the website, maintain security, remember preferences, or understand general website usage.

You may be able to control cookies through your browser settings. Disabling certain cookies may affect website functionality.

### 6. Data Retention

We retain information only for as long as reasonably necessary for the purpose for which it was collected, including:

* Providing services
* Maintaining records
* Resolving disputes
* Enforcing agreements
* Preventing abuse
* Meeting legal or security requirements

Retention periods may vary depending on the type of information and the service involved.

### 7. Data Security

X1Studios takes reasonable measures to protect information from unauthorized access, disclosure, alteration, or destruction.

However, no online service, website, database, or method of transmission can be guaranteed to be completely secure. We cannot guarantee absolute security of information transmitted to or stored by our services.

### 8. Children's Privacy

X1Studios services are not intentionally designed to collect personal information from children.

If you believe that a child has provided personal information to X1Studios without appropriate consent, please contact us so that we can review and, where appropriate, delete the information.

### 9. User-Submitted Information

Information voluntarily submitted to X1Studios, including through Discord applications, support requests, bug reports, feedback forms, or other communication channels, may be stored and used for the purpose for which it was submitted.

Please avoid submitting unnecessary sensitive or confidential information.

### 10. FiveM Server Data

X1Studios develops resources that may be installed and operated by independent FiveM server owners.

Server owners may configure these resources to store or process additional information. In these circumstances, the server owner may be responsible for determining what information is collected, how it is used, and how long it is retained.

For questions regarding data collected by a specific FiveM server using an X1Studios resource, users should contact the operator or administrator of that server.

### 11. Data Deletion and Privacy Requests

You may contact X1Studios to request information regarding personal data that we may hold about you or to request deletion of information where applicable.

Requests may be subject to verification and applicable legal, security, or operational requirements.

Some information may need to be retained when required by law, necessary for legitimate security purposes, or reasonably required to maintain records.

### 12. Changes to This Privacy Policy

X1Studios may update this Privacy Policy from time to time.

When changes are made, the "Last Updated" date at the top of this policy will be updated. Continued use of X1Studios services after changes are published constitutes acceptance of the updated Privacy Policy to the extent permitted by applicable law.

### 13. Contact

If you have questions, concerns, or requests regarding this Privacy Policy or the way X1Studios handles information, please contact X1Studios through our official support channels.

**X1Studios**\
FiveM Development\
Official Support: X1Studios Discord Server


---

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