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

# Contributors

- [Equity, diversity, and inclusion](https://handbook.mattermost.com/contributors/community-edi.md)
- [How to contribute to Mattermost](https://handbook.mattermost.com/contributors/ways-to-contribute.md)
- [Community Content program](https://handbook.mattermost.com/contributors/ways-to-contribute/community-content-program.md)
- [Documentation contributions](https://handbook.mattermost.com/contributors/ways-to-contribute/documentation-contributions.md)
- [Help Wanted tickets](https://handbook.mattermost.com/contributors/ways-to-contribute/help-wanted.md)
- [Localization](https://handbook.mattermost.com/contributors/ways-to-contribute/localization.md)
- [Contribution events](https://handbook.mattermost.com/contributors/ways-to-contribute/contribution-events.md)
- [Mattermost community](https://handbook.mattermost.com/contributors/community.md)
- [Contributor kindness](https://handbook.mattermost.com/contributors/contributor-kindness.md)
- [Community systems](https://handbook.mattermost.com/contributors/community-systems.md)
- [Guidelines and playbooks](https://handbook.mattermost.com/contributors/guidelines.md)
- [Social engagement guidelines](https://handbook.mattermost.com/contributors/guidelines/social-engagement-guidelines.md)
- [Contribution guidelines and code of conduct](https://handbook.mattermost.com/contributors/guidelines/contribution-guidelines.md)
- [Mattermost Community playbook](https://handbook.mattermost.com/contributors/guidelines/community-playbook.md)
- [How to run a Hackathon](https://handbook.mattermost.com/contributors/guidelines/how-to-run-a-hackathon.md)
- [Hacktoberfest event organizer guide for Mattermost](https://handbook.mattermost.com/contributors/guidelines/hacktoberfest-mattermost-organizer-guide.md)
- [MatterCon](https://handbook.mattermost.com/contributors/mattercon.md)
- [Staff information privacy management](https://handbook.mattermost.com/contributors/mattercon/people-policies.md)
- [Mattermost events code of conduct](https://handbook.mattermost.com/contributors/mattercon/mattermost-code-of-conduct.md)
- [MatterCon2021](https://handbook.mattermost.com/contributors/mattercon/mattercon2021.md)
- [Join us](https://handbook.mattermost.com/contributors/join-us.md): This section is 30% complete
- [Ice-breakers](https://handbook.mattermost.com/contributors/join-us/ice-breakers.md)
- [Help Wanted tickets](https://handbook.mattermost.com/contributors/join-us/help-wanted.md)
- [Mattermost GitHub sponsorship](https://handbook.mattermost.com/contributors/join-us/github-sponsorship.md)
- [Things candidates should know](https://handbook.mattermost.com/contributors/join-us/recruiting.md)
- [Staff recruiting](https://handbook.mattermost.com/contributors/join-us/staff-recruiting.md)
- [Recruiting cadences](https://handbook.mattermost.com/contributors/join-us/recruiting-cadences.md)
- [Product Manager hiring process](https://handbook.mattermost.com/contributors/join-us/recruiting-cadences/product-manager-hiring.md)
- [Exec recruiting](https://handbook.mattermost.com/contributors/join-us/exec-recruiting.md)
- [EA logistics](https://handbook.mattermost.com/contributors/join-us/exec-recruiting/ea-logistics.md): 1% draft


---

# 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://handbook.mattermost.com/contributors.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.
