# Summary

We are actively working on [open-source](https://github.com/betterbugs/dev-tools), and we rely on contributions from developers across the community to make them better.

From fixing a typo or renaming a variable to improving documentation or adding a new utility, every contribution is genuinely appreciated and valued.

This [series of documentation](/contributing-to-betterbugs/design-of-our-code.md) is meant to help you set up the BetterBugs Developer Utility Tools locally and understand how you can contribute. You do not have to follow it in order. Start wherever you feel most comfortable.


---

# 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.betterbugs.io/contributing-to-betterbugs/summary.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.
