# View and Filter Your Catalog

The Catalog page is your central hub for browsing all products and components in Moselle. Use filters to find specific items, identify data issues, and export your catalog for analysis.

## Open the Catalog

1. Click **Catalog** from the main dashboard
2. Select **Products** or **Components** tab

## Catalog Health Indicators

The top of the catalog page shows data quality issues that may affect forecasting:

| Issue                         | What It Means                                        |
| ----------------------------- | ---------------------------------------------------- |
| **Missing Unit Price**        | No selling price set                                 |
| **Missing Comparables**       | No similar products linked (important for new items) |
| **Missing Internal Listings** | No channel listings connected                        |

Click any indicator to filter the catalog to items with that issue.

## Filter Your Catalog

Use filters to narrow down your item list:

| Filter               | Description                      |
| -------------------- | -------------------------------- |
| **Status**           | Active or Archived items         |
| **Product Line**     | Filter by product line attribute |
| **Product Type**     | Filter by product type attribute |
| **Unit Price Range** | Items within a price range       |
| **Unit Cost Range**  | Items within a cost range        |
| **Search**           | Find items by name or SKU        |

### Using the Search Bar

The search bar matches against:

* Product name
* SKU/identifier
* Description

Type at least 2 characters to see results.

## Export Your Catalog

Download your catalog as a CSV file for analysis or backup.

### Export All Items

1. Go to **Catalog > Products** or **Components**
2. Click **Export** in the top right

### Customize Export Columns

1. Click **View** next to the Export button
2. Select which properties to include
3. Click **Export**

<figure><img src="/files/Dawl2b7DmJxStFSaZiCa" alt=""><figcaption><p>Export options in the catalog</p></figcaption></figure>

The export includes:

* Standard fields (SKU, name, price, cost)
* Custom attributes
* Product line and type
* Archive status

{% hint style="info" %}
**Tip:** Export your catalog before making bulk changes. This gives you a backup to reference or re-import if needed.
{% endhint %}

## Add Items Quickly

While reviewing your catalog, you can add new items without leaving the page:

1. Click **Add Product** or **Add Component**
2. Fill in the item details in the slide-out panel
3. Click **Save**

See [Create an Item](/operations/catalog/create-an-item.md) for detailed instructions.

## Bulk Edit Items

To make changes to multiple items at once:

1. Export your catalog using the steps above
2. Edit the CSV file with your changes
3. Import the updated file with **Overwrite** enabled

See [Import Your Items](/operations/catalog/import-your-items.md) for import instructions.


---

# 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://learn.moselle.io/operations/catalog/access-your-catalog.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.
