> For the complete documentation index, see [llms.txt](https://zsx-development.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://zsx-development.gitbook.io/docs/resources/multicharacter.md).

# Multicharacter

- [Installation](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation.md): How to properly install Multicharacter resource
- [Setting up slots amount](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation/setting-up-slots-amount.md)
- [Setting up identifier type (optional)](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation/setting-up-identifier-type-optional.md)
- [Setting up the Appearance](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation/setting-up-the-appearance.md)
- [Setting up table removal](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation/setting-up-table-removal.md)
- [Setting up date format](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation/setting-up-date-format.md)
- [Setting up the logo](https://zsx-development.gitbook.io/docs/resources/multicharacter/installation/setting-up-the-logo.md)
- [Configurating](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating.md): Configurating Multicharacter
- [Changing logo](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/changing-logo.md): How to properly change logo and use proper CDN.
- [Changing music](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/changing-music.md): How to change music properly.
- [Changing commands name](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/changing-commands-name.md): How to properly change commands name or disable them.
- [Changing sphere color](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/changing-sphere-color.md): How to change sphere color.
- [Displaying minimap](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/displaying-minimap.md): How to display minimap after selecting or creating character.
- [Creating custom compatibilities](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/creating-custom-compatibilities.md)
- [Appearance](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/creating-custom-compatibilities/appearance.md): Creating custom compatibility for appearance.
- [Housing](https://zsx-development.gitbook.io/docs/resources/multicharacter/configurating/creating-custom-compatibilities/housing.md): Creating custom compatibility for housing.
- [Exports](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports.md)
- [Client](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client.md)
- [GetConfigValue](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client/getconfigvalue.md)
- [GetUserStorage](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client/getuserstorage.md)
- [Logout](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client/logout.md)
- [SetLocationsDisabled](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client/setlocationsdisabled.md)
- [isInMulticharacter](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client/isinmulticharacter.md)
- [Initialize](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/client/initialize.md)
- [Server](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/server.md)
- [isInMulticharacter](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/server/isinmulticharacter.md)
- [Logout](https://zsx-development.gitbook.io/docs/resources/multicharacter/exports/server/logout.md)
- [Workers](https://zsx-development.gitbook.io/docs/resources/multicharacter/workers.md): Workers are functional events to expand developer experience using our multicharacter
- [Baseevents](https://zsx-development.gitbook.io/docs/resources/multicharacter/baseevents.md): Baseevents are events that are triggered at the specific moment
- [FAQ](https://zsx-development.gitbook.io/docs/resources/multicharacter/faq.md): Frequently asked questions
- [Translating the resource](https://zsx-development.gitbook.io/docs/resources/multicharacter/translating-the-resource.md): How to properly translate the resource
- [Open source files](https://zsx-development.gitbook.io/docs/resources/multicharacter/open-source-files.md): What files are open to edit?
- [Common Issues](https://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues.md): You can find common issues with fixes
- [Common](https://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues/common.md)
- [ESX](https://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues/esx.md): Common issues listed for ESX
- [Database](https://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues/database.md)
- [Other](https://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues/other.md)
- [Integration Errors](https://zsx-development.gitbook.io/docs/resources/multicharacter/integration-errors.md)
- [Framework not Detected](https://zsx-development.gitbook.io/docs/resources/multicharacter/integration-errors/framework-not-detected.md)
- [Config.Multichar value is not set to true](https://zsx-development.gitbook.io/docs/resources/multicharacter/integration-errors/config.multichar-value-is-not-set-to-true.md)
- [Other Multicharacter is running](https://zsx-development.gitbook.io/docs/resources/multicharacter/integration-errors/other-multicharacter-is-running.md)
- [Character Prefix is incorrect](https://zsx-development.gitbook.io/docs/resources/multicharacter/integration-errors/character-prefix-is-incorrect.md)


---

# 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://zsx-development.gitbook.io/docs/resources/multicharacter.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.
