> For the complete documentation index, see [llms.txt](https://developer.thunderbird.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.thunderbird.net/add-ons/community.md).

# Developer Community

|                                                                                                                          | Description                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Add-On Developer Topicbox](https://thunderbird.topicbox.com/groups/addons)                                              | A communication platform / mailing list for Thunderbird add-on developers and aspiring add-on developers to ask questions and share knowledge.                                                                      |
| [Add-On Developer Chat](https://matrix.to/#/#tb-addon-developers:mozilla.org?web-instance\[element.io]=chat.mozilla.org) | A matrix chat room for Thunderbird add-on developers. More information on the Mozilla matrix server and how to establish a connection apart from the web app, can be found [here](https://wiki.mozilla.org/Matrix). |
| [Add-On Reviewer Chat](https://matrix.to/#/#tb-addon-reviewers:mozilla.org?web-instance\[element.io]=chat.mozilla.org)   | A matrix chat room to get in touch with add-on reviewers.                                                                                                                                                           |
| [Add-on Developer Zoom Meeting](https://us02web.zoom.us/j/84871054746?pwd=bTlvTEdEbG0yV29rTU5xQ1NRdnBlUT09)              | <p>An almost weekly meeting where add-on developers can discuss technical difficulties or general add-on related issues.</p><p>Thursday 21:00 - 22:30 CET (Europe/Berlin)</p>                                       |


---

# 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://developer.thunderbird.net/add-ons/community.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.
