# Large-scale multiplayer

From day one, Sougen’s Metaverse will support **up to 200 players** at the same time per world instance. A never-before-seen number for a 3D Web Metaverse.\
\
Offering more fun and immersive experiences for our users.

This achievement has only been possible thanks to the development of our own instance skinned mesh system.&#x20;

With only the cost of computing an instance skinned mesh once, we can render multiple characters with only the rendering cost of each instance, saving a huge amount of calculation in the process.

This system is allowing us to also add features including:

* Rich animations and emotes.
* Advanced skinning and color theming system.
* Flying or sliding displacement to offer more freedom of movement for our users.
* Meaningful micro-interactions like head tracking systems between avatars help people to connect on a more emotional level.

As technology evolves, we will be able to scale those numbers while preserving a perfect experience for all.

{% embed url="<https://youtu.be/VwubzWYA6TQ>" %}
800 players stress test.
{% endembed %}


---

# 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.sougen.co/sougen-technical-advantages/large-scale-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.
