> ## Documentation Index
> Fetch the complete documentation index at: https://omnilens-626cb878.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Home Dashboard

## Overview

The Home page provides a single view of all your repository cards as well as the ability to add more.

<img src="https://mintcdn.com/omnilens-626cb878/9YPdy53s_Tk8sQJh/images/home.png?fit=max&auto=format&n=9YPdy53s_Tk8sQJh&q=85&s=5ff5b895bd16f5d66a6f35bd188c9b32" alt="Home" title="Home" style={{ width:"100%" }} width="3562" height="2256" data-path="images/home.png" />

## Add a Repository Card

Enter a GitHub repository URL or `owner/repo` format in the add repository dialog.

<img src="https://mintcdn.com/omnilens-626cb878/9YPdy53s_Tk8sQJh/add-repo.png?fit=max&auto=format&n=9YPdy53s_Tk8sQJh&q=85&s=ff8cb2813f0bfe30af571e11b15d7739" alt="Add Repo" width="956" height="642" data-path="add-repo.png" />

OmniLens will:

1. **Validation**: Verifies the repository exists and you have access to it
2. **Addition**: Adds the repository card to your dashboard
3. **Data Fetching**: Discovers and fetches workflow definitions to display initial run data

<Tip>
  You can add up to 12 public repository cards to your dashboard.
</Tip>

## Repository Card Overview

Each repository card provides a compact overview of your repository's workflow activity.

<img src="https://mintcdn.com/omnilens-626cb878/9YPdy53s_Tk8sQJh/repo-card.png?fit=max&auto=format&n=9YPdy53s_Tk8sQJh&q=85&s=de1094dc03806d1786728934d530a07c" alt="Repo Card" width="1160" height="394" data-path="repo-card.png" />

### Metrics

The repository card displays the following metrics:

* **Daily Success Rate**: A progress bar showing the percentage of successful workflow runs
* **Total Workflows**: The number of workflows configured in the repository
* **Passed Runs**: Count of workflow runs that completed successfully
* **Failed Runs**: Count of workflow runs that failed
* **In Progress Runs**: Count of workflow runs currently running

### Actions

Each repository card includes interactive elements:

* **GitHub icon**: Navigate directly to the repository on GitHub in a new tab
* **Trash can icon**: Remove the repository card and all its associated data from your dashboard
