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

# Welcome to CodeWizards documents

Welcome to the Code Wizards scripts document!

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="rating" data-max="5"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Useful Contents</td><td>Some useful fivem contents to make it easier for you to configurate my scripts :D</td><td>5</td><td><a href="/files/e4i3NvFAXwTiFPs2KWP3">/files/e4i3NvFAXwTiFPs2KWP3</a></td><td></td><td><a href="/pages/0CFjVUz5m6y77uZUyXYq">/pages/0CFjVUz5m6y77uZUyXYq</a></td></tr><tr><td><em><strong>Mileage System</strong></em></td><td>Advanced mileage system with vehicle parts and parts wear</td><td>5</td><td><a href="/files/TbXGXn4sIrsKOScGAw6T">/files/TbXGXn4sIrsKOScGAw6T</a></td><td></td><td></td></tr><tr><td><em><strong>Blips System</strong></em></td><td>Advanced fivem blips system script with many features!</td><td>5</td><td><a href="/files/agCnpaJsG3jP70BeHe4A">/files/agCnpaJsG3jP70BeHe4A</a></td><td></td><td><a href="/pages/bDJM7tWJGF9tMAfqyKdZ">/pages/bDJM7tWJGF9tMAfqyKdZ</a></td></tr><tr><td><em><strong>Vehicle Showroom</strong></em></td><td>Advanced fivem showroom system script with many features!</td><td>4</td><td><a href="/files/IblIYaOVNzRW46J2BzeY">/files/IblIYaOVNzRW46J2BzeY</a></td><td></td><td><a href="/pages/vovFRjbIbLr9HcqpLqnJ">/pages/vovFRjbIbLr9HcqpLqnJ</a></td></tr><tr><td><em><strong>Parking Addons</strong></em></td><td>fivem parking sensor and camera 360 system script</td><td>5</td><td><a href="/files/kuihKXxy0lJt8oNUX6s9">/files/kuihKXxy0lJt8oNUX6s9</a></td><td></td><td><a href="/pages/ewWHzPYaQ9fwMOp1hujU">/pages/ewWHzPYaQ9fwMOp1hujU</a></td></tr><tr><td>Drilling Minigame</td><td>Simple fivem drilling minigame featuring 3 types of minigame</td><td>5</td><td><a href="/files/5mqNTSdxttPr9ytx2SI0">/files/5mqNTSdxttPr9ytx2SI0</a></td><td></td><td><a href="/pages/hW3kSsEpnNe0dPXZiLeR">/pages/hW3kSsEpnNe0dPXZiLeR</a></td></tr></tbody></table>


---

# 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://code-wizards.gitbook.io/codewizards/readme.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.
