> 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-sales-collaboration.md).

# Setting Up Sales Collaboration

Sales Collaboration allows people across your organization to participate in creating a sales plan at any level in the Item and Customer Group hierarchies. Through reconciliation, quantities entered at higher levels flow down to the lowest-level Item @ Customer Group in the Sales data.

## 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. Review at Master Data > Calendars.
* **Hierarchy Structures** — Default Finished Goods Item Hierarchy and Customer Group Hierarchy structures exist. Review at Master Data > Item Hierarchy and Master Data > Customer Group Hierarchy.

## Prerequisites

* Review [Global Settings](/using-claret/getting-started/global-settings.md) to confirm calendars align with your fiscal year definitions

## Setup Steps

Sales Collaboration requires the following master data to be configured:

| Step | Data                     | Description                                          | Instructions                                                         |
| ---- | ------------------------ | ---------------------------------------------------- | -------------------------------------------------------------------- |
| 1    | Item Hierarchy           | Define how your finished goods are organized         | [Item Hierarchy](/master-data/item-hierarchy.md)                     |
| 2    | Items                    | The finished goods products you sell                 | [Items](/master-data/items.md)                                       |
| 3    | Customer Group Hierarchy | Define how your customers are organized              | [Customer Group Hierarchy](/master-data/customer-group-hierarchy.md) |
| 4    | Customer Groups          | Who you sell to                                      | [Customer Groups](/master-data/customer-groups.md)                   |
| 5    | Item @ Customer Groups   | Which items are sold to which customers              | [Item @ Customer Groups](/master-data/item-customer-groups.md)       |
| 6    | Sale Types               | Categories of sales data (Budget, Forecast, History) | [Sale Types](/master-data/sale-types.md)                             |

{% hint style="success" %}
**Quick Win:** After completing steps 1-5, you can begin entering sales plans. Step 6 (Sale Types) determines what you're planning against, but you can start with the default types.
{% endhint %}

For detailed setup instructions, see the [Sales Collaboration](/sell/sales-collaboration.md) documentation.

## Loading Data (Optional)

If you have historical and/or existing forecast sales data to import:

1. Go to Settings > Transactional Data > [Sales](/transactional-data/sales.md)
2. Import sales data against your Item @ Customer Groups and Sale Types

Historical data isn't required to start planning but provides useful context.

## What's Next

* [Using Sales Collaboration](/sell/sales-collaboration/using-sales-collaboration.md) — day-to-day usage
* [Collaborating on Sales Data](/sell/sales-collaboration/collaborating-on-sales-data.md) — how reconciliation works

## Verification

To verify Sales Collaboration is set up correctly:

1. Navigate to Sell > Sales Collaboration
2. Configure a view by selecting a Sale Type and Calendar
3. Select your item or customer group level in the top picker
4. Your alternative hierarchy data should appear in a grid
5. You should be able to see, enter and save sales plan data

**If the page is empty:**

* Verify Items have been added to the Finished Goods hierarchy
* Verify Customer Groups have been added
* Verify Item @ Customer Group links exist for those items and customers

## Common Questions

### What sale types do I need?

At minimum, one sale type for the data you want to plan (e.g., "Budget" or "Forecast"). Many organizations also set up a "History" sale type for actual sales data.

### Can I plan at different hierarchy levels?

Yes. Data entered at a higher level reconciles down to the lowest Item @ Customer Group level automatically.


---

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