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

# Dashboard

The **Pull request dashboard** acts similarly to an email inbox, providing a clear overview of all PRs requiring your attention.

## Selected repositories

You can select the repositories you want to review in the **Pull request dashboard** by clicking the **Select repositories** button.

<img src="https://mintcdn.com/cubic-2/AzoJeLhtvGZBEz71/code-review-platform/images/dashboard.png?fit=max&auto=format&n=AzoJeLhtvGZBEz71&q=85&s=03fdeb3c1e71baa5bc4cd7830d8e1750" alt="Select repositories" className="border border-zinc-800 rounded-lg" width="2994" height="1646" data-path="code-review-platform/images/dashboard.png" />

## Inbox sections

cubic provides six standard sections in your inbox:

* **Needs your review**: PRs awaiting your review or approval.
* **Approved**: PRs you've approved, pending further action.
* **Returned to you**: PRs requiring additional changes or action from you.
* **Waiting for others**: PRs that require review or changes from others.
* **Drafts**: PRs in draft status.
* **Recently merged**: PRs currently merging or recently merged.

## Searching pull requests

Quickly search for specific PRs across all synchronized repositories using fuzzy search capabilities that include:

* PR title
* PR description
* Author details

Access the search function via the search icon in the top right corner or by using the keyboard shortcut **Cmd + K** (Mac) or **Ctrl + K** (Windows).
