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

# Welcome to ParsaLink

> ParsaLink is an AI-powered CRM platform built for modern sales teams, agencies, and growing businesses.

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

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

  <div
    style={{
position: "absolute",
top: "50%",
right: "5%",
width: "280px",
height: "280px",
background: "rgba(255,255,255,0.04)",
borderRadius: "999px",
transform: "translateY(-50%)"
}}
  />

  <div
    style={{
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(255,255,255,0.12)",
padding: "8px 18px",
borderRadius: "999px",
fontSize: "13px",
fontWeight: "600",
marginBottom: "24px",
letterSpacing: "0.1em",
textTransform: "uppercase"
}}
  >
    <span>✦</span>
    <span>WELCOME</span>
  </div>

  <h1
    style={{ 
margin: 0, 
fontSize: "48px", 
fontWeight: "700",
marginBottom: "20px",
color: "#FFFFFF",
letterSpacing: "-0.02em",
lineHeight: "1.15"
}}
  >
    ParsaLink
  </h1>

  <p
    style={{ 
margin: 0, 
fontSize: "18px", 
lineHeight: "1.6",
maxWidth: "560px",
color: "rgba(255,255,255,0.88)",
fontWeight: "400"
}}
  >
    AI-powered CRM platform built for modern sales teams, agencies, and growing businesses.
  </p>
</div>

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Overview</span>
</div>

## What is ParsaLink?

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "28px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <div style={{ display: "flex", alignItems: "flex-start", gap: "14px", marginBottom: "20px" }}>
    <span style={{ color: "#30C8CA", fontSize: "22px" }}>✦</span>
    <span style={{ lineHeight: "1.6" }}>ParsaLink is a full-featured CRM platform that combines contact management, deal pipelines, automations, and calendar scheduling with an AI-powered assistant that understands your business data. Instead of switching between tools or writing complex reports, you can simply ask Parsa AI what you need — and it will query your CRM, generate emails, surface insights, and take action on your behalf.</span>
  </div>

  <div style={{ display: "flex", alignItems: "flex-start", gap: "14px" }}>
    <span style={{ color: "#30C8CA", fontSize: "22px" }}>✦</span>
    <span style={{ lineHeight: "1.6" }}>Whether you're a solo consultant tracking 50 clients or a sales team managing thousands of opportunities, ParsaLink gives you a single workspace where everything connects.</span>
  </div>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Features</span>
</div>

## Key Features

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <CardGroup cols={2}>
    <Card title="CRM" icon="users">
      Manage contacts, leads, accounts, opportunities, cases, and proposals in one unified pipeline. Track every interaction and move deals forward faster.
    </Card>

    <Card title="Parsa AI Assistant" icon="robot">
      Ask natural language questions about your pipeline, generate personalized emails, extract meeting notes, and run analytics — all from a chat interface.
    </Card>

    <Card title="Automations" icon="bolt">
      Build trigger-based workflows that run without you. Send follow-up emails, assign leads, update stages, post webhooks, and more — automatically.
    </Card>

    <Card title="Calendar" icon="calendar">
      Schedule meetings, set availability windows, and share booking links with prospects. Syncs with Google Calendar and Microsoft Outlook.
    </Card>

    <Card title="Email" icon="envelope">
      Send templated emails directly from the CRM with open tracking, bounce handling, and full delivery history. Use SMTP or Amazon SES.
    </Card>

    <Card title="Integrations" icon="plug">
      Connect Google Workspace, Microsoft 365, and Twilio. Log calls, sync calendars, manage documents, and send SMS from one place.
    </Card>
  </CardGroup>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#FF6F61", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Use Cases</span>
</div>

## Who Is ParsaLink For?

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <CardGroup cols={2}>
    <Card title="Sales Teams" icon="users">
      Track your entire pipeline from lead to closed deal. Automate follow-ups, assign round-robin leads, and get AI-generated pipeline insights without pulling a report.
    </Card>

    <Card title="Agencies" icon="briefcase">
      Manage clients as accounts, track proposals, link contacts to multiple organizations, and use the client viewer role to give customers read-only access to their data.
    </Card>

    <Card title="Small Businesses" icon="store">
      Get started quickly without a dedicated RevOps team. Use automation templates to set up workflows in minutes and let Parsa AI handle routine tasks.
    </Card>
  </CardGroup>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Structure</span>
</div>

## How It's Organized

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <div style={{ display: "flex", alignItems: "center", gap: "12px" }}>
    <span style={{ color: "#30C8CA", fontSize: "18px" }}>◈</span>
    <span>ParsaLink is organized around a few core modules:</span>
  </div>
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <CardGroup cols={2}>
    <Card title="CRM" icon="users">
      Contacts, Leads, Accounts, Opportunities, Cases, Proposals
    </Card>

    <Card title="AI" icon="robot">
      Chat assistant, analytics, email generation, meeting notes
    </Card>

    <Card title="Automations" icon="bolt">
      Rules, triggers, actions, templates
    </Card>

    <Card title="Calendar" icon="calendar">
      Events, availability, booking links
    </Card>

    <Card title="Email" icon="envelope">
      Templates, sending, tracking
    </Card>

    <Card title="Integrations" icon="plug">
      Google Workspace, Microsoft 365, Twilio
    </Card>
  </CardGroup>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Get Started</span>
</div>

## Getting Help

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <CardGroup cols={2}>
    <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
      Get up and running in under 10 minutes. Create your workspace, add your first contact, and try the AI assistant.
    </Card>

    <Card title="Workspace Setup" icon="gear" href="/workspace-setup">
      Invite your team, configure email sending, and connect your calendar integrations.
    </Card>
  </CardGroup>
</div>

<div
  className="dark:bg-black dark:border-white/10"
  style={{
background: "rgba(48,200,202,0.06)",
border: "1px solid rgba(48,200,202,0.15)",
borderRadius: "16px",
padding: "20px 24px",
marginBottom: "20px",
textAlign: "center"
}}
>
  <div style={{ display: "flex", alignItems: "center", justifyContent: "center", gap: "10px", marginBottom: "8px" }}>
    <span style={{ color: "#30C8CA", fontSize: "20px" }}>◈</span>
    <span style={{ color: "#30C8CA", fontSize: "20px" }}>◈</span>
    <span style={{ color: "#30C8CA", fontSize: "20px" }}>◈</span>
  </div>

  <span style={{ fontSize: "14px", color: "#6B6B6B" }}>Need help? Ask Parsa AI directly from the chat bubble in the bottom-right corner of any page.</span>
</div>
