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

# Contributing To BetterBugs

- [Summary](https://docs.betterbugs.io/contributing-to-betterbugs/summary.md): Be a part of BetterBugs today!
- [Design of our code](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code.md): Get to know the core building blocks of our codebase
- [Organization of code](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/organization-of-code.md): How the repository is structured and where things live.
- [Routing and Navigation](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/routing-and-navigation.md): How users move through the application
- [Page Shared UI and Layout System](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/page-shared-ui-and-layout-system.md): How layouts work
- [State, Utilities, and Constants](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/state-utilities-and-constants.md): Where shared logic lives
- [Styling and Theming](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/styling-and-theming.md): How styles works in our code
- [PWA and Offline Behavior](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/pwa-and-offline-behavior.md): What makes this a PWA
- [Feature and Module Structure Tour](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/feature-and-module-structure-tour.md): Understanding a feature (tool) in this repo  How features are built and how new ones should fit in
- [Prerequisites](https://docs.betterbugs.io/contributing-to-betterbugs/prerequisites.md): Before You Start: Here's What You Need
- [How to Contribute](https://docs.betterbugs.io/contributing-to-betterbugs/how-to-contribute.md): we use a fork-based contribution workflow.


---

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

```
GET https://docs.betterbugs.io/contributing-to-betterbugs.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.
