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

# Welcome to Reach

> The industry-first embedded growth and retention platform for vertical software solutions

export const BetaPill = () => <div className="status-pill-wrapper">
    <span className="beta-pill">
      Beta
    </span>
  </div>;

export const LivePill = () => <div className="status-pill-wrapper">
    <span className="live-pill">
      Live
    </span>
  </div>;

<img className="block dark:hidden" src="https://mintcdn.com/reach/ol2jimDngsGIddSy/images/reach-logo.png?fit=max&auto=format&n=ol2jimDngsGIddSy&q=85&s=7fb43bb46321c870c675a21c318eae25" alt="Reach Logo" width="2064" height="1104" data-path="images/reach-logo.png" />

<img className="hidden dark:block" src="https://mintcdn.com/reach/ol2jimDngsGIddSy/images/reach-logo.png?fit=max&auto=format&n=ol2jimDngsGIddSy&q=85&s=7fb43bb46321c870c675a21c318eae25" alt="Reach Logo" width="2064" height="1104" data-path="images/reach-logo.png" />

## Pioneering Embedded Marketing Solutions

Reach is the **first and only** fully embeddable solution that enables vertical software platforms to seamlessly offer powerful growth and retention features to their users. Our revolutionary platform helps businesses leverage customer and purchase data to target the right leads at the right time and measure marketing impact with unprecedented precision—all without leaving your application.

## Our Core Solutions

<CardGroup cols={3}>
  <Card title="Measure" icon="chart-line" href="/measure/introduction">
    <div className="card-container">
      <div className="card-content">
        Track ROAS and view comprehensive ad reporting dashboards across channels
      </div>

      <div className="status-container">
        <LivePill />
      </div>
    </div>
  </Card>

  <Card title="Engage" icon="envelope-open-text" href="/engage/introduction">
    <div className="card-container">
      <div className="card-content">
        Create targeted SMS & Email campaigns using your customer data
      </div>

      <div className="status-container">
        <LivePill />
      </div>
    </div>
  </Card>

  <Card title="Acquire" icon="bullseye" href="/acquire/introduction">
    <div className="card-container">
      <div className="card-content">
        AI-powered ad builder and campaign optimization
      </div>

      <div className="status-container">
        <LivePill />
      </div>
    </div>
  </Card>

  <Card title="Reputation" icon="star" href="/reputation/introduction">
    <div className="card-container">
      <div className="card-content">
        Manage your online reputation and reviews
      </div>

      <div className="status-container">
        <LivePill />
      </div>
    </div>
  </Card>

  <Card title="AI Voice" icon="headphones" href="/ai-voice/introduction">
    <div className="card-container">
      <div className="card-content">
        Respond to incoming calls with an AI Voice agent
      </div>

      <div className="status-container">
        <BetaPill />
      </div>
    </div>
  </Card>
</CardGroup>
