> For the complete documentation index, see [llms.txt](https://docs.autopilotbrand.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autopilotbrand.com/portal-pages/product-page/core-information.md).

# Core Information

The Core Information tab displays the current state of your product's listing content. It compares Autopilot's optimized reference content against what is currently live on Amazon, so you can see at a glance whether your listing is up to date.

<figure><img src="/files/XI3XkBAUyFp8NmFzBLPz" alt="Product Page with Core Information tab"><figcaption></figcaption></figure>

A link to the product's [Optimization History](/portal-pages/optimization-history/asin-optimization-history.md) is available in the top-right corner for quick access.

## Listing Fields

Each listing element is shown as a section:

* **Title** – The product title
* **Bullet points** – The product's bullet point features
* **Description** – The product description
* **Search terms** – Backend search terms (not visible to shoppers on Amazon)

For each field, the following information is displayed:

### Status Badge

A badge indicating the current state of the field:

| Status             | Meaning                                                                                                                                                                                                                    |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Live**           | The Autopilot-optimized content is live on Amazon.                                                                                                                                                                         |
| **Submitted**      | An optimization has been submitted and is awaiting confirmation from Amazon.                                                                                                                                               |
| **Blocked Update** | A submission has been pending for more than 7 days. This may indicate Amazon has not accepted the change. Common reasons: a listing issue (e.g. missing attribute data) may be blocking the update, or it is out of stock. |
| **Overwritten**    | The live listing content has been changed externally (e.g., by another tool or directly in Seller Central) since the last Autopilot optimization.                                                                          |

### Content Theme

A label indicating the content theme applied to this field (e.g., "Evergreen Theme"). Content themes allow Autopilot to tailor listing content for seasonal or thematic relevance.

### Updated Timestamp

The date and time of the most recent Autopilot optimization for this field.

### Side-by-Side Comparison

When the live listing content differs from Autopilot's reference content, a side-by-side comparison is displayed:

* **Autopilot Reference** (left) – The optimized content that Autopilot submitted
* **Current Live** (right) – The content currently live on Amazon

This makes it easy to spot when a listing has drifted from its optimized state. If a field has been removed on Amazon (e.g., bullet points deleted), the Current Live column will indicate this.

{% hint style="warning" %}
An **Overwritten** status means someone or something outside of Autopilot has changed the listing content. Review the comparison to decide whether the external change should be kept or whether Autopilot should re-optimize the field.
{% endhint %}

## Other Attributes

Below the listing fields, additional product attributes from the Amazon catalog are displayed, which are optimized by Autopilot.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/core-information.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.
