# Installing Mods

## Mods on Steam Workshop

To install mods for Core Keeper using [Steam Workshop](https://steamcommunity.com/app/1621690/workshop) first you should head over to Core Keepers' Steam Workshop page. Here you can find a list of all the mods that have been uploaded to Steam Workshop, in order to install a mod simply subscribe to it and restart your game. The installed mod will go to `steamapps\workshop\content\`, followed by a subfolder with the game's ID, and then a subfolder for each mod, named after its Workshop ID.&#x20;

A common default location is `C:\Program Files (x86)\Steam\steamapps\workshop\content`&#x20;

{% hint style="success" %}
Mods will get updated automatically while the game is closed
{% endhint %}

## Mods on mod.io

To install mods using mod.io first head over to [https://mod.io/g/corekeeper](https://mod.io/g/corekeeper) and click subscribe once you've found a mod that you'd like to install. You can also do so from the Main Menu after launching Core Keeper by going to the mod.io sub-menu. Please note that some mods are dependencies for other mods, meaning that sometimes to play with one mod you may first have to install a different mod. There will be information stating what are your selected mods' dependencies in its' description.

{% hint style="success" %}
Mods will get updated automatically while the game is closed
{% endhint %}

## Manual Installation

After downloading the mods manually either through SteamCMD or by downloading the ZIPs on mod.io you can install the mods locally be extracting them into this folder `CoreKeeper_Data\StreamingAssets\ModFolderName`

{% hint style="warning" %}
Mods need to be updated manually
{% endhint %}


---

# 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://modding.corekeepergame.com/documentation/playing-with-mods/installing-mods.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.
