# Playing with Mods

- [Discovering Mods](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/discovering-mods.md): How to discover new mods to play with.
- [Installing Mods](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/installing-mods.md): How to install mods!
- [On Game Clients](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/installing-mods/on-game-clients.md)
- [For Multiplayer](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/installing-mods/for-multiplayer.md)
- [On Dedicated Servers](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/installing-mods/on-dedicated-servers.md)
- [No Console Support](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/installing-mods/no-console-support.md)
- [Troubleshooting](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/troubleshooting.md): If you're encountering problems using mods, this page might have the solution.
- [Reporting Bugs](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/reporting-bugs.md)
- [Uninstalling Mods](https://core-keeper-modding.gitbook.io/modding-wiki/playing-with-mods/uninstalling-mods.md): How to remove mods! This can become troublesome if your install is broken.


---

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