# QB-Core

- [Core Object](https://docs.qbcore.org/qbcore-documentation/qb-core/core-object.md): Let's dive into the core object of the qb-core resource!
- [Player Data](https://docs.qbcore.org/qbcore-documentation/qb-core/player-data.md): Learn how to access and modify a player's data
- [Shared](https://docs.qbcore.org/qbcore-documentation/qb-core/shared.md): Learn how to manage your server's jobs, vehicles, items, etc!
- [Shared Exports](https://docs.qbcore.org/qbcore-documentation/qb-core/shared-exports.md): Learn how to use exports to update the shared dynamically!
- [DrawText](https://docs.qbcore.org/qbcore-documentation/qb-core/drawtext.md): Learn how to use the built-in NUI drawtext function!
- [Client Event Reference](https://docs.qbcore.org/qbcore-documentation/qb-core/client-event-reference.md): Learn about and how to use common core client events!
- [Client Function Reference](https://docs.qbcore.org/qbcore-documentation/qb-core/client-function-reference.md): Learn about and how to use common core client functions!
- [Server Event Reference](https://docs.qbcore.org/qbcore-documentation/qb-core/server-event-reference.md): Learn about and how to use common core server events!
- [Server Function Reference](https://docs.qbcore.org/qbcore-documentation/qb-core/server-function-reference.md): Learn about and how to use common core server functions!
- [Commands](https://docs.qbcore.org/qbcore-documentation/qb-core/commands.md): A list of all the commands and their respective resource


---

# 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/qb-core.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.
