> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsalink.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Opportunities

> Track deals in your sales pipeline — from prospecting to closed won — with full history, linked contacts, and pipeline analytics.

<div
  style={{
background: "linear-gradient(135deg, #143D4E 0%, #1C758A 55%, #30C8CA 100%)",
borderRadius: "24px",
padding: "28px",
marginBottom: "28px",
color: "#FFFFFF",
boxShadow: "0 20px 50px rgba(20, 61, 78, 0.22)",
position: "relative",
overflow: "hidden",
border: "1px solid rgba(255,255,255,0.08)"
}}
>
  <div
    style={{
position: "absolute",
top: "-36px",
right: "-36px",
width: "170px",
height: "170px",
background: "rgba(255,255,255,0.08)",
borderRadius: "999px"
}}
  />

  <div
    style={{
position: "absolute",
bottom: "-48px",
left: "-24px",
width: "130px",
height: "130px",
background: "rgba(255,255,255,0.06)",
borderRadius: "999px"
}}
  />

  <div
    style={{
  display: "inline-flex",
  alignItems: "center",
  background: "rgba(255,255,255,0.14)",
  color: "#FFFFFF",
  padding: "7px 14px",
  borderRadius: "999px",
  fontSize: "12px",
  fontWeight: "700",
  marginBottom: "12px",
  letterSpacing: "0.08em",
  textTransform: "uppercase"
}}
  >
    OPPORTUNITIES
  </div>

  <p style={{ margin: 0, fontSize: "16px", lineHeight: "1.9", maxWidth: "760px", color: "#FFFFFF" }}>
    Track deals in your sales pipeline — from prospecting to closed won — with full history, linked contacts, and pipeline analytics.
  </p>
</div>

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Overview
</div>

## What Are Opportunities?

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Opportunities represent potential revenue — deals you're working to close. Each opportunity has a monetary value, an expected close date, and a pipeline stage. Together, your open opportunities make up your sales pipeline.

  Opportunities are linked to an **Account** and can be associated with one or more **Contacts** at that account. When you send a **Proposal**, it's typically tied to an opportunity.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Pipeline
</div>

## Pipeline Stages

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "20px",
padding: "18px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  Opportunities move through a defined set of stages as they progress toward a decision:

  | Stage              | Meaning                                          |
  | ------------------ | ------------------------------------------------ |
  | **Prospecting**    | Initial identification, no conversation yet      |
  | **Qualification**  | Confirming budget, authority, need, and timeline |
  | **Needs Analysis** | Deep discovery — understanding the problem       |
  | **Proposal**       | A proposal or quote has been sent                |
  | **Negotiation**    | Discussing terms and pricing                     |
  | **Closed Won**     | Deal signed and won                              |
  | **Closed Lost**    | Deal did not close                               |

  <Tip>
    Use automations to automatically advance stages based on activity. For example, when a proposal is marked as accepted, automatically move the linked opportunity to Closed Won.
  </Tip>
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Data Entry
</div>

## Creating Opportunities

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Click **New Opportunity** from the Opportunities list or from within an Account or Contact record.

  | Field            | Description                                                              |
  | ---------------- | ------------------------------------------------------------------------ |
  | Opportunity Name | A descriptive name for the deal (e.g., "Acme Corp — Enterprise License") |
  | Account          | The company this deal is with                                            |
  | Value            | Expected deal value in your workspace currency                           |
  | Stage            | Current pipeline stage                                                   |
  | Close Date       | Expected close date                                                      |
  | Probability      | % likelihood of closing (can be set manually or by stage)                |
  | Assigned To      | The owning sales rep                                                     |
  | Contacts         | People at the account involved in this deal                              |
  | Source           | How this opportunity originated                                          |
  | Description      | Deal notes and context                                                   |
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Relationships
</div>

## Linking Contacts to Opportunities

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Multiple contacts can be linked to a single opportunity. For example, a deal might involve a champion, a technical evaluator, and a budget approver — all as separate contacts under the same account.

  From the opportunity detail page, click **Add Contact** in the Contacts section and search for contacts already linked to the account.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Views
</div>

## Pipeline View

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  Switch between **List View** and **Kanban View** from the top of the Opportunities page.

  **Kanban View** shows a board with one column per pipeline stage. Each card displays the opportunity name, value, close date, and assigned user. Drag cards between columns to update the stage.

  **List View** is a table-based view that's better for sorting, filtering, and bulk actions.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Record View
</div>

## Opportunity Detail Page

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  * **Header** — Name, account link, value, stage, close date, probability.
  * **Contacts** — People linked to this deal.
  * **Proposals** — Proposals sent as part of this opportunity, with statuses.
  * **Activity Timeline** — All emails, calls, notes, and stage changes in chronological order.
  * **Tasks** — To-dos linked to this deal.
  * **Notes** — Internal notes for the team.
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Outcome Tracking
</div>

## Closing a Deal

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E7EAEC",
borderRadius: "18px",
padding: "20px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.05)"
}}
>
  When a deal is won or lost:

  1. Open the opportunity and change the stage to **Closed Won** or **Closed Lost**.
  2. For **Closed Lost**, you'll be prompted to enter a **Loss Reason** (e.g., price, competition, no budget, timing).
  3. The opportunity is moved out of your active pipeline but remains in the system for historical reporting.

  <Note>
    Closed opportunities are included in AI analytics. You can ask Parsa AI "What were our most common loss reasons last quarter?" to identify patterns.
  </Note>
</div>

***

<div
  style={{ 
display: "inline-block",
color: "#1C758A",
fontSize: "12px",
fontWeight: "700",
marginBottom: "8px",
letterSpacing: "0.08em",
textTransform: "uppercase",
background: "rgba(28,117,138,0.08)",
padding: "6px 12px",
borderRadius: "999px",
border: "1px solid rgba(28,117,138,0.12)"
}}
>
  Analytics
</div>

## Pipeline Analytics

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white dark:shadow-none"
  style={{
border: "1px solid #E3E8EA",
borderRadius: "18px",
padding: "20px",
marginBottom: "20px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  Use the **AI chat** or **Reports** section to analyze your pipeline:

  * Total pipeline value by stage
  * Win rate by rep or source
  * Average deal size and sales cycle length
  * Deals closing this month or quarter
</div>
