# Setup

## Setp to step guied

{% stepper %}
{% step %}

### Download the script.

Install the script from [FiveM Portal](https://portal.cfx.re/).
{% endstep %}

{% step %}

### Change your core settings.

```lua
--If you're using ESX follow this:
es_extended/shared/config/main.lua:
Config.Multichar = true
-- If you're using QBox:
qbx_core/config/client.lua:
useExternalCharacters = true,

--(If you're using qbcore you don't need to do anything)
```

{% endstep %}

{% step %}

### Drag and drop the script into a folder.

Just add the script into a folder and make sure to ensure the script in your server.cfg.
{% endstep %}
{% endstepper %}

Now you're done with the installation and you're good to go.


---

# Agent Instructions: 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://yecoyz-resources.gitbook.io/yecoyz/paid-resources/characters/setup.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.
