# Home

{% hint style="info" %}
Please note that I primarily work with my own framework in FiveM, which is an improved version of ESX. While I am somewhat familiar with ESX, I may not be up to date with the latest frameworks. The examples provided are based on the documentation available for those frameworks and should work accordingly. They may not always reflect the optimal use case, but they are intended to demonstrate functionality based on the framework documentation.

If you have suggestions for improvements to the examples or documentation regarding framework integration, please feel free to reach out to us on Discord.
{% endhint %}


---

# 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://docs.syntaxa.xyz/home.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.
