> For the complete documentation index, see [llms.txt](https://scriptiverse.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://scriptiverse.gitbook.io/docs/toad-king/player-jobfix.md).

# Player JobFix

- [About](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/about.md): Scripti\_JobFix is a versatile multi-role job system for FiveM servers, offering six immersive jobs with customizable settings and seamless framework integration.
- [Installation](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/installation.md): To install Scripti\_JobFix on your FiveM server, follow these steps:
- [Configuration](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration.md): Configuration for Script\_JobFix System Resource
- [Car Job](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration/car-job.md): Configuration for Car Section
- [Aircraft Job](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration/aircraft-job.md): Configuration for Aircraft Section
- [Helicopter Job](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration/helicopter-job.md): (Coming Soon)
- [Builder Job](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration/builder-job.md): (Coming Soon)
- [Electrician Job](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration/electrician-job.md): (Coming Soon)
- [Plumber Job](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/configuration/plumber-job.md): (Coming Soon)
- [Resources](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/resources.md): (Coming Soon)
- [Config](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/resources/config.md): (Coming Soon)
- [Sql](https://scriptiverse.gitbook.io/docs/toad-king/player-jobfix/resources/sql.md): (Coming Soon)


---

# 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://scriptiverse.gitbook.io/docs/toad-king/player-jobfix.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.
