# QBCore

<details>

<summary>Stretcher is colliding with another script!</summary>

1. Open `qb-radialmenu/client` and delete `stretcher.lua`&#x20;
2. Open `qb-radialmenu/server` and delete `stretcher.lua`&#x20;
3. Open file `qb-radialmenu/fxmanifest.lua`&#x20;
4. Delete line `'client/stretcher.lua'`&#x20;
5. Delete line `'server/stretcher.lua'`&#x20;
6. Restart server

</details>

<details>

<summary>I am getting a qtarget error but use qb-target!</summary>

This is due to compatibility to qtarget exports only present in most recent versions of qb-target. As a remedy, download the latest version of qb-target. Here is a link(5.5.0+):

<https://github.com/qbcore-framework/qb-target/archive/refs/heads/main.zip>

</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://docs.frozen-scripts.com/scripts/frozen-medic-job/common-issues/qbcore.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.
