# Reporting Bugs

If you think you've found a bug with a mod, share it with the mod developer so it can be fixed!

Make sure you've followed the steps on the Troubleshooting page first to make sure it's actually a bug and not something specific to your setup!

{% content-ref url="/pages/8NmliDpTMFXhrxX2qKTx" %}
[Troubleshooting](/modding-wiki/playing-with-mods/troubleshooting.md)
{% endcontent-ref %}

Check the mod's page on mod.io to see if the developer has specified a specific place to report bugs. If you don't use the place they asked, there's a good chance they won't see your report.


---

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