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

# Contributing Overview

<div align="center"><img src="https://raw.githubusercontent.com/SonsOfPHP/.github/main/assets/top-rocker.png" alt=""></div>

***

## How to Contribute

The Sons of PHP is always looking for people who can contribute to the project. Popular ways people get started contributing is by updating our Documentation.

### GitHub Discussions

[Sons of PHP Discussions](https://github.com/orgs/SonsOfPHP/discussions) are centralized so all questions and help can be done in one location. Finding and helping answer questions is an easy way to become more involved.

### Code

All of our code is kept in the [Mother Repository](https://github.com/SonsOfPHP/sonsofphp) and manged from there. You can browse the [issues](https://github.com/SonsOfPHP/sonsofphp/issues) and [PRs](https://github.com/SonsOfPHP/sonsofphp/pulls) for all the different Sons of PHP packages.


---

# 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.sonsofphp.com/contributing/index.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.
