# Configurations

**Configurations** lets you manage Baz’s automated behavior across your team’s code review workflow. Use these toggles to adjust review triggers, approvals, and comment behaviors.

<figure><img src="/files/GBriHK01AJz3YTa3MLwy" alt=""><figcaption><p>Baz Configurations</p></figcaption></figure>

Baz configurations are organized around how your team wants Baz to operate across the development lifecycle - from reviewing code to taking automated actions. \
They are divided into two main areas:

* **Auto Audit -** Controls how Baz reviews and analyzes your code.
  * Trigger mode
  * Review Visibility & Controls
  * Content Filtering
* **Auto Resolve & Approve -** Controls how Baz takes action on your behalf.

#### Available Settings

| **Category**                                                          | **Setting**                            | **Description**                                                                                                                                                                                     | **Default**          |
| --------------------------------------------------------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| <p><strong>Auto Audit</strong><br>Trigger mode</p>                    | Reviewer on demand                     | Baz will only review Pull Requests when requested                                                                                                                                                   | Off                  |
| <p><strong>Auto Audit</strong><br>Trigger mode</p>                    | Summary on demand                      | Baz will only generate description when requested                                                                                                                                                   | Off                  |
| <p><strong>Auto Audit</strong><br>Trigger mode</p>                    | Recommended agents generation cycle    | Choose how often Baz will scan historical discussions in order to create new recommended reviewers. It is recommended to choose a time interval in which sufficient discussions may be accumulated. | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Disable review status in GitHub checks | Baz code reviews will not appear as a GitHub Actions check on pull requests                                                                                                                         | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Enable PR graph generation             | Baz will include graphs as part of its PR summary                                                                                                                                                   | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Limit commets per PR                   | Prevent overwhelming developers with too many comments                                                                                                                                              | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Review draft PRs                       |                                                                                                                                                                                                     | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Comment on CI failures                 | Comment on issues extracted from CI logs                                                                                                                                                            | On                   |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Ignore branch patterns                 | Do not review branches that match the following patterns                                                                                                                                            | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Comments fixing option                 | Choose which fix implementation options are shown in Baz GitHub comments                                                                                                                            | All options selected |
| <p><strong>Auto Audit</strong></p><p>Content Filtering</p>            | Filtered names                         | Enter names you would like Baz to ignore                                                                                                                                                            | Off                  |
| <p><strong>Auto Resolve & Approve</strong><br>Auto resolve rules</p>  | Reply to Resolved Discussions          | Enable reply comments indicating whether each discussion was resolved                                                                                                                               | On                   |
| <p><strong>Auto Resolve & Approve</strong><br>Auto resolve rules</p>  | Rules creation                         | Create rules that allow Baz to automatically resolve review threads when specific conditions are met                                                                                                | -                    |
| <p><strong>Auto Resolve & Approve</strong><br>Auto approve rules</p>  | Auto-Approve label                     | Add “baz approved” label on Pull Requests if there are no issues found                                                                                                                              | On                   |
| <p><strong>Auto Resolve & Approve</strong><br>Auto approve rules</p>  | Rules creation                         | Create rules that allow Baz to automatically approve pull requests when specific conditions are met                                                                                                 | -                    |

> **Tip:** Use these settings to align Baz with your team's review cadence - whether fully automated, manual, or hybrid.

***

### FAQ <a href="#faq" id="faq"></a>

<details>

<summary>How do I invoke a code review "on-demand"?</summary>

Add a new comment on the PR and use any plain language and request Baz to review or summarize like \`Baz please review this PR\` or even \`baz summery plz\`

</details>

<details>

<summary>How do I invoke a summary "on-demand"</summary>

The same as reviews - just add a new comment and ask Baz for a PR summary.

</details>


---

# 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://docs.baz.co/account/configurations.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.
