> For the complete documentation index, see [llms.txt](https://docs.speedb.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedb.io/getting-started/how-to-contribute.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.speedb.io/getting-started/how-to-contribute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
