> For the complete documentation index, see [llms.txt](https://learn.moselle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.moselle.io/operations.md).

# Operations

- [Catalog](https://learn.moselle.io/operations/catalog.md): Manage your product catalog in Moselle. Add items, organize with custom attributes, import in bulk, and keep your inventory data accurate for demand planning and forecasting.
- [Adding Products](https://learn.moselle.io/operations/catalog/adding-products.md): Add products to your Moselle catalog — manually, via CSV import, or as components. This section covers all methods for populating and expanding your catalog.
- [Create an Item](https://learn.moselle.io/operations/catalog/adding-products/create-an-item.md): Add new products, components, and bundles to your Moselle catalog. Learn how to create items manually and choose the right SKU type.
- [Import Items via CSV](https://learn.moselle.io/operations/catalog/adding-products/import-your-items.md): Import products into Moselle via CSV. Learn how to bulk upload items, update existing products, and avoid common import errors.
- [View and Filter Your Catalog](https://learn.moselle.io/operations/catalog/access-your-catalog.md): View, filter, and export your product catalog in Moselle. Find items quickly using search and filters, identify catalog issues, and download your master item list.
- [Product Setup](https://learn.moselle.io/operations/catalog/product-setup.md): Configure product settings in Moselle — edit pricing, link store listings, manage bills of materials, add supplier pricing, phase out, and archive SKUs.
- [Bill of Materials](https://learn.moselle.io/operations/catalog/product-setup/bill-of-materials.md): Learn what Bills of Materials (BOMs) are in Moselle, how to set up bundles and kits, how they are configured during onboarding, and how to update them.
- [Components](https://learn.moselle.io/operations/catalog/product-setup/components.md): Learn how to set up and manage components in Moselle — the raw materials, packaging items, and sub-items that make up your finished goods.
- [Adding Custom Attributes](https://learn.moselle.io/operations/catalog/product-setup/custom-attributes.md): Add custom attributes in Moselle to organize your catalog and configure per-SKU planning constraints — MOQ, lead times, and safety stock — via CSV bulk import.
- [Catalog Review](https://learn.moselle.io/operations/catalog/product-setup/catalog-review.md): Identify and fix catalog data issues in Moselle — understand blocking vs non-blocking issues and how to resolve them to improve your forecast accuracy.
- [Inventory Health](https://learn.moselle.io/operations/catalog/inventory-health.md): Learn how Moselle's Product Catalog flags Healthy, Understocked, and Overstocked SKUs using your configured inventory targets — and how to act on each status.
- [SKU Grading](https://learn.moselle.io/operations/catalog/sku-grading.md): Learn how SKU grading works in Moselle. Understand A, B, and C grade tiers, how to filter your Production Plan by grade, and how Mo uses grades to adjust demand forecasts.
- [Inventory](https://learn.moselle.io/operations/inventory.md): Inventory management provides visibility into stock across all warehouse locations. Monitor real-time levels, create warehouses, and track inventory movement to optimize stock allocation.
- [Create a Warehouse](https://learn.moselle.io/operations/inventory/create-a-warehouse.md): Learn how to create a warehouse in Moselle and link it to an integration — complete guide covering the Inventory and Settings flows with step-by-step instructions.
- [Archive a Warehouse](https://learn.moselle.io/operations/inventory/archive-a-warehouse.md): Learn how to archive a warehouse in Moselle to remove it from active planning without permanently deleting your inventory data.
- [Managing Inventory](https://learn.moselle.io/operations/inventory/managing-inventory.md): Learn how to manage your inventory in Moselle, including manual uploads, understanding data persistence, and best practices for accuracy.
- [External Warehouses](https://learn.moselle.io/operations/inventory/external-warehouses.md): Understanding how External Warehouses (3PLs) work in Moselle and how to set them up.
- [Amazon FBA](https://learn.moselle.io/operations/inventory/amazon-fba.md): Understanding how Amazon FBA inventory is calculated and displayed in Moselle.
- [Suppliers](https://learn.moselle.io/operations/suppliers.md): Supplier management drives procurement efficiency. Maintain accurate supplier data, pricing, and relationships to make informed sourcing decisions and optimize your supply chain.
- [Add a Supplier](https://learn.moselle.io/operations/suppliers/add-a-supplier.md): Suppliers connect your procurement to production planning. Configure supplier details, lead times, and preferences to optimize replenishment decisions and streamline ordering.
- [Supplier Prices](https://learn.moselle.io/operations/suppliers/supplier-prices.md): Price lists enable cost-effective sourcing decisions. Track supplier-specific pricing to identify the best supplier for each product when planning production orders.
- [Supplier Orders](https://learn.moselle.io/operations/suppliers/orders.md): Order tracking provides visibility into your procurement pipeline. Monitor purchase orders from draft to delivery across all suppliers to ensure timely fulfillment.
- [Supplier Documents](https://learn.moselle.io/operations/suppliers/docuements.md): Centralized documentation keeps supplier information accessible. Store contracts, specifications, and correspondence to maintain organized supplier relationships.


---

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