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

# Dynasty Studios Documentation

### Welcome

Welcome to the **official documentation** for **Dynasty Studios**.

This documentation provides a **basic and general overview** of Dynasty Studios, following a clean and simple structure. It does **not** include detailed information about individual scripts.

***

### About Dynasty Studios

**Dynasty Studios** is a development studio focused on creating professional, optimized, and easy‑to‑use resources for FiveM servers.

Our main objective is to deliver stable systems that integrate smoothly into roleplay servers, while maintaining performance, scalability, and simplicity for server owners.

***

### Philosophy

Dynasty Studios resources are built with the following principles in mind:

* Simplicity and clarity
* Performance‑focused development
* Easy installation and maintenance
* Clear configuration without code editing
* Consistent structure across all resources

***

### Getting Started

This documentation is intended to help users understand the general structure and approach of Dynasty Studios resources.

Each product includes its own instructions and configuration files where applicable.

***

### Framework Compatibility

Dynasty Studios resources are primarily designed for:

* **QBCore**

Additional compatibility may be provided depending on the resource.

***

### Installation Overview

All Dynasty Studios resources follow a similar installation process:

1. Place the resource folder inside your server’s `resources` directory
2. Ensure required dependencies are installed
3. Configure the provided configuration file
4. Add the resource to your `server.cfg`
5. Restart the server

***

### Configuration

Resources include configuration files that allow customization without modifying core logic.

General rules:

* Edit only configuration files
* Avoid modifying core files
* Use default values as a starting point

***

### Updates & Maintenance

Dynasty Studios resources may receive updates for:

* Bug fixes
* Performance improvements
* Compatibility adjustments

Keeping resources up to date is recommended.

***

### Official Store

All Dynasty Studios products are distributed exclusively through the **official Dynasty Studios store**.

Purchases, updates, and licenses are managed only through the official store.

***

### Support

Support is provided exclusively to verified customers.

Please use the official support channels associated with your purchase.

***

### Credits

**Dynasty Studios**\
Developed by **estrubilho and paulo**

*Built for roleplay. Designed for performance.*

### Useful Links <a href="#useful-links" id="useful-links"></a>

* [Discord](https://discord.gg/h5t2UpWH2v)
* [Tebex](https://dynasty-studios.tebex.io/)


---

# 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:

```
GET https://docs-dynasty-studios.gitbook.io/docs/dynasty-studios-documentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
