# mods

- [Creating a Package](https://wiki.thunderstore.io/mods/creating-a-package.md): Requirements for a valid Thunderstore package
- [Updating a Package](https://wiki.thunderstore.io/mods/updating-a-package.md): Instructions for how to update your mod on Thunderstore
- [Packaging Your Mods](https://wiki.thunderstore.io/mods/packaging-your-mods.md): Different ways to package mods for different games
- [Mod not visible?](https://wiki.thunderstore.io/mods/mod-not-visible.md): How long should it take for an uploaded mod to be visible?


---

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