> For the complete documentation index, see [llms.txt](https://docs.claret.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claret.app/using-claret/getting-started/setting-up-modules/setting-up-inventory-workbench-partner.md).

# Setting Up Inventory Workbench - Partner

Inventory Workbench - Partner helps you manage partner/distributor inventory levels and shipment forecasts. You can track Days on Hand at partner locations and plan replenishment shipments.

## What's Already Set Up

Claret seeds some data for new tenants. Before starting, check what already exists:

* **Calendars** — Default calendars and calendar definitions have been created.
* **Hierarchy Structures** — Default Finished Goods Item Hierarchy and Customer Group Hierarchy structures exist.

## Prerequisites

* Review [Global Settings](/using-claret/getting-started/global-settings.md) to confirm calendars and hierarchies are configured
* If you've already set up Sales Collaboration, then Items, Customer Groups, and Item @ Customer Groups are already done

## Setup Steps

Inventory Workbench - Partner requires the following master data to be configured:

| Step | Data                                       | Description                                                                               | Instructions                                                   |
| ---- | ------------------------------------------ | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| 1    | Item Hierarchy & Items                     | The products you ship to partners                                                         | [Items](/master-data/items.md)                                 |
| 2    | Customer Group Hierarchy & Customer Groups | Your distribution partners                                                                | [Customer Groups](/master-data/customer-groups.md)             |
| 3    | Item @ Customer Groups                     | Which items are sold to which customers                                                   | [Item @ Customer Groups](/master-data/item-customer-groups.md) |
| 4    | Partner Locations                          | Where partners hold inventory                                                             | [Location Maintenance](/master-data/location-maintenance.md)   |
| 5    | Item @ Locations                           | Which items are stocked at each partner location                                          | [Item @ Locations](/master-data/item-locations.md)             |
| 6    | Supply and Demand Map                      | Connects Item @ Customer Groups to Item @ Locations ti indicate how supply fulfils demand | [Supply and Demand Map](/master-data/supply-and-demand-map.md) |
| 7    | Sale Types                                 | For depletion and shipment tracking                                                       | [Sale Types](/master-data/sale-types.md)                       |

{% hint style="warning" %}
The Supply and Demand Map is required for the workbench to function. Items only appear if they have mappings linking Item @ Customer Groups to Item @ Locations.
{% endhint %}

For detailed step-by-step instructions, see [Inventory Workbench - Partner Setup](/sell/inventory-workbench-partner/inventory-workbench-partner-setup.md).

## Loading Data

1. **Partner Depletion Data** — Import depletion forecasts/history at Settings > Transactional Data > [Sales](/transactional-data/sales.md)
2. **Partner Inventory** — Import current inventory levels at Settings > Transactional Data > [Inventory](/transactional-data/inventory.md)

## What's Next

* [Inventory Workbench - Partner](/sell/inventory-workbench-partner.md) — detailed usage documentation

## Verification

To verify Inventory Workbench - Partner is set up correctly:

1. Navigate to Sell > Inventory Workbench - Partner
2. Create a new View and select your Item Hierarchy Type and UOM
3. Select a partner location from the dropdown
4. You should see items appear in the grid

**If no items appear:**

* Verify Item @ Location links exist at the selected partner location
* Verify Item @ Customer Group links exist
* Verify the Supply and Demand Map connects Item @ Customer Groups to Item @ Locations

## Common Questions

### What's the difference between Internal and Partner workbenches?

Partner tracks inventory at distributor/partner locations (where you ship to). Internal tracks inventory at your own production/storage locations (where you produce and store).

### How is Days on Hand calculated?

DOH = Current Inventory ÷ Average Daily Depletion. The depletion data comes from the Sale Types configured in your view.


---

# 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.claret.app/using-claret/getting-started/setting-up-modules/setting-up-inventory-workbench-partner.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.
