> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/nvaccess/nvda/llms.txt
> Use this file to discover all available pages before exploring further.

# Mailing Lists

> Connect with the NVDA community through dedicated mailing lists

The NVDA community maintains several mailing lists for different audiences and purposes. These lists are the primary channels for community communication, support, and collaboration.

## User Mailing Lists

### NVDA Users

<Card title="NVDA Users Mailing List" icon="users" href="https://groups.google.com/a/nvaccess.org/g/nvda-users">
  The primary support channel for NVDA users
</Card>

The NVDA Users mailing list is where users can:

* Get help with using NVDA
* Share tips and tricks
* Report problems and ask questions
* Learn from other experienced users
* Discuss accessibility issues with applications and websites

<Note>
  If you're having trouble with NVDA or need help getting started, this is the best place to ask for assistance from the friendly and knowledgeable NVDA community.
</Note>

## Developer Mailing Lists

### NVDA Developers

<Card title="NVDA Developers Mailing List" icon="code" href="https://groups.io/g/nvda-devel">
  For discussion of NVDA development and contribution
</Card>

The NVDA Developers mailing list is for:

* Discussing NVDA core development
* Proposing and debating new features
* Sharing technical insights
* Coordinating development efforts
* Prototype discussion and idea sharing

This list welcomes both new and experienced developers interested in contributing to NVDA.

### NVDA Add-on API

<Card title="NVDA Add-on API Mailing List" icon="plug" href="https://groups.google.com/a/nvaccess.org/g/nvda-api">
  Official list for add-on API discussions maintained by NV Access
</Card>

This list focuses on:

* Add-on API changes and deprecations
* Technical guidance for add-on development
* Compatibility discussions
* Best practices for add-on development

### NVDA Add-ons

<Card title="NVDA Add-ons Mailing List" icon="puzzle-piece" href="https://groups.io/g/nvda-addons">
  Community discussion of add-on development and support
</Card>

The Add-ons mailing list covers:

* Add-on development questions and support
* Sharing add-on projects
* Collaboration between add-on developers
* Testing and feedback on add-ons
* Add-on compatibility issues

## Translator Mailing List

### NVDA Translators

<Card title="NVDA Translators Mailing List" icon="language" href="https://groups.io/g/nvda-translations">
  Coordination hub for NVDA translation efforts
</Card>

The Translators list is where you can:

* Coordinate translation efforts for your language
* Receive announcements about translation freezes
* Report translation-related issues
* Discuss terminology and translation challenges
* Get help with the translation process

<Warning>
  Issues with translations should be reported to this list rather than through GitHub.
</Warning>

## Mailing List Etiquette

When participating in NVDA mailing lists, please:

* **Be respectful**: Follow the [Code of Conduct](/community/code-of-conduct)
* **Stay on topic**: Keep discussions relevant to the list's purpose
* **Search first**: Check if your question has been answered before
* **Be clear and concise**: Help others understand your question or contribution
* **Be patient**: Contributors volunteer their time to help
* **Give back**: Share your knowledge and help others when you can

## Choosing the Right List

<AccordionGroup>
  <Accordion title="I need help using NVDA">
    Use the **NVDA Users** mailing list for user support questions.
  </Accordion>

  <Accordion title="I want to contribute code to NVDA">
    Join the **NVDA Developers** mailing list to discuss development and contributions.
  </Accordion>

  <Accordion title="I'm developing an add-on">
    The **NVDA Add-ons** list is for community add-on development, while the **NVDA Add-on API** list covers official API discussions.
  </Accordion>

  <Accordion title="I want to translate NVDA">
    The **NVDA Translators** list is for all translation-related coordination and questions.
  </Accordion>

  <Accordion title="I found a bug or have a feature request">
    Please see the [Issue Reporting](/community/issue-reporting) page for guidance on reporting issues through GitHub.
  </Accordion>
</AccordionGroup>

## Other Communication Channels

In addition to mailing lists, the NVDA community is active on:

* [GitHub Discussions](https://github.com/nvaccess/nvda/discussions) - For open-ended discussions and Q\&A
* [Gitter Chat](https://gitter.im/nvaccess/NVDA) - Real-time instant messaging
* [Social Media](https://www.nvaccess.org/contact-us/) - Follow NV Access for updates
* [GitHub Wiki](https://github.com/nvaccess/nvda/wiki) - Community guides and documentation
