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

# Repositories

> Browse and search your GitHub repositories in the partio dashboard

# Repositories

The Repositories page (`/repositories`) lists all GitHub repositories accessible to your account. It's the starting point for drilling into any repo's checkpoints, commits, and code.

<img src="https://mintcdn.com/partio/D7OhIgZe65AaoSxp/images/app/repositories-browse.gif?s=07e1a895498f178d607d2fd241cfb751" alt="Searching and filtering repositories" width="1024" height="640" data-path="images/app/repositories-browse.gif" />

## Repository List

The page displays a table with the following columns:

| Column          | Description                                                                                       |
| --------------- | ------------------------------------------------------------------------------------------------- |
| **Name**        | Repository name with a colored dot indicating the primary language (TypeScript, Python, Go, etc.) |
| **Issues**      | Open issue count                                                                                  |
| **Checkpoints** | Number of partio checkpoints captured for this repo                                               |
| **Updated**     | When the repo was last updated                                                                    |

Click any row to navigate to the [Repository Detail](/app/repository-detail) page.

## Filtering

By default, only repositories **with at least one checkpoint** are shown. This keeps the list focused on repos where partio is actively capturing data.

Toggle the **"See all repositories"** button to show every repo your GitHub account has access to. Repos without checkpoints appear with dimmed styling.

## Search

Use the search input at the top to filter repositories by name. The filter applies instantly as you type.
