# Catalog

The Catalog is your central hub for managing all products, components, and bundles in Moselle. A well-organized catalog improves forecast accuracy and streamlines production planning.

## Getting Started

New to Moselle? Start here:

1. [Import your existing items](/operations/catalog/import-your-items.md) via CSV
2. [Set up custom attributes](/operations/catalog/custom-attributes.md) for organization
3. [Link external listings](/operations/catalog/edit-item-details.md#link-a-store-listing) from your sales channels
4. [Add bill of materials](/operations/catalog/edit-item-details.md#adding-your-bill-of-materials) for finished goods

## What You Can Do

| Task                                                                       | Description                                                                 |
| -------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [View and filter your catalog](/operations/catalog/access-your-catalog.md) | Browse products, filter by attributes, and export your item list            |
| [Triage catalog issues](/operations/catalog/triage-catalog-issues.md)      | Identify and fix missing data that affects forecasting                      |
| [Add items manually](/operations/catalog/create-an-item.md)                | Create individual products, components, or bundles                          |
| [Import items in bulk](/operations/catalog/import-your-items.md)           | Upload multiple items via CSV with custom attributes                        |
| [Edit item details](/operations/catalog/edit-item-details.md)              | Update pricing, attributes, bill of materials, and supplier links           |
| [Manage custom attributes](/operations/catalog/custom-attributes.md)       | Create and organize attributes for filtering and reporting                  |
| [SKU Grading](/operations/catalog/sku-grading.md)                          | Understand A/B/C performance tiers and filter your Production Plan by grade |

## Key Concepts

### Item Types

Moselle supports three item types:

* **Core SKU** - A standalone product with its own inventory and demand tracking
* **Component** - A raw material or part used to make finished goods
* **Bundle** - A group of SKUs sold together as a single unit

{% hint style="info" %}
**Handling Variants:** For products with size/color variations, create one Core SKU and link all variant listings to it. This rolls up demand for better forecasting. See [Create an Item](/operations/catalog/create-an-item.md#handling-product-variants) for details.
{% endhint %}

### Custom Attributes

Attributes are custom fields you define to organize your catalog. Common examples include:

* Product line (e.g., "Summer Collection")
* Product type (e.g., "T-Shirt")
* Material, color, size
* MOQ (minimum order quantity)
* Lead time

{% hint style="info" %}
**Attributes are shared across your entire catalog.** When you create an attribute on one product, it becomes available for all products in your account.
{% endhint %}

### Catalog Health

The catalog page shows data issues that affect forecasting. Issues are categorized as:

**Blocking Issues** (prevent forecasts from being generated):

* **Missing Unit Price** - Required for top-down revenue-to-unit conversion
* **Missing Sales Listing** - Required for bottom-up ML model training
* **Missing Comparables** - Required for new SKUs without sales history

**Non-Blocking Issues** (reduce accuracy or limit features):

* **Missing Unit Cost** - Affects margin and cost calculations
* **Missing Product Line/Type** - Limits filtering and reporting
* **Missing Supplier** - Prevents purchase order generation

See [Triage Catalog Issues](/operations/catalog/triage-catalog-issues.md) for details on each issue and how to resolve them.


---

# 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.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.
