# FAQ

## ❓ FAQ

***

**Can I use this with ESX and QBCore?**

Yes. Set `Config.Framework` to `'esx'` or `'qb'`. The script automatically adapts.

***

**Can I use marker mode instead of target?**

Yes. Set `Config.UseTarget = false` and the script will use 3D text and markers.

***

**How do I add more routes?**

Add new entries to `Config.Routes` in `config/routes.lua`. See the Routes page for details.

***

**How do I add more vehicles?**

Add new entries to `Config.Vehicles` in `config/vehicles.lua`. See the Vehicles page for details.

***

**Can I change the box prop?**

Yes. Change `Config.DeliverySystem.boxProp` to any prop model name.

***

**How does the vehicle selection work?**

Players select vehicles from the NUI menu. If their selected vehicle does not match the route type, the system automatically picks the best available vehicle.

***

**What happens if a player disconnects during a job?**

The job is automatically cancelled, the vehicle is deleted, and the consecutive streak is reset.

***

**Can I add more languages?**

Yes. Copy `locales/en.lua`, translate it, and add it to `fxmanifest.lua`. See the Localization page for details.

***

**Is the script encrypted?**

The Escrow version is encrypted but all config files and locales remain open for editing. The Open Source version is fully open.

***

**How do I update?**

1. Backup your `config/` folder
2. Replace all files with the new version
3. Restore your `config/` folder
4. Check the changelog for any new config options

***

**Need Help?**

Join our Discord for support: discord.gg/your-link

<br>


---

# 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://elena-scripts.gitbook.io/elenascripts/jobs-and-activities/truck-job-v2/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.
