# Product Page

The Product Page is the central hub for a single ASIN. It brings together key information about the product: its current listing content, keyword data, and change events.

<figure><img src="/files/XI3XkBAUyFp8NmFzBLPz" alt="Product Page"><figcaption></figcaption></figure>

## Product Header

The header section displays key identifying information for the product:

* **Product Image** – The current listing image from Amazon
* **Product Title** – The full product title
* **ASIN Badge** – The ASIN identifier, with a Parent or Child label shown alongside
* **Marketplace Link** – A direct link to view the live listing on Amazon
* **Brand** – The brand name
* **Product Type** – The Amazon product type classification
* **Value Rating** – A rating based on revenue tier, indicating the relative importance of this ASIN to the overall seller portfolio
* **Variations** – For Parent ASINs, the number of child variations and the variation type (e.g., "2 variations (Size / Color)")

## Child ASINs (Parent Products Only)

For Parent ASINs, a collapsible **Enrolled Child ASINs** panel is available below the header. Click the variations badge (e.g., "2 variations (Size)") to expand the panel, which lists all enrolled child ASINs with their product image, title, ASIN badge, and marketplace link. Click any child ASIN to navigate to its Product Page.

## Active Issues

If the product has any active listing issues detected by Amazon, an issues summary appears below the header. It shows the number of open issues, when the latest issue was detected, and whether any carry enforcement actions (such as listing suppression).

Click to expand and see the individual issues, or navigate to the full [Listing Issues](/portal-pages/listing-issues.md) page.

## Tabs

The Product Page is organized into tabs, each covering a different aspect of the product:

| Tab                                                                    | Description                                                                                                             |
| ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [**Core Information**](/portal-pages/product-page/core-information.md) | The current listing content compared to Autopilot's reference content, with field-level status tracking.                |
| [**Keyword Bank**](/portal-pages/product-page/keyword-bank.md)         | A comprehensive table of all tracked keywords with ranking, search volume, and performance data.                        |
| [**Event Timeline**](/portal-pages/product-page/event-timeline.md)     | A unified timeline of all changes to the listing, including external changes, image updates, and Autopilot submissions. |

{% hint style="info" %}
The Keyword Bank tab is not available for Parent ASINs, as keyword data applies to individual child listings.
{% endhint %}


---

# 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/product-page.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.
