# Multiplayer

To prepare characters for multiplayer, you just need to add multiplayer scripts to each character by clicking the <mark style="color:green;">**Add Multiplayer Scripts**</mark> button in the **Controller** script.&#x20;

{% hint style="info" %}
After you add the scripts, you do not need to do anything extra, everything works automatically.
{% endhint %}

{% hint style="warning" %}
The characters' prefabs must be located in the \[*/Resources* ] folder; otherwise, they won't be created in the game.
{% endhint %}

![](/files/gBqY6FaYi5zRNcKU6VYT)


---

# 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://docs.gercstudio.com/characters/multiplayer.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.
