> For the complete documentation index, see [llms.txt](https://docs.zero.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero.inc/getting-started/key-concepts/deal-objects.md).

# Deal objects

**Core CRM Objects**

1. **Company** – A business or an organization you interact with. Companies are typically associated with multiple contacts and deals, enabling you to track all interactions and activities at the account level.
2. **Contact** – An individual person associated with a company.
3. **Deal** – A potential revenue opportunity in your sales pipeline. Deals track the sales process from initial engagement to closing, including details like deal stage, value, expected close date, and assigned owner.

Some CRMs allow you to create sales pipelines without actually creating the deal object.

We recommend using the **deal object** because:

1. **Reporting accuracy** - Real deal objects create a clean historical record of your sales process, making it easier to analyze conversion rates, sales cycles, and revenue patterns as your startup scales. Virtual pipelines often lead to data inconsistencies and gaps.
2. **Scaling of revenue operations** - As your team expands, having structured deal objects makes it easier to implement processes, facilitate handoffs between teams, and track commissions. Retrofitting deal objects later requires painful data migration.
3. **Better (investor and board) reporting** - Deal objects provide concrete metrics for fundraising conversations, board meetings, and financial projections. They offer verifiable pipeline data that builds confidence with stakeholders, unlike informal tracking methods.
4. **Agents & AI** – CRMs can automate follow-ups, suggest next steps, and provide AI-driven insights only when using structured deal objects.
5. **Integration and migration readiness** - Deal objects seamlessly integrate with other tools, such as accounting software, billing systems, and revenue operations platforms. This future-proofs your tech stack and prevents the need to restructure data as you add more tools.


---

# 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.zero.inc/getting-started/key-concepts/deal-objects.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.
