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

# Installation

### Requirements

| Resource                        | Required?            | Notes                                                                           |
| ------------------------------- | -------------------- | ------------------------------------------------------------------------------- |
| **ESX** / **QBCore** / **Qbox** | Yes                  | One framework. Auto-detect works.                                               |
| **oxmysql**                     | Yes                  | Or set your SQL driver in config.                                               |
| **izzy-illegalcleaner-stream**  | Yes                  | Props + HQ / MLO pack.                                                          |
| **qb-interior**                 | Yes (for shell jobs) | Official public repo is fine: <https://github.com/qbcore-framework/qb-interior> |
| **screenshot-basic**            | Yes                  | After-photo feature.                                                            |
| **ox\_target** / **qb-target**  | Optional             | Or use `Target = 'drawtext'`.                                                   |
| **ox\_lib**                     | Optional             | Notify / lockpick / progress.                                                   |
| Vehicle keys / dispatch         | Optional             | Auto-detect common scripts.                                                     |

### Steps

1. Put both folders in `resources`:
   * `izzy-illegalcleaner`
   * `izzy-illegalcleaner-stream`
2. Run SQL once: `sql/install.sql`
3. Open `shared/config.lua` and set at least:
   * `Language`
   * `Core` (`auto` is fine)
   * `Target`
4. Add to `server.cfg` **in this order**:

```cfg
ensure oxmysql
ensure qb-interior
ensure screenshot-basic
ensure izzy-illegalcleaner-stream
ensure izzy-illegalcleaner
```

5. Restart the server (or ensure the resources).
6. Go to the dispatch blip / NPC on the map and open the job panel.

### Important

* Always start **stream before** the main script.
* Do **not** rely on `ensure [izzy]` only — alphabetical order may start the main resource first.
* No custom qb-interior fork needed. Stock [qb-interior](https://github.com/qbcore-framework/qb-interior) streams the shell models.

### Quick test

1. Open panel at dispatch.
2. Start a level 1 location (Residential / Sandy).
3. Put on outfit → fill bag → enter van → drive to scene → clean → return to depot.


---

# 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://izzyshop-1.gitbook.io/izzyshop-docs/izzyshop-resources/izzy-illegalcleaner/installation.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.
