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

# Quickstart

> Get up and running with Replyify in under 5 minutes

## Get started in four steps

Set up Replyify to start receiving and managing your cold email replies.

### Step 1: Connect your email sequencer

<AccordionGroup>
  <Accordion icon="link" title="Add your first connection">
    1. Navigate to **Connections** in the sidebar
    2. Click **Add Connection**
    3. Select your platform (Instantly or EmailBison)
    4. Enter your API key and click **Connect**

    <Tip>You'll find your API key in your sequencer's settings or integrations page.</Tip>
  </Accordion>
</AccordionGroup>

### Step 2: Configure the webhook

<AccordionGroup>
  <Accordion icon="webhook" title="Copy and paste the webhook URL">
    After creating your connection, Replyify generates a unique webhook URL.

    1. Copy the webhook URL shown in your connection settings
    2. Go to your email sequencer's webhook/integration settings
    3. Paste the URL and configure it to send **reply** events
    4. Save your settings

    <Warning>Make sure to copy the **full** webhook URL including the connection ID at the end.</Warning>
  </Accordion>
</AccordionGroup>

### Step 3: Create a client

<AccordionGroup>
  <Accordion icon="user-plus" title="Set up your first client">
    1. Navigate to **Clients** in the sidebar
    2. Click **Add Client**
    3. Fill in the client details:
       * **Name**: Your client's business name
       * **Service Description**: What they offer (used for AI response generation)
       * **Calendar Link**: Their booking link (optional but recommended)
    4. Configure AI settings:
       * **Draft Mode**: AI creates responses for your review (recommended)
       * **Auto-Send**: AI sends responses automatically
    5. Click **Create Client**
  </Accordion>
</AccordionGroup>

### Step 4: Start receiving replies

<AccordionGroup>
  <Accordion icon="inbox" title="Your replies will appear automatically">
    Once configured, replies from your email campaigns will flow into Replyify automatically.

    * **Positive replies** will have AI-generated draft responses
    * **All replies** are automatically categorized (Interested, OOO, Not Interested, etc.)
    * Review drafts in your inbox and send with one click
  </Accordion>
</AccordionGroup>

## Next steps

Now that you're set up, explore these features:

<CardGroup cols={2}>
  <Card title="Inbox Management" icon="inbox" href="/guides/inbox-management">
    Learn how to filter, sort, and manage your replies efficiently.
  </Card>

  <Card title="AI Responses" icon="robot" href="/guides/ai-responses">
    Understand how AI generates and manages responses.
  </Card>

  <Card title="Team Management" icon="users" href="/guides/team-management">
    Invite team members and assign roles.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Build custom integrations with our REST API.
  </Card>
</CardGroup>

<Note>
  **Need help?** Check our [troubleshooting guide](/guides/troubleshooting) or contact [support@replyify.ai](mailto:support@replyify.ai).
</Note>
