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

# Dashboard

> Get a real-time overview of your CRM activity — pipeline health, saved analytics, recent activity, upcoming tasks, and quick actions — all in one place.

<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",
  backdropFilter: "blur(6px)"
}}
  >
    DASHBOARD
  </div>

  <p style={{ margin: 0, fontSize: "16px", lineHeight: "1.9", maxWidth: "760px", color: "#FFFFFF" }}>
    Get a real-time overview of your CRM activity — pipeline health, saved analytics, recent activity, upcoming tasks, and quick actions — all in one place.
  </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>

## Dashboard Overview

<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)"
}}
>
  The CRM Dashboard is your home base in ParsaLink. It surfaces the most important information across your CRM at a glance — without requiring you to navigate through individual sections.

  Access the dashboard by clicking **Dashboard** in the left sidebar or navigating to the root of your CRM.
</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)"
}}
>
  Metrics
</div>

## Summary Cards

<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: "22px",
padding: "18px",
marginBottom: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  At the top of the dashboard, summary cards display key counts and trends for your workspace:

  | Card                   | What It Shows                                                       |
  | ---------------------- | ------------------------------------------------------------------- |
  | **Open Leads**         | Total leads not yet converted or closed, with week-over-week change |
  | **Active Contacts**    | Total contacts in active stages                                     |
  | **Open Opportunities** | Count and total pipeline value of open deals                        |
  | **Open Cases**         | Total unresolved support cases                                      |
  | **Tasks Due Today**    | Tasks assigned to you with a due date of today                      |

  Each card shows the current value alongside a trend indicator (up or down) compared to the previous period, so you can immediately see whether key metrics are growing or declining.
</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 Summary

<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)"
}}
>
  Below the summary cards, the **Pipeline Summary** shows a snapshot of your opportunity pipeline by stage:

  * Stage name and deal count
  * Total value for each stage
  * Weighted pipeline value (value × probability) per stage

  This gives you a fast read on where revenue is concentrated in your funnel and where deals may be stalling.
</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>

## Saved Analytics Widgets

<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)"
}}
>
  Widgets you've pinned from **AI Analytics** appear in a customizable grid on your dashboard. Each widget is a live chart or metric that automatically re-runs its underlying query against current data when the dashboard loads.

  To add a widget:

  1. Run an analytics query in **AI → Analytics**.
  2. Click **Save to Dashboard** below the result.
  3. Give the widget a name and click **Save**.
  4. The widget appears on your dashboard immediately.

  To remove a widget, enter **Edit Mode** by clicking **Edit Dashboard** in the top-right corner, then click the **×** icon on the widget you want to remove.

  To rearrange widgets, drag them into the desired order while in Edit Mode.

  <Tip>
    Pin your most important KPIs — like "Pipeline by Stage" or "Leads Created This Month by Source" — so they're visible every time you open the CRM.
  </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)"
}}
>
  Activity
</div>

## Recent Activities Feed

<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)"
}}
>
  The **Recent Activities** section shows a live feed of the latest actions taken across your CRM, including:

  * New leads and contacts created
  * Stage changes on contacts, leads, and opportunities
  * Emails sent and received
  * Calls logged
  * Notes added
  * Tasks completed

  By default, the feed shows activity across your entire workspace. Use the **My Activity** toggle to filter to only your own 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)"
}}
>
  Tasks
</div>

## Upcoming Tasks

<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)"
}}
>
  The **Upcoming Tasks** section lists tasks assigned to you that are due soon:

  * **Overdue** tasks appear at the top, highlighted in red.
  * Tasks due **today** are listed next.
  * Tasks due in the next **7 days** follow.

  Click any task to open its linked record directly. Click the checkmark to complete a task without leaving the dashboard.
</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)"
}}
>
  Actions
</div>

## Quick Actions

<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: "24px",
boxShadow: "0 14px 34px rgba(20, 61, 78, 0.04)"
}}
>
  | Action                 | What It Does                          |
  | ---------------------- | ------------------------------------- |
  | **Add Contact**        | Opens the new contact form            |
  | **Create Opportunity** | Opens the new opportunity form        |
  | **Log a Call**         | Creates a call activity on any record |
  | **New Task**           | Creates a task linked to any record   |
</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)"
}}
>
  System Behavior
</div>

## Dashboard Refresh and Caching

<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)"
}}
>
  The dashboard loads a fresh snapshot of your data each time you open it. Summary cards, the pipeline summary, and the activity feed reflect data as of the current moment.

  Saved analytics widgets are refreshed when the dashboard loads and are cached for up to **5 minutes**. If you make a significant change (like adding a batch of leads) and want the widget to reflect it immediately, click **Refresh** on the individual widget or reload the dashboard page.

  <Note>
    Dashboard data is scoped to your workspace. Team members see the same summary cards and pipeline data but each person's Upcoming Tasks section shows only their own assigned tasks.
  </Note>
</div>
