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

# Tracking

<Warning>
  **Git Integration (formerly Qodo Merge)** – AI code review agents for pull requests. This documentation describes the Qodo v1 experience. For the Qodo v2 documentation, click [here.](/code-review)
</Warning>

## Tracking implemented suggestions

**Qodo** automatically tracks when AI-generated suggestions are applied, helping teams measure the impact of the tool and improve future results.

There are two ways Qodo detects implementation:

* **Direct Implementation:** When the PR author clicks the **Apply** checkbox next to a suggestion.

* **Indirect Implementation:** When the suggestion is applied manually (e.g., through the user’s IDE). Qodo checks each new commit to identify if the suggested change was implemented, even without clicking **Apply**.

These implementations are logged and used to generate stats and insights into how suggestions are being used across pull requests.

<Frame>
  <img src="https://mintcdn.com/qodo/0Lwij7lmM5KGq-6-/images/v1/pr_agent_Fcode_suggestions_asses_impact.png?fit=max&auto=format&n=0Lwij7lmM5KGq-6-&q=85&s=9da520b651384cf38663e5e4278db6a2" alt="" width="1500" height="496" data-path="images/v1/pr_agent_Fcode_suggestions_asses_impact.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/qodo/0Lwij7lmM5KGq-6-/images/v1/pr_agent_Fcode_suggestions_asses_impact_stats_1.png?fit=max&auto=format&n=0Lwij7lmM5KGq-6-&q=85&s=ba7b6c10d461f55eb4cbcdbb7ef20464" alt="" width="1025" height="214" data-path="images/v1/pr_agent_Fcode_suggestions_asses_impact_stats_1.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/qodo/0Lwij7lmM5KGq-6-/images/v1/pr_agent_Fcode_suggestions_asses_impact_stats_2.png?fit=max&auto=format&n=0Lwij7lmM5KGq-6-&q=85&s=04dd4abe8ed4d40604560db227ae3c4e" alt="" width="1350" height="324" data-path="images/v1/pr_agent_Fcode_suggestions_asses_impact_stats_2.png" />
</Frame>

## Suggestion tracking

<Note>
  **Platforms supported:** GitHub, GitLab
</Note>

<Warning>
  **Wiki must be enabled**

  Repositories require a one-time manual wiki setup to enable this feature.
</Warning>

All accepted suggestions are automatically saved in a dedicated file: `.pr_agent_accepted_suggestions`, within your repo's wiki.

This file serves multiple purposes:

* Tracks which suggestions were implemented

* Offers a historical view of accepted improvements

* Helps assess Qodo’s long-term value and influence

* Feeds future model training to improve the quality of recommendations

This feature is controlled by [the configuration](/v1/configuration/configuration-file) `pr_code_suggestions.wiki_page_accepted_suggestions` (default: `true`).

<Frame>
  <img src="https://mintcdn.com/qodo/0Lwij7lmM5KGq-6-/images/v1/pr_agent_Fpr_agent_accepted_suggestions1.png?fit=max&auto=format&n=0Lwij7lmM5KGq-6-&q=85&s=a37d65d5bea0251387a6fe3edb8c9b89" alt="" width="2304" height="1333" data-path="images/v1/pr_agent_Fpr_agent_accepted_suggestions1.png" />
</Frame>

### Why a wiki?

Your code stays private. Instead of using an external server or database, Qodo stores accepted suggestions in your repository’s **private wiki**.

This ensures:

* Full control over your data

* No interference with the main repo or pull requests

* A secure, organized place to track suggestions
