# Welcome!

{% hint style="success" %}
Welcome to the official repository of FiveM script documentation! Here, you'll find a treasure trove of knowledge, detailed guides, and practical examples to make the most out of your scripts. From basic functions to advanced techniques, this platform is designed to support you on your development journey. Explore, learn, and elevate your creations to new heights with our comprehensive and accurate documentation! Welcome to the community of FiveM creators and enthusiasts. May your experience here be inspiring and filled with discoveries!
{% endhint %}

<details>

<summary>How to use it?</summary>

This space is designed to be read linearly, so start with our Vision, Mission & Focus and work down from there! We recommend reading everything through in one sitting and then revisiting and re-reading if you need to.

</details>

<details>

<summary>Contributing</summary>

If you want to contribute changes, start a new change request and submit it for review. The People team will review it soon after.

</details>


---

# Agent Instructions: 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://fivem.lvsoft.com.ar/lv-soft/welcome.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.
