# Best practices for installing and updating Thunderbird

## Automatic updates <a href="#w_configuration-options" id="w_configuration-options"></a>

By default, automatic updates are enabled in Thunderbird. We recommend you keep this feature so your users can have the latest security patches and features.

You can ensure that automatic updates are installed without user interference by using the [AppAutoUpdate](https://github.com/mozilla/policy-templates#appautoupdate) policy.

If you need to turn off automatic updates, you can do this using the [DisableAppUpdate](https://github.com/thunderbird/policy-templates/blob/master/README.md#disableappupdate) policy.

For more information on policies, see [Managing Thunderbird policies](https://enterprise.thunderbird.net/manage-updates-policies-and-customization/managing-thunderbird-policies).

## Beta Builds <a href="#w_beta-builds" id="w_beta-builds"></a>

Beta builds of Thunderbird allow you to test features before they are released to the regular version of Thunderbird. They are a good way to identify issues with upcoming features and updates before they are released to the rest of your organization.

To download beta builds or daily test builds of Thunderbird, see [The future of Thunderbird (Beta channel / Nightly channel)](https://www.thunderbird.net/#channel).


---

# 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://enterprise.thunderbird.net/explore/best-practices-for-installing-and-updating-thunderbird.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.
