# Essentials

- [Complete FiveM QBCore Framework Command Lists](https://docs.fivem-qbcore.com/essentials/editor.md): Welcome to the official QBCore Store command list, where you will find a comprehensive guide to all QBCore framework commands, including admin, police, EMS, jobs, inventory, vehicles, and more.
- [How to Set Admin in QBCore](https://docs.fivem-qbcore.com/essentials/markdown.md): If you need to set yourself or someone else as an admin in your QBCore server, follow this step-by-step guide.
- [All FiveM-Related Useful Links](https://docs.fivem-qbcore.com/essentials/images-and-media.md): Here is a collection of all essential FiveM-related links, including official documentation, development tools, forums, and community resources.  🚀 For custom QBCore scripts, support, and ready-madeH


---

# 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.fivem-qbcore.com/essentials.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.
