> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack/boosting/installation/faq.md).

# FAQ

<details>

<summary><strong>How do I give players the keys after they unlock a vehicle?</strong></summary>

Add your vehicle keys export in `boosting/client/editable/_functions.lua > addKeys`

</details>

<details>

<summary><strong>How do I set the fuel level for a vehicle?</strong></summary>

`boosting/client/editable/_functions.lua > setFuel`

</details>

<details>

<summary><strong>How can I change the minigames?</strong></summary>

* If not using Terminal commands for keyfob/trackers you can replace the minigames in `client/editable/_minigames.lua`&#x20;
* If using Terminal commands, go to `client/editable/terminal.lua` and replace actions in **line 65 and 159** with your external action, make sure to read and understand how terminal actions works: [Terminal](/laptop-pack/laptop/terminal.md#action-properties)

</details>

<details>

<summary>How are vehicle classes calculated?</summary>

You can find the **getClass** function in `av_laptop/client/editable/vehicle_classes.lua` every line of code is explained.

</details>

<details>

<summary>I don't want to use Cosmo as payment method.</summary>

* Go to `av_boosting/server/editable/_config.lua` and change **Config.CryptoAccount** to your desired account name.
* Change the account label for notifications in `av_boosting/config/lang.lua > crypto_label`&#x20;
* Change the account label for UI in `av_boosting/ui/dist/locales/en.json > account_name`

</details>

{% hint style="success" %}
I will regularly expand this section with new FAQs based on community feedback. If you think something is missing feel free to ask or report it in the Discord support channel :smile:
{% endhint %}
