# FAQ

This page has FAQs related **ONLY to this script**, be sure to also check [Common FAQ](/jaksams-scripts/common-faq.md) for other issues

<details>

<summary>Hitch warning / Performance</summary>

If your server is showing hitches/performance issues, it's because in `vehicles_keys/integrations/sv_integrations.lua` you have the option `CONTINUOUSLY_REFRESH_PLAYERS_OWNED_VEHICLES` enabled

If you will disable the option, it won't cause performance issues, but you'll have to use the exports from the documentation to refresh the players owned vehicle (for example after they buy a new vehicle from a shop)

You can refer to [this page](/vehicles-keys/fix-hotwiring-bought-car.md) to find some premade **examples**

*Note: external scripts integration is completely down to you*

</details>

<details>

<summary>Cannot enter vehicle</summary>

If after destroying a vehicle window, you can't enter the vehicle, it means you still have the script `qb-vehicleskeys` started.

Remove it to solve the issue

</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://documentation.jaksam-scripts.com/vehicles-keys/faq.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.
