# Inventory

### Getting Started

Track and manage inventory across all warehouse locations. Monitor stock levels, create warehouses, and maintain accurate visibility of your inventory in real-time.

### Inventory Documentation

| Section                                                             | Description                                                                           |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Create a Warehouse](/operations/inventory/create-a-warehouse.md)   | Set up inventory locations and understand warehouse types (synced vs Moselle managed) |
| [Archive a Warehouse](/operations/inventory/archive-a-warehouse.md) | Remove a warehouse from active planning while preserving its historical data          |
| [Managing Inventory](/operations/inventory/managing-inventory.md)   | Best practices for manual uploads, carry-forward logic, and preventing data drift     |
| [External Warehouses](/operations/inventory/external-warehouses.md) | How 3PL integrations work (Fulfil, Cin7, SkuVault, etc.) and setup instructions       |
| [Amazon FBA](/operations/inventory/amazon-fba.md)                   | Understanding FBA availability calculations and inventory states                      |

### Quick Overview

**Warehouse Management** Create and manage warehouse locations to track stock by facility. Choose between synced warehouses (automatic updates via integrations) and Moselle managed warehouses (manual inventory snapshots).

**Inventory Updates** Keep your data accurate by understanding [how to manage manual uploads](/operations/inventory/managing-inventory.md) and how Moselle [carries forward](/operations/inventory/managing-inventory.md#carry-forward-logic) data between updates.

**Warehouse Details** Each warehouse includes:

* Stock levels with search and download capabilities
* Contact and location details
* Inventory constraints for optimization
* Transaction history (Moselle managed warehouses)

Start by [creating your first warehouse](/operations/inventory/create-a-warehouse.md) to begin tracking inventory.


---

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