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

# Documentation & design integrations

> Learn how to integrate Qodo with your documentation and design tools so specifications and designs can be used in pull request reviews and workflows.

Qodo integrates with documentation and design tools to bring external context into pull request workflows. This allows Qodo to access specifications and design files stored in supported tools and use them during analysis.

## URL processing guidelines

When including documentation or design URLs in a pull request, the following apply:

* A pull request can include up to one specification document and one design document.
* When multiple URLs of the same type are present, only the first detected URL is used.
* If multiple specification sources are provided (for example, Notion and Confluence), only the first one is used.
* The following guidelines apply to these specific usecases:

  | URLs included in the pull request     | Result                                        |
  | ------------------------------------- | --------------------------------------------- |
  | Multiple Notion URLs                  | Only the first Notion URL is processed        |
  | Multiple Confluence URLs              | Only the first Confluence URL is processed    |
  | Multiple Figma URLs                   | Only the first Figma URL is processed         |
  | One Notion URL and one Figma URL      | Both URLs are processed                       |
  | One Confluence URL and one Figma URL  | Both URLs are processed                       |
  | One Notion URL and one Confluence URL | Only the first specification URL is processed |

## Get started

To enable documentation and design integrations, configure a supported tool in the Qodo portal.

See the setup guide for each supported tool:

<CardGroup cols={3}>
  <Card title="Confluence" icon="book" href="/install-and-configure/integrations/documentation-and-design-integrations/integrate-qodo-with-confluence">
    Pull Confluence pages into review context so Qodo can check changes against specifications.
  </Card>

  <Card title="Notion" icon="file-lines" href="/install-and-configure/integrations/documentation-and-design-integrations/integrate-qodo-with-notion">
    Pull Notion docs into review context so Qodo can check changes against specifications.
  </Card>

  <Card title="Figma" icon="figma" href="/install-and-configure/integrations/documentation-and-design-integrations/integrate-with-figma">
    Surface design frames and component context when reviewing UI changes.
  </Card>
</CardGroup>
