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

# Sales Collaboration

Sales Collaboration is a planning tool that allows people across the organization to participate in creating a sales plan at any level in the Item hierarchy and/or Customer Group hierarchy. Through reconciliation, the quantities end up at the lowest level [Item @ Customer Group](/master-data/item-customer-groups.md) in the [Sales](/transactional-data/sales.md) data. This allows the sales team or marketing team to enter a forecast at a higher level while allowing the supply team to get the details they need to build out the rest of the supply chain plan.

This video provides you with an overview of how the Sales Collaboration module works.

{% embed url="<https://youtu.be/pfPHMoqjf1I?feature=shared>" %}

Before you can get started with Sales Collaboration, you will need to set up your items and customers, along with sales types, for example 'Budget' or 'Forecast' that you wish to track.

To do this you can step through:

1. [Items](/master-data/items.md)
2. [Customer Groups](/master-data/customer-groups.md)
3. [Items @ Customer Groups](/master-data/item-customer-groups.md)
4. [Sale Types](/master-data/sale-types.md)
5. [Calendars](/master-data/calendars.md) (some default calendars have already been set up for you but you will need to review the dates to ensure these are in line with your financial/fiscal year definitions).

Once you have set up your data, you are ready to start [Using Sales Collaboration](/sell/sales-collaboration/using-sales-collaboration.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.claret.app/sell/sales-collaboration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
