> ## 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.

# Git provider feature support

> A reference table of supported configuration options and commands by Git provider in Qodo 2.x.

Qodo configuration options and PR commands vary by Git provider. Use the tables below to check what is supported for your provider.

<Note>
  Qodo strives for feature parity across all providers, but a number of settings are limited by each provider's capabilities. GitHub, GitLab, and Azure DevOps support extended markdown; Bitbucket Cloud and Bitbucket Data Center support standard markdown only, which is why they do not support all features.
</Note>

## Configuration options

Configuration is managed in the repository's [`.pr_agent.toml`](/code-review/get-started/configuration-overview/configuration-file) file or in the [Qodo portal](/code-review/get-started/configuration-overview/portal-configuration). For a full description of each setting, see the [Configuration and command reference](/code-review/get-started/configuration-overview/configuration-and-command-reference).

### Review output and visibility

| Setting                                                                  | GitHub | GitLab | Bitbucket | Azure DevOps |
| :----------------------------------------------------------------------- | :----- | :----- | :-------- | :----------- |
| [`comments_location_policy`](/code-review/feedback-location)             | ✔      | ✔      | ✔         | ✔            |
| [`inline_comments_severity_threshold`](/code-review/severity-thresholds) | ✔      | ✔      | ✖         | ✖            |

### Findings display

| Setting                                                       | GitHub | GitLab | Bitbucket | Azure DevOps |
| :------------------------------------------------------------ | :----- | :----- | :-------- | :----------- |
| [`finding_overflow_count`](/code-review/findings-visibility)  | ✔      | ✔      | ✖         | ✔            |
| [`resolved_overflow_count`](/code-review/findings-visibility) | ✔      | ✔      | ✖         | ✔            |

### Expanded sections in findings

| Setting                                                  | GitHub | GitLab | Bitbucket | Azure DevOps |
| :------------------------------------------------------- | :----- | :----- | :-------- | :----------- |
| [`expand_description`](/code-review/findings-visibility) | ✔      | ✔      | ✖         | ✔            |
| [`expand_code`](/code-review/findings-visibility)        | ✔      | ✔      | ✖         | ✔            |
| [`expand_relevance`](/code-review/findings-visibility)   | ✔      | ✔      | ✖         | ✔            |
| [`expand_evidence`](/code-review/findings-visibility)    | ✔      | ✔      | ✖         | ✔            |
| [`expand_prompt`](/code-review/findings-visibility)      | ✔      | ✔      | ✖         | ✔            |

### Review workflow

| Setting                                                                                              | GitHub | GitLab | Bitbucket | Azure DevOps |
| :--------------------------------------------------------------------------------------------------- | :----- | :----- | :-------- | :----------- |
| [`pr_commands`](/code-review/get-started/configuration-overview/configuration-and-command-reference) | ✔      | ✔      | ✔         | ✔            |
| [`handle_push_trigger`](/code-review/persistent-review-comments)                                     | ✔      | ✔      | ✔         | ✔            |
| [`push_commands`](/code-review/persistent-review-comments)                                           | ✔      | ✔      | ✔         | ✔            |
| [`demand_self_review`](/code-review/self-review)                                                     | ✔      | ✖      | ✖         | ✖            |
| [`approve_pr_on_self_review`](/code-review/self-review)                                              | ✔      | ✖      | ✖         | ✖            |
| [`enable_chat_in_code_suggestions`](/code-review/auto-detected-questions)                            | ✔      | ✔      | ✖         | ✖            |

### CI feedback

| Setting                                                                  | GitHub | GitLab | Bitbucket | Azure DevOps |
| :----------------------------------------------------------------------- | :----- | :----- | :-------- | :----------- |
| [`enable_auto_checks_feedback`](/code-review/enable-ci-failure-feedback) | ✔      | ✖      | ✖         | ✖            |
| [`excluded_checks_list`](/code-review/enable-ci-failure-feedback)        | ✔      | ✖      | ✖         | ✖            |
| [`persistent_comment`](/code-review/enable-ci-failure-feedback)          | ✔      | ✖      | ✖         | ✖            |
| [`enable_help_text`](/code-review/enable-ci-failure-feedback)            | ✔      | ✖      | ✖         | ✖            |
| [`final_update_message`](/code-review/enable-ci-failure-feedback)        | ✔      | ✖      | ✖         | ✖            |

### Ignore rules

| Setting                                                                    | GitHub | GitLab | Bitbucket | Azure DevOps |
| :------------------------------------------------------------------------- | :----- | :----- | :-------- | :----------- |
| [`ignore_pr_title`](/code-review/ignore-content-from-analysis)             | ✔      | ✔      | ✔         | ✔            |
| [`ignore_pr_source_branches`](/code-review/ignore-content-from-analysis)   | ✔      | ✔      | ✔         | ✔            |
| [`ignore_pr_target_branches`](/code-review/ignore-content-from-analysis)   | ✔      | ✔      | ✔         | ✔            |
| [`ignore_pr_labels`](/code-review/ignore-content-from-analysis)            | ✔      | ✔      | ✔         | ✔            |
| [`ignore_pr_authors`](/code-review/ignore-content-from-analysis)           | ✔      | ✔      | ✔         | ✔            |
| [`ignore_repositories`](/code-review/ignore-content-from-analysis)         | ✔      | ✔      | ✔         | ✔            |
| [`allow_only_specific_folders`](/code-review/ignore-content-from-analysis) | ✔      | ✔      | ✔         | ✔            |
| [`ignore_languages_frameworks`](/code-review/ignore-content-from-analysis) | ✔      | ✔      | ✔         | ✔            |
| [`ignore_ticket_labels`](/code-review/ignore-content-from-analysis)        | ✔      | ✔      | ✔         | ✔            |

## PR commands

These commands can be triggered in pull request comments.

| Command                                                                                  | GitHub | GitLab | Bitbucket | Azure DevOps |
| :--------------------------------------------------------------------------------------- | :----- | :----- | :-------- | :----------- |
| [`/agentic_review`](/code-review/use-qodo-in-prs/code-review)                            | ✔      | ✔      | ✔         | ✔            |
| [`/agentic_describe`](/code-review/pr-summary)                                           | ✔      | ✔      | ✔         | ✔            |
| [`/ask`](/code-review/ask-questions-with-ask)                                            | ✔      | ✔      | ✔         | ✔            |
| ⮑ Ask on code lines                                                                      | ✔      | ✔      | ✖         | ✖            |
| [`/config`](/code-review/get-started/configuration-overview/view-configuration-settings) | ✔      | ✔      | ✔         | ✔            |
| [`/generate_labels`](/code-review/generate-pr-labels)                                    | ✔      | ✔      | ✖         | ✖            |
| [`/checks`](/code-review/enable-ci-failure-feedback)                                     | ✔      | ✖      | ✖         | ✖            |
