> For the complete documentation index, see [llms.txt](https://quannsstudios.gitbook.io/quannsstudio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quannsstudios.gitbook.io/quannsstudio-docs/jobcreator-esx-and-qbcore/common-issues.md).

# Common issues

**Society account not created**

If the society account for a job isn't being created automatically, make sure `esx_society` or `esx_addonaccount` is installed and started before `QuannsStudiosJobCreator` in your server.cfg.

```
ensure esx_society
ensure QuannsStudiosJobCreator
```

**Multijob not working**

Make sure `QuannsStudiosJobCreator` is started before `QuannsStudiosMultiJob` so it can pick up the newly created jobs correctly.

```
ensure QuannsStudiosJobCreator
ensure QuannsStudiosMultiJob
```

**Job not appearing in F6 / job menus**

Wait a few seconds after creating a job for `ESX.RefreshJobs()` to complete. If it still doesn't appear, restart the server once to force a full job reload.

**"You do not have permission"**

Add your FiveM or license identifier to `Config.AllowedLicenses` in `config.lua`. See the Configuration page for instructions on finding your identifier.

**Discord logs not showing**

Verify your webhook URL is correct and the channel has proper permissions to receive webhook messages.


---

# 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://quannsstudios.gitbook.io/quannsstudio-docs/jobcreator-esx-and-qbcore/common-issues.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.
