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

# Enrich context with up-to-date dependencies

> See how Qodo uses web search to find the latest official documentation, specifications, and release notes to produce more accurate and up-to-date findings.

<Badge color="outline-purple" size="sm" shape="pill">Research Preview</Badge>

<Note>
  **Research Preview**: This feature is under active development. Functionality and behavior may evolve as we continue to improve the feature. Research Preview features are not covered by any SLA.
</Note>

During a pull request review, Qodo can search the web for up-to-date documentation, specifications, and release notes for third-party dependencies referenced in your code. Qodo uses a third-party search service to retrieve relevant sources, helping the review agent produce more accurate findings based on current information.

## Prerequisites

1. Log in to the Qodo portal.
2. If you are an existing user, in the **Configurations** > **Context** tab, enable **Web search**. Web search is enabled by default for new users.

## How web search works

When Qodo reviews a pull request, it identifies third-party dependencies referenced in the changes and searches the web for relevant documentation, specifications, and release notes.

The review agent uses this information to:

* Detect usage that conflicts with the latest API or specification for a dependency.
* Flag deprecated methods, removed features, or breaking changes introduced in newer versions.
* Ground third-party evidence in official docs, issues, and other helpful sources available instead of the model's internal knowledge, in order to prevent hallucinations.

## View web search references in findings

When web search contributes to a finding, the **Context used** panel in the review comment lists the external sources the agent referenced. This shows you which documentation, release notes, or other sources informed the finding.

<Frame>
  <img src="https://mintcdn.com/qodo/lJCDHyEzCMkqWSp4/images/code-review/findings-web-search-results.png?fit=max&auto=format&n=lJCDHyEzCMkqWSp4&q=85&s=84d2f5f58a2db3eb5043500b5dcf8f59" alt="Web search results shown in a pull request finding" width="1397" height="1126" data-path="images/code-review/findings-web-search-results.png" />
</Frame>

For more information about the Context used panel, see [Comment anatomy](/code-review/comment-anatomy#context-used).
