# Community systems

Here are few ways we engage with the [Mattermost community](https://mattermost.com/community/):

* **Bugs:** [Search for existing bugs and file a GitHub issue if your bug is new](https://handbook.mattermost.com/contributors/contributors/ways-to-contribute/).
* **Feature Ideas:** [Add a feature idea to be discussed or upvoted](https://handbook.mattermost.com/contributors/contributors/ways-to-contribute).
* **Troubleshoot:** [Search articles and add topic if issue is new](https://forum.mattermost.com/t/how-to-use-the-troubleshooting-forum/).
* **General discussion:** [Join the Mattermost Forum](https://forum.mattermost.com/t/welcome-to-the-mattermost-general-forum/).
* **Contribute code:** Select tickets marked [Help Wanted](https://mattermost.com/pl/help-wanted-mattermost-server) and follow [contribution guidelines](https://developers.mattermost.com/contribute/getting-started/). Join the [Contributors channel](https://community.mattermost.com/core/channels/tickets) to ask questions and discuss your work.
* **Integrations:** [Let us know about your work so we can promote it!](https://www.mattermost.org/share-your-mattermost-projects/) Join the [Integrations and Apps channel](https://community.mattermost.com/core/channels/integrations) to discuss your project.
* **Localization:** Join the [translation server](http://translate.mattermost.com/projects/mattermost/) to start translating right away. If your language isn't yet started, join our [Localization channel](https://community.mattermost.com/core/channels/localization) to request a new language, or to ask general questions and meet others in the community. Join language-specific channels to discuss translation work.
* **Approved changes:** See [Jira database](https://mattermost.atlassian.net/secure/Dashboard.jspa) to view open, in-progress, resolved and closed tickets.
* **Commercial support:** [Mattermost Enterprise Edition](https://mattermost.com/pricing/) customers can access [commercial support](https://mattermost.com/support/) based on their subscription option.


---

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