# Report bugs and other issues

Like all software systems, we’ll inevitably experience bugs or other types of issues.

You can help by reporting bugs or issues with detailed information (ideally with a test case attached), or even simply analyzing and reproducing an existing issue, is a great way to get involved.

We track bugs and other kinds of issues using [GitHub issues](https://github.com/speedb-io/speedb/issues).

{% hint style="info" %}
Please be sure to review existing issues before opening a new one to avoid duplicates, and follow the relevant template when opening new issues.
{% endhint %}

You can report an [issue here](https://github.com/speedb-io/speedb/issues/new/choose).


---

# 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://docs.speedb.io/getting-started/how-to-contribute/report-bugs-and-other-issues.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.
