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

# Scripts

- [Markhor Bridge](https://docs.markhorscripts.com/home/scripts/markhor-bridge.md): Markhor Bridge is a free add-on resource with editable functionality used across all our resources.
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-bridge/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-bridge/configuration.md): Here's a preview of all the config files of the script
- [Markhor ATM Robbery](https://docs.markhorscripts.com/home/scripts/markhor-atm-robbery.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-atm-robbery/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-atm-robbery/configuration.md): Here's a preview of all the config files of the script
- [Markhor Containers](https://docs.markhorscripts.com/home/scripts/markhor-containers.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-containers/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-containers/configuration.md): Here's a preview of all the config files of the script
- [Markhor Bank Robbery](https://docs.markhorscripts.com/home/scripts/markhor-bank-robbery.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-bank-robbery/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-bank-robbery/configuration.md): Here's a preview of all the config files of the script
- [Markhor Airsoft](https://docs.markhorscripts.com/home/scripts/markhor-airsoft.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-airsoft/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-airsoft/configuration.md): Here's a preview of all the config files of the script
- [Markhor Racing](https://docs.markhorscripts.com/home/scripts/markhor-racing.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-racing/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-racing/configuration.md): Here's a preview of all the config files of the script
- [Markhor Cartheft](https://docs.markhorscripts.com/home/scripts/markhor-cartheft.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-cartheft/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-cartheft/configuration.md): Here's a preview of all the config files of the script
- [Markhor Vehicleparts](https://docs.markhorscripts.com/home/scripts/markhor-vehicleparts.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-vehicleparts/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-vehicleparts/configuration.md): Here's a preview of all the config files of the script
- [Markhor Easter Hunt](https://docs.markhorscripts.com/home/scripts/markhor-easter-hunt.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-easter-hunt/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-easter-hunt/configuration.md): Here's a preview of all the config files of the script
- [Markhor Roadworks](https://docs.markhorscripts.com/home/scripts/markhor-roadworks.md): A quick overview of what the resource offers
- [Installation](https://docs.markhorscripts.com/home/scripts/markhor-roadworks/installation.md)
- [Configuration](https://docs.markhorscripts.com/home/scripts/markhor-roadworks/configuration.md): Here's a preview of all the config files of the script
- [Add vehicles or PED](https://docs.markhorscripts.com/home/scripts/markhor-roadworks/add-vehicles-or-ped.md): In this article we will discuss the database, how to ensure vehicles or peds are added and what each column means.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.markhorscripts.com/home/scripts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
