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

# Configure Display settings in the Qodo portal

> Controls how findings and review comments are structured and presented in your pull requests, from the Display tab of the Qodo portal's Configurations page.

export const AzureIcon = () => <svg className="azure-icon" viewBox="0 0 18 18" width="12" height="12" style={{
  display: "inline",
  verticalAlign: "middle",
  flexShrink: 0,
  background: "transparent"
}}>
    <defs>
      <linearGradient id="azure-gradient" x1="9" y1="16.97" x2="9" y2="1.03" gradientUnits="userSpaceOnUse">
        <stop offset="0" stopColor="currentColor" />
        <stop offset="0.16" stopColor="currentColor" />
        <stop offset="0.53" stopColor="currentColor" />
        <stop offset="0.82" stopColor="currentColor" />
        <stop offset="1" stopColor="currentColor" />
      </linearGradient>
    </defs>
    <path d="M17,4v9.74l-4,3.28-6.2-2.26V17L3.29,12.41l10.23.8V4.44Zm-3.41.49L7.85,1V3.29L2.58,4.84,1,6.87v4.61l2.26,1V6.57Z" fill="url(#azure-gradient)" />
  </svg>;

The **Display** tab controls how findings and review comments are structured and presented in your pull requests: counters, labels, grouping, ordering, overflow behavior, per-finding content, comment structure, and notifications. Apply a preset for a ready-made configuration, or configure each setting individually.

<img src="https://mintcdn.com/qodo/CTs2I3fFUIxJXIH2/images/configuration-portal/configurations-display-ordering-overflow.png?fit=max&auto=format&n=CTs2I3fFUIxJXIH2&q=85&s=9beed3f2b9d58d5d046f0102b43f81e7" alt="Overflow section of the Display tab, showing the Findings visible per group matrix for High, Medium, and Low, Show empty groups, and Include group badge in overflow, alongside a live preview of the review comment" width="1542" height="763" data-path="images/configuration-portal/configurations-display-ordering-overflow.png" />

## Display presets

<Note>
  New customers who onboard after Presets are introduced in Qodo 2.9 get the default value for each setting. Existing customers keep their configured settings.
</Note>

Presets let you quickly configure how findings and review comments appear to your team in pull requests, without setting each Display option individually. Choose a preset ranging from a lean, low-noise review to a comprehensive, information-rich one, or select **Custom** to configure each setting yourself. Changing any individual setting after selecting a preset switches the selection to **Custom**.

| Preset            | Purpose                                                           |
| ----------------- | ----------------------------------------------------------------- |
| **Minimal**       | Lighter reviews with fewer comments and less noise.               |
| **Standard**      | Focused reviews that keep the standard comment structure visible. |
| **Comprehensive** | Every label and group visible, with color-scale badges.           |
| **Custom**        | Your own combination of settings.                                 |

## Counters

| Setting                   | Description                                                                             | Options                                                                                 |
| ------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| **Count by**              | Which dimension the findings count in the comment header is broken down by.             | • Severity <br /> • Finding type (default) <br /> • Finding category <br /> • Relevance |
| **Show finding counters** | Shows the finding count chips at the top of the review comment.                         | Enable (default) / Disable                                                              |
| **Show zero counters**    | Keeps counter chips that have no findings, showing them as zero instead of hiding them. | Enable (default) / Disable                                                              |

## Labels

| Setting              | Description                                                                      | Options                                                                                           |
| -------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| **Displayed labels** | Chooses which labels appear on each finding in the review comment. Multi-select. | • Severity <br /> • Finding type (default) <br /> • Finding category (default) <br /> • Relevance |
| **Label style**      | How finding type and category labels appear in review comments.                  | • Icon & Text (default) <br /> • Icon only                                                        |

## Groups

| Setting                  | Description                                                        | Options                                                                                                                                                                                            |
| ------------------------ | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Group by**             | How findings are grouped in the review summary comment.            | • Severity (default) <br /> • Finding type <br /> • Finding category <br /> • Relevance                                                                                                            |
| **Severity terminology** | The words used for the three severity tiers in the review comment. | • High, Medium, Low (default) <br /> • Critical, Warning, Informational <br /> • Required, Recommended, Optional <br /> • P0, P1, P2                                                               |
| **Group badge**          | How group badges look in the review comment.                       | • Qodo brand (default): Purple badge, no icon <br /> • Color scale: Yellow, orange and red reflect increasing importance, no icon <br /> • Grayscale with Emoji: Gray badge with the group's emoji |

## Ordering

| Setting                            | Description                                                            | Options                                                                                 |
| ---------------------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| **Order by**                       | How findings are ordered within each group.                            | • Severity <br /> • Finding type <br /> • Finding category <br /> • Relevance (default) |
| **Always show new findings first** | New findings from the latest review run stay at the top of each group. | Enable (default) / Disable                                                              |

## Overflow

<div style={{ display: "flex", alignItems: "center", gap: "6px", marginBottom: "1rem" }}>
  <Badge color="outline-provider" size="sm" shape="pill" icon="github">GitHub</Badge>
  <Badge color="outline-provider" size="sm" shape="pill" icon="gitlab">GitLab</Badge>
  <Badge color="outline-provider" size="sm" shape="pill"><AzureIcon />Azure DevOps</Badge>
</div>

| Setting                             | Description                                                                                                                                              | Options                                   |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| **Findings visible per group**      | How many findings stay visible in each severity group before the rest collapse behind a **View** link. (No default: stays unset until you configure it.) | Set per severity tier: None, 1, 3, 5, All |
| **Show empty groups**               | Keeps a group in the comment when it has no findings, showing its badge with a short empty-state line.                                                   | Enable / Disable (default)                |
| **Include group badge in overflow** | When enabled, the group's badge collapses along with its findings. Disable to keep the badge visible even when none of the group's findings are shown.   | Enable (default) / Disable                |

## Findings

<div style={{ display: "flex", alignItems: "center", gap: "6px", marginBottom: "1rem" }}>
  <Badge color="outline-provider" size="sm" shape="pill" icon="github">GitHub</Badge>
  <Badge color="outline-provider" size="sm" shape="pill" icon="gitlab">GitLab</Badge>
  <Badge color="outline-provider" size="sm" shape="pill"><AzureIcon />Azure DevOps</Badge>
</div>

| Setting                      | Description                                                                                                                          | Options                                                                                                                                                                                                                                                  |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Finding content sections** | For each content section of a finding, choose whether it's hidden, shown collapsed, or shown expanded in the PR code review comment. | Each section set individually: <br /> • **Description**: Expanded (default) <br /> • **Code**: Collapsed (default) <br /> • **Relevance**: Collapsed (default) <br /> • **Evidence**: Collapsed (default) <br /> • **Agent prompt**: Collapsed (default) |

## Comments

| Setting                                | Description                                                                                                                           | Options                                                                   |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| **Comment type**                       | The comment types used to display review findings.                                                                                    | • Inline only <br /> • Summary only <br /> • Summary & Inline (default)   |
| **Inline comment severity threshold**  | Inline comments are published only for findings at or above the selected severity.                                                    | • High (default) <br /> • Medium <br /> • Low                             |
| **Advanced comment routing overrides** | Routes findings to inline or as a summary comment based on their severity grouping. (No default: stays unset until you configure it.) | Set per severity tier (High, Medium, Low): Inline / Summary / Both / Drop |

## Comment parts

| Setting                                                                                         | Description                                                                                                              | Options                    |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------------- |
| **Divider lines**                                                                               | Shows divider lines between the parts of the review comment. When disabled, parts stay separated by a single blank line. | Enable (default) / Disable |
| **Show context**                                                                                | Disable to hide the "Context sources" section from the review comment.                                                   | Enable (default) / Disable |
| **Show tip of the day**                                                                         | A rotating Qodo tip, shown just above the footer of the review summary comment.                                          | Enable (default) / Disable |
| **[Show previous reviews](/code-review/comment-anatomy#previous-reviews-formerly-audit-trail)** | Shows the collapsible history section, with one entry per reviewed commit.                                               | Enable (default) / Disable |
| **Show comment footer**                                                                         | Shows the Qodo footer at the bottom of the review comment.                                                               | Enable (default) / Disable |

The toggles are listed in the order the parts appear in the review comment.

## Notification comments

| Setting                                                                                     | Description                                                                                                                                                          | Options                    |
| ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| **[Persistent comment notification](/code-review/persistent-review-comments#how-it-works)** | Posts a "Code review by qodo was updated up to the latest commit" message in the pull request each time Qodo updates the persistent review comment for a new commit. | Enable (default) / Disable |
| **In-progress comment**                                                                     | Publishes a temporary "review in progress" comment while the review runs, then removes it when the review is posted.                                                 | Enable (default) / Disable |
| **Show images and animations**                                                              | Shows Qodo's illustrations and animations in the loading and empty state review comments. Disable to hide these visuals.                                             | Enable (default) / Disable |

## Display live preview

<div style={{ display: "flex", alignItems: "center", gap: "6px" }}>
  <Badge color="outline-provider" size="sm" shape="pill" icon="github">GitHub</Badge>
  <Badge color="outline-provider" size="sm" shape="pill" icon="gitlab">GitLab</Badge>
  <Badge color="outline-provider" size="sm" shape="pill"><AzureIcon />Azure DevOps</Badge>
</div>

The **Live Preview** pane shows a real-time visual of how review comments will appear in the target Git provider. Changes to display settings update the preview immediately, with no save or refresh required. The preview reflects the Git provider selected using the icons next to the repository selector, so it matches how findings will actually render for that provider.

The top right of the preview includes:

* A **Summary / Inline** dropdown that switches between the full review comment and the inline comment. It switches automatically when you change a setting that affects inline comments.
* A light/dark mode toggle that switches the preview's color scheme. Useful for checking how the review renders on providers that default to light mode.

<div style={{width: '75%'}}>
  <Frame>
    <img src="https://mintcdn.com/qodo/twjZ9TVc9z0qZeAf/images/code-review/code-review-portal-configuration-live-preview-full-view.png?fit=max&auto=format&n=twjZ9TVc9z0qZeAf&q=85&s=a6db561191ae5974ab0b204bb876bbe3" alt="Live preview showing how review findings appear in the target Git provider" width="1220" height="1522" data-path="images/code-review/code-review-portal-configuration-live-preview-full-view.png" />
  </Frame>
</div>
