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

# Contributing

### 🛠️ How to Contribute

1. **Set Up Your Environment**\
   Clone the relevant repo and follow the setup instructions in the README. Use widely supported tools (e.g., Arduino IDE for firmware, VSCode for Python).
2. **Pick a Task**\
   Look for open issues tagged `help wanted` or `good first issue`. If you’re opening a new issue or PR, **use the templates provided** in each repository.
3. **Understand the Codebase**\
   Review related files and existing documentation. Match the formatting, style, and conventions already used in the code.
4. **Avoid Introducing New Tools**\
   Stick with established workflows and dependencies unless discussed with the core team.
5. **Submit a PR**\
   Keep it concise and focused. Refer to the template for structure. Ensure your code is readable, tested, and matches the existing coding patterns.
6. **Keep It Clean**\
   After your PR is merged, delete your working branch and update the related issue if applicable.

***

Thanks again for contributing to Hackerbot—let’s build the future of robotics together 🤖


---

# 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://hackerbot-industries.gitbook.io/documentation-hackerbot-industries/resources/contributing.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.
