# Dashboard

<figure><img src="/files/cCw5YeMdy98wDCJZSZ8N" alt=""><figcaption><p>Warp’s <em>Dashboard</em> page.</p></figcaption></figure>

The *Dashboard* page provides a high-level overview of the Project’s size and progress. It also provides a link to the Project’s *Migration HQ* repository.

The key parts of the *Dashboard* page are described in detail below.

### Migration HQ

<figure><img src="/files/v9T6tBwdTK21crAnGp3P" alt="" width="180"><figcaption></figcaption></figure>

The **Migration HQ** button takes you to the *Migration HQ* repository for this Project. This repository acts as the control panel for the migration process.

### Trends

<figure><img src="/files/mOOfB7Mz8jYCwzmcszpG" alt=""><figcaption></figcaption></figure>

The *Trends* section provides the following quantitative information about your Project:

* **Repositories Discovered:** The number of repositories that Warp was able to find after scanning the Azure DevOps organization(s) whose repositories you want to migrate. This display shows the total number of repositories that Warp found, followed by the number that were found in the past 24 hours.
* **Repositories Migrated:** The number of repositories that were migrated to GitHub. This display shows the total number of repositories that were migrated, followed by the number that were migrated in the past 24 hours.
* **Daily Average:** The average number of migrations performed per day since the Project’s first migration. This display shows the average (mean) migrations per day since the first one, followed by the number of days since the first migration.
* **Overall Progress:** The percentage of discovered repositories that have been migrated. This display shows that percentage, followed by the percentage of discovered repositories yet to be migrated.

### By Source

<figure><img src="/files/OscQhcNssqZ9yyDi3sAh" alt="" width="188"><figcaption></figcaption></figure>

The *By Source* section lists the sources — that is, the organizations that you’re migrating repositories *from*.

For each source, this section shows the following:

* **Name:** The name of the organization.
* **Repositories Discovered:** The number of repositories discovered in this particular organization.
* **Repositories Migrated:** The number of repositories that were migrated from this particular organization to GitHub.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.packfiles.io/using-warp/projects/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
