# Guides

- [Windows Installation](https://docs.qbcore.org/qbcore-documentation/guides/windows-installation.md): Installing a QBCore server step by step.
- [Linux Installation](https://docs.qbcore.org/qbcore-documentation/guides/linux-installation.md): Installing a QBCore Server on Linux step by step
- [Setting Permissions](https://docs.qbcore.org/qbcore-documentation/guides/setting-permissions.md): Learn how to configure permissions on your new QBCore server!
- [Script Optimization](https://docs.qbcore.org/qbcore-documentation/guides/script-optimization.md): Learn how to write optimized code!
- [Miscellaneous Guides](https://docs.qbcore.org/qbcore-documentation/guides/miscellaneous-guides.md): Extra guides and tools are listed here
- [Visual Studio Code](https://docs.qbcore.org/qbcore-documentation/guides/visual-studio-code.md): A free, lightweight, text editor with many extension options!
- [Useful Links](https://docs.qbcore.org/qbcore-documentation/guides/useful-links.md): A list of helpful links relevant to developing on FiveM!


---

# 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.qbcore.org/qbcore-documentation/guides.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.
