# Dashboard

The Dashboard is your organization-wide overview of Autopilot activity. It gives you an at-a-glance summary of enrollment, recent optimizations, and any listing issues that need attention.

{% hint style="info" %}
The Dashboard is the first page you see when you log in to the Autopilot portal.
{% endhint %}

<figure><img src="/files/GOr1zwn1H82157DYR2vc" alt="Dashboard overview"><figcaption></figcaption></figure>

## Summary Cards

At the top of the Dashboard, you will find summary cards that highlight key metrics across your organization:

| Card                     | Description                                                                                |
| ------------------------ | ------------------------------------------------------------------------------------------ |
| **Enrolled ASINs**       | The total number of ASINs currently enrolled in Autopilot optimization.                    |
| **Optimizations (L30D)** | The number of listing optimizations Autopilot has submitted to Amazon in the last 30 days. |
| **New Issues (L30D)**    | The number of new listing issues detected by Amazon in the last 30 days.                   |

## Brand Activity Overview

The Brand Activity Overview table provides a detailed breakdown of enrollment and optimization metrics across each brand in your organization. A **Total** row at the top summarizes all brands, with individual brand rows below.

The table includes the following columns:

**ASIN Enrollment**

* **Enrolled** – Total ASINs currently active in Autopilot
* **Discon.** – ASINs that have been disconnected from Amazon since enrollment (e.g. inactive)
* **New** – ASINs recently enrolled and not yet optimized
* **Ongoing** – ASINs with active, ongoing optimization

**Optimizations**

* **L30D** – Number of optimizations submitted in the last 30 days
* **L90D** – Number of optimizations submitted in the last 90 days

**Coverage Percentages**

Coverage shows what percentage of enrolled ASINs have received at least one optimization for each listing element:

* **Title** – Percentage of ASINs with an optimized title
* **Bullets** – Percentage of ASINs with optimized bullet points
* **Description** – Percentage of ASINs with an optimized description
* **Search Terms** – Percentage of ASINs with optimized backend search terms

Coverage is shown for both **L90D** (last 90 days) and **All Time**, so you can track how optimization is progressing across your catalog.

## Latest Optimizations

This section shows the most recent Autopilot optimizations across your organization. Each entry displays the product image, title, ASIN badge, marketplace, variations count, the date of the last optimization, and which attributes were modified.

Click **View All** to navigate to the full [Optimization History](/portal-pages/optimization-history.md) page.

## Latest Listing Issues

This section shows the most recent listing issues detected by Amazon. Each entry includes the product image, title, ASIN badge, marketplace, parent ASIN (for child listings), brand, the date the issue was detected, and the enforcement status.

Click **View All** to navigate to the full [Listing Issues](/portal-pages/listing-issues.md) page.


---

# 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://docs.autopilotbrand.com/portal-pages/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.
