# Host Mode

{% hint style="info" %}
Use the Host Mode to be able to Kick/Mute participants in a Multiplayer Experience
{% endhint %}

In host mode, you can check the list of viewers who are with you in the same deployment, mute them or kick them out of the room, if needed.

{% hint style="info" %}
The "Host" needs a passcode to enter the metaverse deployment.
{% endhint %}

Copy the passcode you find in the "Collaboration" section.

<figure><img src="/files/t2PN1ZeV0dIOCuEskEed" alt=""><figcaption><p>Host Link</p></figcaption></figure>

When you open the deployment using the "Host link", you will see the following screen. Click *Verify* after entering your passcode.

<figure><img src="/files/2lLpup6bnuBI7lhJngaQ" alt=""><figcaption><p>Entering passcode</p></figcaption></figure>

#### Kick Players

As a host, you have the authority to remove players from all instances of a scene. This action can be useful to maintain order, enforce rules, or address disruptive behavior. When a player is kicked, they will be immediately ejected from the experience and their experience turned into non-collaborative. Please note that kicking a player is a forceful action and should be used judiciously.

To kick a player:

1. Access the host controls panel from the top-left on the deployment link.
2. Identify the player you wish to kick, by their identifier.
3. Click on the "Remove" icon
4. The player will be promptly removed from the experience.

<figure><img src="/files/uT6Cam6t1cn123HTeLht" alt=""><figcaption><p>Kick as a host</p></figcaption></figure>

#### Mute Players

In certain situations, hosts may need to temporarily silence or mute specific players to minimize disturbances or prevent unwanted audio interruptions. Muting players can help maintain the quality of communication within the metaverse.

To mute a player:

1. Access the host controls panel from the top-left on the deployment link.
2. Locate the player you want to mute.
3. Click on the "Mute" icon
4. The player's audio will be muted.

<figure><img src="/files/gQh55OxHpb4WtTjyBllN" alt=""><figcaption><p>Mute as a host</p></figcaption></figure>


---

# 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.gmetri.com/metaverse/multiplayer/host-mode.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.
