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

# Quick Start

> Welcome to Renchi AI! This guide will help you set up your first AI voice agent to handle inbound customer calls for your business.

## Prerequisites

Before you begin, ensure you have:

<CardGroup cols={2}>
  <Card title="ElevenLabs Account" icon="microphone">
    Sign up at [elevenlabs.io](https://elevenlabs.io) and obtain your API key
  </Card>

  <Card title="Twilio Account" icon="phone">
    Create an account at [twilio.com](https://twilio.com) for phone number management
  </Card>
</CardGroup>

## Step 1: Create Your Account

1. Navigate to the signup page at `/signup`
2. Enter your email address and create a password
3. Check your inbox for the verification email
4. Click the verification link to activate your account

<Note>
  Email verification is required before you can access Renchi AI. The link expires after 24 hours.
</Note>

## Step 2: Complete Your Profile

After verifying your email, you'll be prompted to complete your profile:

```
Profile Setup
├── Full Name
├── Business Phone Number
├── Timezone Selection
└── Country/Region
```

This information helps configure your voice agents with the correct locale and business hours.

## Step 3: Connect Your Integrations

Navigate to **Settings → Integrations** to connect the required services:

### ElevenLabs Connection

<Steps>
  <Step title="Get Your API Key">
    Log into your ElevenLabs account and copy your API key from the dashboard
  </Step>

  <Step title="Enter API Key">
    Paste the key into the ElevenLabs integration field in Settings
  </Step>

  <Step title="Verify Connection">
    The status indicator will turn green when successfully connected
  </Step>
</Steps>

### Twilio Connection (Optional)

If you want to use your own phone numbers:

1. Go to **Settings → Integrations → Twilio**
2. Enter your Twilio Account SID and Auth Token
3. Click **Connect** to authorize

<Info>
  Twilio integration is optional. You can also use phone numbers provisioned directly through ElevenLabs.
</Info>

## Step 4: Create Your First Agent

With integrations connected, you're ready to create your first voice agent:

1. Navigate to **Agents** in the sidebar
2. Click the **+ Add Agent** button
3. Configure your agent:
   * **Name**: Give your agent a descriptive name (e.g., "Main Reception")
   * **Voice**: Select from available UK/US voice models
   * **Greeting**: Customize the initial greeting message
   * **Phone Number**: Assign a phone number to receive calls

<Tip>
  Use the **Smart Fill** feature to automatically populate agent settings based on your business information.
</Tip>

## Step 5: Configure Business Hours

Set your operating hours so the agent knows when to handle calls vs. take messages:

1. Go to **Settings → Organization → Business Hours**
2. Set your daily schedule (e.g., Mon-Fri 8:00 AM - 6:00 PM)
3. Configure after-hours behavior:
   * Take voicemail
   * Route to emergency line
   * Offer callback scheduling

## Step 6: Test Your Agent

Before going live, test your agent:

1. Call the assigned phone number
2. Interact with the AI to verify:
   * Greeting plays correctly
   * Voice sounds natural
   * Responses are appropriate
3. Check the **Conversations** page to see your test call logged

## What's Next?

<CardGroup cols={2}>
  <Card title="Configure Services" icon="wrench" href="/getting-started/creating-your-first-agent">
    Add your service offerings with pricing
  </Card>

  <Card title="Explore Dashboard" icon="chart-line" href="/getting-started/understanding-the-dashboard">
    Learn to navigate metrics and analytics
  </Card>

  <Card title="Manage Calls" icon="phone-volume" href="/getting-started/managing-calls-and-customers">
    Handle incoming calls and customer data
  </Card>

  <Card title="Set Up Integrations" icon="plug" href="/getting-started/integrations-setup">
    Connect CRM and calendar systems
  </Card>
</CardGroup>

## Common Issues

<AccordionGroup>
  <Accordion title="Email verification not received">
    Check your spam folder. If still not received after 5 minutes, click "Resend verification email" on the login page.
  </Accordion>

  <Accordion title="ElevenLabs connection fails">
    Ensure your API key is correct and your ElevenLabs account has an active subscription with available credits.
  </Accordion>

  <Accordion title="No voice agents appearing">
    After connecting ElevenLabs, click "Sync Agents" to import any existing agents from your ElevenLabs account.
  </Accordion>
</AccordionGroup>
