# How to contribute

Thank you for your interest in contributing to Speedb! There are many ways to contribute, and we appreciate them all.

## Ways to contribute

There are several ways to contribute to Speedb:

* [Contribute code](/getting-started/how-to-contribute/contribute-code.md)
* [Feature request process](/getting-started/how-to-contribute/feature-request-process.md)
* [Submit a Pull Request](/getting-started/how-to-contribute/submit-a-pull-request.md)
* [Add or update documentation](/getting-started/how-to-contribute/add-or-update-documentation.md)
* [Report bugs and other issues](/getting-started/how-to-contribute/report-bugs-and-other-issues.md)
* [Help with new and ongoing feature development](/getting-started/how-to-contribute/help-with-new-and-ongoing-feature-development.md)
* [Check out a Pull Request](broken://pages/956CT56MKe1jsApXUpJ3) &#x20;

All documents and pull requests must be consistent with the guidelines and follow the Speedb documentation and coding styles.

For both documentation and code:

* Once the Speedb team accepts new documentation or features, we're responsible for the maintenance of said changes.  This means we'll weigh the benefit of each contribution against the cost of maintaining it.
* The appropriate style must be applied
* The license must be present in all contributions
* Code review is used to improve the correctness, clarity, and consistency of all contributions


---

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