# Getting Started

{% hint style="warning" %}
The modding tools and Steam Workshop integration are currently in beta. Find out more [here](/info-and-news.md)!
{% endhint %}

This documentation contains everything you need to create and share mods, including SDK updates and code examples to help you get started.

Need help, want to connect with other modders, or have feedback to share? Join our [Official Discord](https://discord.gg/CoreKeeper) — it's the best place for support, discussion, and reporting issues that help improve both the SDK and the modding community.

The main two places for getting started are:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Creating Mods</td><td><a href="/files/8pxUTEaA3ctnbF58cVW2">/files/8pxUTEaA3ctnbF58cVW2</a></td><td><a href="/spaces/PzJZ32C4y5NoFuxrd1BA/pages/x1hLwz1x56AhpRVMYwqU">/spaces/PzJZ32C4y5NoFuxrd1BA/pages/x1hLwz1x56AhpRVMYwqU</a></td></tr><tr><td>Playing with Mods</td><td><a href="/files/ZBmNQivbhn5wycSDCOGi">/files/ZBmNQivbhn5wycSDCOGi</a></td><td><a href="/spaces/PzJZ32C4y5NoFuxrd1BA/pages/RnfK5GyJs2Xu5pBF4I35">/spaces/PzJZ32C4y5NoFuxrd1BA/pages/RnfK5GyJs2Xu5pBF4I35</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://modding.corekeepergame.com/readme.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.
