> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/operations/deals.md).

# Deals

A **deal** represents a sales opportunity or active job in your pipeline. Deals help you track work from first contact through completion. Link estimates, move deals through customizable stages, and track job costs on production deals.

{% hint style="danger" %}
**Important:** this feature requires the paid **Operations add-on.**
{% endhint %}

## In This Section

* [Introduction to Deals](/support/operations/deals/introduction-to-deals.md) — Understand what deals are and how they fit into your workflow
* [Create a Deal](/support/operations/deals/how-to-create-a-deal.md) — Start a new deal manually or from a lead form submission
* [Deal Stages](/support/operations/deals/deal-stages.md) — Customize the stages in your sales pipeline
* [Job Costing](/support/operations/deals/job-costing.md) — Track labor, materials, and other costs on production deals
* [Link Estimates to Deals](/support/operations/deals/linking-estimates-to-deals.md) — Connect estimates to their associated deals
* [Unlink an Estimate](/support/operations/deals/how-to-unlink-an-estimate-from-a-deal.md) — Remove the connection between an estimate and a deal


---

# 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://help.paintscout.com/support/operations/deals.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.
