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

# X1Studios Documentation

X1Studios Documentation For All X1S Resources

Welcome to the official **X1Studios Documentation**.

This documentation is designed to provide developers, server owners, and customers with everything they need to properly install, configure, use, and manage **X1Studios products**.

### What Is This Documentation For?

The X1Studios Documentation serves as the central knowledge base for our scripts, systems, and other FiveM resources. It provides detailed information to help you get your resources up and running quickly while making configuration and troubleshooting easier.

#### What You'll Find

**Installation Guides**\
Step-by-step instructions for installing X1Studios resources and their required dependencies.

**Configuration**\
Detailed explanations of configuration options, permissions, commands, settings, and customizable features.

**Features & Usage**\
Learn how each resource works and how to properly use its available features.

**Dependencies**\
Information about required resources, frameworks, libraries, and other dependencies.

**Commands & Permissions**\
Complete lists of available commands, permissions, ACE permissions, and administrative controls.

**Troubleshooting**\
Solutions to common installation, configuration, and runtime issues.

**Updates & Changelogs**\
Keep up with new features, improvements, bug fixes, and changes across X1Studios products.

### Built for Developers

Our documentation is built with developers and server owners in mind. Whether you're installing your first X1Studios resource or managing an entire FiveM server, you'll find the information needed to configure our products to fit your server.

### Official X1Studios Resources

Documentation may be available for:

* FiveM Scripts
* FiveM EUP
* FiveM Liveries
* FiveM YMAPS

**Need help?** If you cannot find the answer you're looking for in the documentation, contact the X1Studios support team through our official Discord.


---

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