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

# Dashboard Overview

> Navigate the Vidoc dashboard to manage security across your projects

The Vidoc dashboard is your central hub for managing code security across all repositories and projects.

## Dashboard Layout

### Project Selector

Switch between projects using the dropdown in the sidebar. Each project contains its own repositories, issues, and settings.

### Main Navigation

| Section           | Purpose                                   |
| ----------------- | ----------------------------------------- |
| **Issues**        | All security findings across repositories |
| **Repositories**  | Manage repos and run scans                |
| **Pull Requests** | PR-specific security results              |
| **Learnings**     | False positive rules from ignored issues  |
| **AI Chat**       | Security assistant                        |
| **Settings**      | API keys, team members, integrations      |

## Key Metrics

The dashboard displays:

* **Open Issues** - Total unresolved security findings
* **Critical/High** - Issues requiring immediate attention
* **Recent Scans** - Latest scan activity
* **Repositories** - Connected repositories count

## Quick Actions

### Run a Scan

1. Go to **Repositories**
2. Click **"Scan"** on any repository
3. Monitor progress in the scan list

### Review Issues

1. Go to **Issues**
2. Filter by severity to prioritize
3. Click an issue for details

### Connect GitHub

1. Go to **Settings** → **Integrations**
2. Click **"Connect GitHub"**
3. Authorize and select repositories

## Projects

Projects group related repositories. Use projects to:

* Separate security scans by team or application
* Apply different settings per project
* Manage team access at the project level

See [Projects](/dashboard/projects) for project management.

## Related Pages

<CardGroup cols={2}>
  <Card title="Issues" icon="bug" href="/dashboard/issues">
    Review security findings
  </Card>

  <Card title="Repositories" icon="code" href="/dashboard/repositories">
    Manage repositories and scans
  </Card>

  <Card title="GitHub Setup" icon="github" href="/github/setup">
    Connect GitHub integration
  </Card>

  <Card title="API Keys" icon="key" href="/settings/api-keys">
    Manage API keys
  </Card>
</CardGroup>
