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

# Shared Framework

- [SickDirtyCops](https://docs.sickscripts.com/shared-framework/sickdirtycops.md): Dirty Cops will hand out info, buy/sell items, and help you practice for those Robberies!
- [Robbery Trigger](https://docs.sickscripts.com/shared-framework/sickdirtycops/robbery-trigger.md)
- [Installation](https://docs.sickscripts.com/shared-framework/sickdirtycops/installation.md)
- [Config](https://docs.sickscripts.com/shared-framework/sickdirtycops/config.md)
- [Buy/Sell Shop](https://docs.sickscripts.com/shared-framework/sickdirtycops/buy-sell-shop.md)
- [Updates](https://docs.sickscripts.com/shared-framework/sickdirtycops/updates.md)
- [Custom Events](https://docs.sickscripts.com/shared-framework/sickdirtycops/custom-events.md)
- [Sick2Step](https://docs.sickscripts.com/shared-framework/sick2step.md): Welcome to Sick2Step a very easy to use system that allows players to add 2 step systems to their vehicles!
- [SetUp](https://docs.sickscripts.com/shared-framework/sick2step/setup.md)
- [Usage](https://docs.sickscripts.com/shared-framework/sick2step/usage.md): How to Use Sick2Step!
- [SickTrapHouses](https://docs.sickscripts.com/shared-framework/sicktraphouses.md)
- [Installation](https://docs.sickscripts.com/shared-framework/sicktraphouses/installation.md)
- [Events](https://docs.sickscripts.com/shared-framework/sicktraphouses/events.md)
- [SickWarrants](https://docs.sickscripts.com/shared-framework/sickwarrants.md)
- [Events](https://docs.sickscripts.com/shared-framework/sickwarrants/events.md)
- [Examples](https://docs.sickscripts.com/shared-framework/sickwarrants/examples.md)
- [SickCarBombs](https://docs.sickscripts.com/shared-framework/sickcarbombs.md)
- [Items](https://docs.sickscripts.com/shared-framework/sickcarbombs/items.md)
- [Config](https://docs.sickscripts.com/shared-framework/sickcarbombs/config.md)
- [SickLockers](https://docs.sickscripts.com/shared-framework/sicklockers.md)
- [Config](https://docs.sickscripts.com/shared-framework/sicklockers/config.md)
- [Events](https://docs.sickscripts.com/shared-framework/sicklockers/events.md)
- [QBCore Users](https://docs.sickscripts.com/shared-framework/sicklockers/qbcore-users.md)
- [SickMoneyWash](https://docs.sickscripts.com/shared-framework/sickdirtycops-1.md)
- [Usage](https://docs.sickscripts.com/shared-framework/sickdirtycops-1/installation.md)
- [Config](https://docs.sickscripts.com/shared-framework/sickdirtycops-1/config.md)
- [SickTeleport](https://docs.sickscripts.com/shared-framework/sickteleport.md)
- [Installation](https://docs.sickscripts.com/shared-framework/sickteleport/installation.md)
- [Default Locations](https://docs.sickscripts.com/shared-framework/sickteleport/default-locations.md)
- [Donators](https://docs.sickscripts.com/shared-framework/sickteleport/donators.md)
- [Config](https://docs.sickscripts.com/shared-framework/sickteleport/config.md)
- [SickHolograms](https://docs.sickscripts.com/shared-framework/sickholograms.md)
- [Config](https://docs.sickscripts.com/shared-framework/sickholograms/config.md)
- [Performance](https://docs.sickscripts.com/shared-framework/sickholograms/performance.md)
- [FAQ](https://docs.sickscripts.com/shared-framework/sickholograms/faq.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://docs.sickscripts.com/shared-framework.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.
