# Mods in multiplayer

You've already found out how to [install mods](https://docs.greenhellmodding.com/tutorials/how-to-install-a-mod) and have maybe had fun playing with mods alone. But of course, playing games is better together and you might ask yourself how to play modded Green Hell together with your friends.

### First things first: General rule

In a modded game, make sure that **all players inside a multiplayer game have the mod loader and the same mods installed**.

Some mods might work for individual players but others might break the world or crash the game if they are not installed for all players!

### Which mods work in multiplayer?

To our knowledge, basically all mods should usually work in multiplayer. To be sure, you can review the mod's page in our [mods directory](https://www.greenhellmodding.com/mods).

### Further questions

If you have further questions, you can ask us anything on our [Discord server](https://www.greenhellmodding.com/discord).


---

# 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.greenhellmodding.com/tutorials/mods-in-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.
