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

# Sell

- [Forecast Workbench](https://docs.claret.app/sell/forecast-workbench.md): Discover how to optimize demand forecasting using Claret's Forecast Workbench, utilizing statistical models, historical data, and custom configurations."
- [Quick Start: Forecast Workbench](https://docs.claret.app/sell/forecast-workbench/quick-start.md): Quick start guide for Forecast Workbench — how to select an item and customer group, configure a forecast, run the model, interpret results, and make overrides.
- [Forecasting Models](https://docs.claret.app/sell/forecast-workbench/forecasting-models.md): Explore the different forecasting models available to use in the Claret App to help you best leverage your past data and make informed predictions about the future.
- [Long Term Planning](https://docs.claret.app/sell/long-term-planning.md): Efficiently build a demand plan spanning years with Claret's Long Term Planning tool.  Customize your layout, manage your plans at any hierarchy level, and reconcile data seamlessly.
- [Quick Start: Long Term Planning](https://docs.claret.app/sell/long-term-planning/quick-start.md): Quick start guide for Long Term Planning — how to set up your first view, enter annual plans, use growth percentages, and understand reconciliation.
- [Sales Collaboration](https://docs.claret.app/sell/sales-collaboration.md): Empower your organization with Claret's Sales Collaboration tool.  Participate in creating a sales plan at any level, reconcile quantities, and build a comprehensive supply chain plan.
- [Quick Start: Sales Collaboration](https://docs.claret.app/sell/sales-collaboration/quick-start.md): Quick start guide for Sales Collaboration — how to access the module, select a view, enter and update a sales plan, understand reconciliation, and export data.
- [Using Sales Collaboration](https://docs.claret.app/sell/sales-collaboration/using-sales-collaboration.md): Sales Collaboration can be set up to view your data in many different ways. Learn how to use Views to unlock the full power of Sales Collaboration.
- [Collaborating on Sales Data](https://docs.claret.app/sell/sales-collaboration/collaborating-on-sales-data.md): Discover how to collaborate on sales data with Claret. Understand the reconciliation process, learn how to spread forecast data, and make impactful updates to your sales plan.
- [Inventory Workbench - Partner](https://docs.claret.app/sell/inventory-workbench-partner.md): Manage shipment forecasts to distributors by tracking distributor inventory levels, depletion forecasts, and days on hand targets.
- [Quick Start: Inventory Workbench - Partner](https://docs.claret.app/sell/inventory-workbench-partner/quick-start.md): Quick start guide for Inventory Workbench - Partner — how to create a view, select a partner location, read the DOH grid, edit shipment quantities, and spread forecasts.
- [Inventory Workbench - Partner Setup](https://docs.claret.app/sell/inventory-workbench-partner/inventory-workbench-partner-setup.md): Set up your Inventory Workbench - Partner in Claret with our detailed guide. Understand the master data requirements and configure your items, partners, and supply/demand mappings.


---

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