> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-community-build/quality-standards-administration/managing-quality-gates/changing-default-quality-gate.md).

# Changing default quality gate

A default quality gate is defined in your instance: any project that is not explicitly associated with a quality gate, is associated with the default quality gate. The default quality gate is indicated in the UI with the `DEFAULT` tag.

By default, the default quality gate is the built-in quality gate **Sonar way**. You can set any built-in or custom quality gate as the default quality gate. See the [Understanding quality gates](/sonarqube-community-build/quality-standards-administration/managing-quality-gates/introduction-to-quality-gates.md#quality-gate-and-new-code) article to review and update your quality gate.

{% hint style="info" %}
If you set as default a quality gate that is explicitly associated with projects, the explicit association is not shown anymore in the UI but is not removed: if you change again the default quality gate, the explicit association will show up again.
{% endhint %}

To change the default quality gate:

1. In the top navigation bar, select **Quality Gates**.
2. In the left panel, select the quality gate you want to set as default.
3. In the top right corner of the quality gate, select the Actions button and then **Set as default**.

<div align="left"><figure><img src="/files/kQ5NaKJmLN3MkvuOFWod" alt="Any quality gate can be selected as your DEFAULT quality gate in SonarQube Community Build. Simply navigate to the three-dot menu of your quality gate and select Set as Default."><figcaption></figcaption></figure></div>

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Understanding quality gates](/sonarqube-community-build/quality-standards-administration/managing-quality-gates/introduction-to-quality-gates.md)
* [Viewing a quality gate](/sonarqube-community-build/quality-standards-administration/managing-quality-gates/viewing-quality-gate.md)
* [Managing custom quality gates](/sonarqube-community-build/quality-standards-administration/managing-quality-gates/managing-custom-quality-gates.md)
* [Associating a quality gate with projects](/sonarqube-community-build/quality-standards-administration/managing-quality-gates/associating-projects-with-quality-gate.md)
* [Subscribing to notifications](/sonarqube-community-build/user-guide/managing-your-account/subscribing-to-notifications.md)
* [Changing quality gate](/sonarqube-community-build/project-administration/adjusting-analysis/changing-quality-gate-and-fudge-factor.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-community-build/quality-standards-administration/managing-quality-gates/changing-default-quality-gate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
