# Discovering Mods

## Find Core Keeper mods on the mod.io website!

You can browse available mods via the in-game UI (accessible via the main menu) or the mod.io site:&#x20;

{% embed url="<https://mod.io/g/corekeeper>" %}

Use the Filters system to focus what mods are displayed. For example, filter by only the latest **Game Version** to see only mods compatible with the current version of the game. There is a chance that mods without the latest version tag could still be working, but you'd be trying them at your own risk.

<figure><img src="/files/Nn8t9mGOnanGD0Tx5cCH" alt=""><figcaption></figcaption></figure>

## DO NOT get mods from Thunderstore!

All mods on Thunderstore (<https://thunderstore.io/c/core-keeper/>) are outdated and will not work on modern Core Keeper versions.

## Next up: Installing Mods

{% content-ref url="/pages/DaQMxhzG2p5MTInKjeY4" %}
[Installing Mods](/modding-wiki/playing-with-mods/installing-mods.md)
{% endcontent-ref %}


---

# 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/discovering-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.
