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

# Qodo portal quick tour

> A quick tour of the Qodo portal for configuring your code review experience and managing Qodo access across your organization.

A quick tour of the Qodo portal for managing your organization and governing code reviews at scale.

The Qodo portal is the central administration interface for configuring and managing how Qodo operates across your organization. It connects directly to your Git workflows and uses AI-powered review agents to analyze pull requests, detect issues, enforce engineering standards, and surface insights across your codebase.

Access the portal by signing in at [https://app.qodo.ai](https://app.qodo.ai).

**Home** is the page that you land on when signing in to the Qodo portal. It shows recent code review activity, suggested actions for configuring Qodo, and the connection status of your Git providers and task management tools in the Connections panel.

<Frame>
  <img src="https://mintcdn.com/qodo/atBnh2JQNWRiDjn8/images/administration/portal-home-screen.png?fit=max&auto=format&n=atBnh2JQNWRiDjn8&q=85&s=eaa1949bcb9ca512595b76fc54d4f3ef" alt="Qodo portal Home page showing recent code review activity, suggested actions, and Git provider and task management connection status in the Connections panel" width="1916" height="864" data-path="images/administration/portal-home-screen.png" />
</Frame>

<Note>
  In the top right-hand corner, under **Connections** > **Git providers**, the icons show connection status, and the **+** button opens the selection page for the Git provider wizards. The wizard's behavior depends on your role and connection status:

  * **Admin, no Git provider connected**: The wizard opens automatically the first time you enter the portal. It won't reopen on its own after being dismissed.
  * **Admin, already has a Git provider connected**: Clicking a provider's icon opens the filtered Installations page. Use the **+** button to connect another provider.
  * **Non-admin**: The Git provider icons and the **+** button are disabled, with the tooltip explaining that you need workspace admin permissions to connect a Git provider.
</Note>

## How the Qodo portal is organized

The Qodo portal is organized into two primary areas:

* **Manage your Qodo account:** Control users, teams, access, authentication, and organization settings. For more information, see [Account management](/account-management/manage-your-qodo-account).
* **Manage code review governance:** Configure how Qodo reviews code, enforce engineering standards, monitor findings, and measure adoption across your organization. For more information, see [Customize the code review experience](/configuration)

## Manage your Qodo account

Manage the people, access, and settings that enable your organization to use Qodo. This area helps administrators control authentication, user access, team structure, and account-level preferences.

### Roles and permissions

Control access to Qodo features by assigning roles and permissions across your organization.

### Users

Add, remove, and manage users who have access to your Qodo organization.

### Teams

Create and manage teams to organize users and simplify administration.

### Account settings

Configure organization-level settings and preferences.

### API key management

Create and manage API keys for integrations and automated workflows.

### Single sign-on (SSO)

Configure SSO to centralize authentication and simplify user access management.

### Restrict organization sign-up to invited users

Restrict organization membership so users can join only through administrator invitations.

### Connect Qodo Git integration

Link your Git account to access repositories and enable code review workflows.

See [Manage your Qodo account](/account-management/manage-your-qodo-account).

## Manage code review governance

Configure how Qodo reviews code across your organization. This area helps engineering leaders define review standards, manage repositories, monitor findings, measure impact, and integrate Qodo into the development workflow.

### Repositories

Connect and manage repositories that Qodo analyzes during pull request reviews.

### Review standards

Define and manage engineering standards that Qodo enforces during code reviews.

### Skills

Manage review skills that provide specialized analysis across domains such as security, architecture, performance, documentation, and best practices.

### Findings

View and track findings identified across repositories and pull requests.

### Analytics

Measure code review activity, adoption, engagement, and impact through organization-wide dashboards and reporting.

### Configurations

Configure organization-wide review behavior, review settings, and remediation workflows.

### Integrations

Connect Qodo with Git providers, ticketing systems, IDEs, and other tools used throughout your development workflow.

## Monitor Qodo's background activity

Once you connect a repository to Qodo, background work begins automatically. **Background activity**, in the top navigation on every page, shows this work happening in your repositories, so you always know what's complete and what Qodo is still processing.

<Frame>
  <img src="https://mintcdn.com/qodo/ma-Tmqc2qL5slYmg/images/administration/portal-background-activity.png?fit=max&auto=format&n=ma-Tmqc2qL5slYmg&q=85&s=bf3d77acba0aea2064fa999950471b89" alt="Background activity panel showing Repository sync, Pull request indexing, Cross-repo discovery, and Rules import status" width="368" height="224" data-path="images/administration/portal-background-activity.png" />
</Frame>

* **Repository sync**: Syncs each repository with Qodo. See [Installations](/governance/repositories/installations).
* **Pull request indexing**: Indexes a repository's pull request history. See [Rule Miner](/governance/rule-enforcement/rule-miner).
* **Cross-repo discovery**: Finds relationships between repositories. See [Relationships](/governance/repositories/relationships).
* **Rules import**: Extracts and imports standards from a repository. See [Generate and manage rules](/governance/rule-enforcement/generate-and-manage-rules).

## Get started

* [Manage your Qodo account](/account-management/manage-your-qodo-account)
* [Manage code review governance](/code-governance)
