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

# Welcome

## 🚀 Welcome to **Glitch Studios Documentation**

Welcome to **Glitch Studios**, your go to source for high quality FiveM resources and game development tools! Our mission is to provide **powerful, efficient, and customisable** solutions that push the boundaries of what’s possible in FiveM development.

### 📖 What You’ll Find Here

This documentation serves as a complete guide to all Glitch Studios resources, including:\
✅ **Setup Instructions** – Easy to follow installation guides.\
✅ **Exports & APIs** – Integrate seamlessly with your existing scripts.\
✅ **Customisation Options** – Tailor resources to fit your server’s needs.\
✅ **Troubleshooting & FAQs** – Quick fixes for common issues.

### 🎯 Our Vision

At **Glitch Studios**, we believe in **innovation, collaboration and quality**. Whether you're a solo developer or managing a full scale FiveM server, our tools are built to **enhance gameplay, optimise performance and streamline development**.

### 💬 Need Help?

🔹 **Join Our Community:** [Glitch Studios Discord](https://discord.gg/PAQX8ANEfw)\
🔹 **Report Issues & Bugs:** Use our GitHub issue tracker or open a support ticket.

Let's build something amazing together. Welcome to **Glitch Studios**! 🚀

### 👥 We're Looking for More Help!

As **Glitch Studios** continues to grow, we are actively looking to expand our team. If you have experience in **FiveM development**, **Lua scripting**, or **game design** and are passionate about creating high quality resources, we would love to have you join our development team.

#### Interested in Joining?

If you're interested in contributing to the future of **Glitch Studios**, please don't hesitate to **open a ticket** in our [Discord server](https://discord.com/invite/PAQX8ANEfw). Tell us about your skills and how you can contribute, and we will get in touch with you!


---

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