# Thunderstore Wiki

## &#x20;For Users:

For help with [Thunderstore Mod Manager](https://get.thunderstore.io/):

{% content-ref url="mod-manager/game-wont-launch-modded" %}
[game-wont-launch-modded](https://wiki.thunderstore.io/mod-manager/game-wont-launch-modded)
{% endcontent-ref %}

{% content-ref url="mod-manager/common-issues" %}
[common-issues](https://wiki.thunderstore.io/mod-manager/common-issues)
{% endcontent-ref %}

## For Developers:

Mods on Thunderstore are uploaded as **packages**. For help with packages:

{% content-ref url="mods/creating-a-package" %}
[creating-a-package](https://wiki.thunderstore.io/mods/creating-a-package)
{% endcontent-ref %}

{% content-ref url="mods/updating-a-package" %}
[updating-a-package](https://wiki.thunderstore.io/mods/updating-a-package)
{% endcontent-ref %}

{% content-ref url="mods/packaging-your-mods" %}
[packaging-your-mods](https://wiki.thunderstore.io/mods/packaging-your-mods)
{% endcontent-ref %}

{% content-ref url="mods/mod-not-visible" %}
[mod-not-visible](https://wiki.thunderstore.io/mods/mod-not-visible)
{% endcontent-ref %}

## Contact Us

If you couldn't find the answer you were looking for on the wiki, or you need to contact Thunderstore staff quickly, reach out [on our Discord server](https://discord.thunderstore.io/).

Alternatively, see <https://pages.thunderstore.io/p/contact-us> for more ways to contact us through email (responses to emails may be significantly slower than Discord).


---

# 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://wiki.thunderstore.io/thunderstore-wiki.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.
