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

# Home

<div className="plera-home">
  <div className="hero-section">
    <img className="mint-block dark:mint-hidden hero-banner" alt="Plera documentation light mode banner" src="https://mintcdn.com/plera/a_5u0pLU0fMK2aMa/images/light.png?fit=max&auto=format&n=a_5u0pLU0fMK2aMa&q=85&s=d50f252cc238e96b10462335183bc298" width="2172" height="724" data-path="images/light.png" />

    <img className="mint-hidden dark:mint-block hero-banner" alt="Plera documentation dark mode banner" src="https://mintcdn.com/plera/a_5u0pLU0fMK2aMa/images/dark.png?fit=max&auto=format&n=a_5u0pLU0fMK2aMa&q=85&s=23f27665f50110e58c2c338d31849f01" width="2172" height="724" data-path="images/dark.png" />

    <div className="hero-content">
      <h1>
        Everything you need <br />
        to run sales with Plera
      </h1>

      <p>
        Plera turns your sales motion into a repeatable workflow: choose a Play, create a Run, find and enrich leads, review generated outreach in a Sequence, launch across email and LinkedIn, and track what turns into pipeline.
      </p>
    </div>
  </div>

  <div className="features-section">
    <div className="features-grid">
      <a className="plera-card" href="get-started/overview">
        <div className="plera-card-icon" aria-hidden="true">
          <Icon icon="rocket" />
        </div>

        <div className="plera-card-content">
          <h2>Get Started</h2>
          <p>Follow the first-launch path from workspace readiness to a live sequence.</p>
        </div>
      </a>

      <a className="plera-card" href="concepts/overview">
        <div className="plera-card-icon" aria-hidden="true">
          <Icon icon="workflow" />
        </div>

        <div className="plera-card-content">
          <h2>How Plera Works</h2>
          <p>See how Plays, Runs, lead sources, strategy profiles, Sequences, and Credits fit together.</p>
        </div>
      </a>

      <a className="plera-card" href="campaigns/overview">
        <div className="plera-card-icon" aria-hidden="true">
          <Icon icon="send" />
        </div>

        <div className="plera-card-content">
          <h2>Launch Outreach</h2>
          <p>Create a Run from a Play, add leads, review messages, and launch a sequence.</p>
        </div>
      </a>

      <a className="plera-card" href="pipeline/overview">
        <div className="plera-card-icon" aria-hidden="true">
          <Icon icon="users" />
        </div>

        <div className="plera-card-content">
          <h2>Manage Pipeline</h2>
          <p>Review discovered leads, enrichment, replies, and follow-up status.</p>
        </div>
      </a>

      <a className="plera-card" href="features/analytics">
        <div className="plera-card-icon" aria-hidden="true">
          <Icon icon="chart-no-axes-combined" />
        </div>

        <div className="plera-card-content">
          <h2>Measure Results</h2>
          <p>Track outreach performance and see where each campaign can improve.</p>
        </div>
      </a>

      <a className="plera-card" href="workspace/overview">
        <div className="plera-card-icon" aria-hidden="true">
          <Icon icon="settings" />
        </div>

        <div className="plera-card-content">
          <h2>Workspace & Billing</h2>
          <p>Manage team access, integrations, credits, strategy profiles, and workspace settings.</p>
        </div>
      </a>
    </div>
  </div>
</div>
