> For the complete documentation index, see [llms.txt](https://ambr4-scripts.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ambr4-scripts.gitbook.io/docs/scripts.md).

# Scripts

- [Vehicle Shop](https://ambr4-scripts.gitbook.io/docs/scripts/vehicle-shop.md)
- [General Installation](https://ambr4-scripts.gitbook.io/docs/scripts/vehicle-shop/general-installation.md): Below is a short and clear ambr4\_vehicleshop installation guide for both ESX and QBCore. Everything is “default”: upload to the server, import the SQL files, and start the script:
- [Add Vehicles to Shop](https://ambr4-scripts.gitbook.io/docs/scripts/vehicle-shop/add-vehicles-to-shop.md)
- [Job Information](https://ambr4-scripts.gitbook.io/docs/scripts/vehicle-shop/job-information.md): By default, the script can be used with any job, but you may want to restrict access to certain features (management panel, adding vehicles, finances, etc.).
- [Map](https://ambr4-scripts.gitbook.io/docs/scripts/vehicle-shop/map.md): If you want to use the same map as in the preview video, you can download it here:
- [Changelog](https://ambr4-scripts.gitbook.io/docs/scripts/vehicle-shop/changelog.md)
- [Item Drop Feed](https://ambr4-scripts.gitbook.io/docs/scripts/item-drop-feed.md)
- [General Installation](https://ambr4-scripts.gitbook.io/docs/scripts/item-drop-feed/general-installation.md)
- [Changelog](https://ambr4-scripts.gitbook.io/docs/scripts/item-drop-feed/changelog.md)
- [Report System](https://ambr4-scripts.gitbook.io/docs/scripts/report-system.md)
- [General Installation](https://ambr4-scripts.gitbook.io/docs/scripts/report-system/general-installation.md)
- [Changelog](https://ambr4-scripts.gitbook.io/docs/scripts/report-system/changelog.md)
- [Banking System](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system.md)
- [General Installation](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system/general-installation.md)
- [Billing Integration (ESX)](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system/general-installation/billing-esx-integration.md)
- [Billing Integration (QBCore)](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system/general-installation/billing-qbcore-integration.md)
- [Billing Integration (Custom)](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system/general-installation/billing-custom-integration.md)
- [Changelog](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system/changelog.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ambr4-scripts.gitbook.io/docs/scripts.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.
