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

# Default Auto Approve

> Configure the default plan auto-approval behavior for new environments in an env zero project, overridable per-deployment by users with the Deployer role.

A *Project Administrator* can define the default behavior for his project of whether an initial deployment (AKA creating a new environment) should require an approval to its plan stage.\
As stated, this value represents the **default** behavior only, while a user with a *Deployer* (or above) role can override it upon creation of an environment.

<Note>
  Note

  The default auto-approve value for every consecutive deployment to an existing environment is defined based on the last deployment, and not by its project's default auto-approve setting.

  For example, if I deploy the *Production* environment with auto-approve as *OFF*, although my default project settings is *ON*, my next deployment would still have a default *OFF* value for auto-approve.
</Note>

This default behavior is configured under the *Policies* Tab of the *Project Settings* page.

<Frame caption="Project Settings - Policies">
  <img src="https://mintcdn.com/envzero-b61043c8/t0QBBK-2O7wlTUvX/images/guides/policies-governance/project_settings_policies_auto-approve_configuration.png?fit=max&auto=format&n=t0QBBK-2O7wlTUvX&q=85&s=cc1d56be13877fe36fe2d125045d41d9" alt="Project settings policies auto-approve configuration" width="2230" height="1880" data-path="images/guides/policies-governance/project_settings_policies_auto-approve_configuration.png" />
</Frame>

## Next steps

* [Policies](/guides/policies-governance/policies) - Review available project-level policies.
* [Approval Policies](/guides/policies-governance/approval-policies) - Require explicit approval before deployments apply.
* [Creating a New Environment](/guides/admin-guide/environments/setting-up-a-new-environment) - Create environments that inherit project policies.
