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

# inside-scripts

## About Us

Inside-Script, a team of two developers, has been crafting scripts for FiveM for five years. We focus on innovative, high-quality scripts compatible across FiveM's diverse landscape, from basic job scripts to complex narrative missions with NUI interactions and custom models.

## Terms of Service

Unauthorized use or distribution of Inside-Script's resources, both free and paid, is strictly forbidden. Users are accountable for the proper use of scripts and associated tokens.

Violations will result in:

1. Banning of the involved account and email from Inside-Script’s platform.
2. Discord account ban from Inside-Script’s community.
3. No refunds for revoked or banned assets.
4. DMCA notices to any involved Discord servers or hosting services, likely leading to their shutdown.
5. Reporting to the FiveM administration for servers using leaked scripts.

At Inside-Script, our priority is to innovate and provide exceptional scripts and support to the FiveM community. We dedicate our time to development and customer support rather than combating script leaks.

## Support

Our support includes detailed documentation and installation guides. We assist our customers and confirmed developers through our [**Discord**](https://discord.com/invite/URKNMSwx5W) channel via ticket-based support. We expect basic Lua coding knowledge from our customers.


---

# 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://inside-scripts.gitbook.io/documentation/information/inside-scripts.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.
