# For Multiplayer

## First, here's a few things to know about Core Keeper modded multiplayer:

* In general, *all players (and the server) should have exactly the same mods installed.*&#x20;
  * Some mods only need to be installed client side (or server side), refer to the mod's "Application Type" tags, if they exist. If they don't, it's up to the mod developer to tell you this somehow - usually in the description text. If it's not 100% clear, just assume it should be on all sides.
  * The easiest way to achieve this is to use **manual mod installation** and for the host to create a zip file of their installed mods and share it with players containing all of the mods they are using.
* In cases where mods mismatch, the game will give the error message ***"Game version mismatch"***
  * If you see this message, make sure your server and client have exactly the same mods and mod versions. Ensure all mods loaded successfully by [checking the logs](/modding-wiki/playing-with-mods/troubleshooting.md#check-your-log-files-for-error-messages) - sometimes one of the mods fails to load on one side.
  * Check out the [Troubleshooting page](/modding-wiki/playing-with-mods/troubleshooting.md) for more help with this issue.

## Next, select your game type:&#x20;

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-type="rating" data-max="5"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h2>Installing mods on:</h2><h2>- Host-And-Play Servers </h2><h2>- Player Clients</h2></td><td></td><td></td><td></td><td></td><td>5</td><td><a href="/files/8OYL4H2DnpbWlKmaz2t6">/files/8OYL4H2DnpbWlKmaz2t6</a></td><td><a href="/pages/RvDugXQ7tA2RRzExeMir">/pages/RvDugXQ7tA2RRzExeMir</a></td></tr><tr><td><h2>Installing mods on:</h2><h2>- Dedicated Servers</h2></td><td></td><td></td><td></td><td></td><td>null</td><td><a href="/files/08ycbCVUIbI6e4hIp1zs">/files/08ycbCVUIbI6e4hIp1zs</a></td><td><a href="/pages/gGmf1kkZ5fTRol7Q9Pej">/pages/gGmf1kkZ5fTRol7Q9Pej</a></td></tr></tbody></table>


---

# 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://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/installing-mods/for-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.
