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

# Quick Start

> Set up your first AI voice assistant and make a test call

## Get Started with EolasFlow

This guide walks you through creating your first AI-powered VoiceFlow. By the end, you'll have an assistant ready to handle calls.

<Info>
  **Prerequisites:** You need an EolasFlow account. [Sign up here](https://app.eolasflow.ai) if you haven't already.
</Info>

### Step 1: Verify Your Phone Number

Before making outbound calls, verify your personal phone number for security.

<Steps>
  <Step title="Go to Profile">
    Click your avatar in the top right corner to open your profile.
  </Step>

  <Step title="Enter Your Phone Number">
    In the Security & Verification section, enter your mobile phone number.
  </Step>

  <Step title="Enter Verification Code">
    You'll receive an SMS with a 6-digit code. Enter it to complete verification.
  </Step>
</Steps>

### Step 2: Get a Phone Line

You need a phone line that your AI assistant will use for calls.

<Steps>
  <Step title="Go to Phone Lines">
    Navigate to **Phone Lines** in the Organization section of the sidebar.
  </Step>

  <Step title="Browse Available Numbers">
    Click **Browse & Buy** to see available numbers. Select your country and search by area code.
  </Step>

  <Step title="Purchase a Number">
    Click **Buy** on the number you want. It's available immediately.
  </Step>
</Steps>

<Tip>
  Start with a local number in your target market for better answer rates.
</Tip>

### Step 3: Create an AI Assistant

Assistants are the voice personas that handle your calls.

<Steps>
  <Step title="Go to Assistants">
    Navigate to **Assistants** in the Team section and click **New Agent**.
  </Step>

  <Step title="Choose Agent Type">
    Select **Voice** for phone calls. Give your assistant a name like "Sales Assistant".
  </Step>

  <Step title="Choose Your AI Pipeline">
    Select a pipeline based on your latency and quality needs:

    * **OpenAI Realtime** — Fastest (\~200-400ms), built-in voice
    * **Gemini Live** — Google's native audio (\~300-500ms)
    * **Custom** — Mix and match: Deepgram STT + any LLM + any TTS (\~750-1300ms)
  </Step>

  <Step title="Configure Voice & Personality">
    Choose a voice, write your assistant's system prompt, greeting, and objectives.
  </Step>

  <Step title="Save Your Assistant">
    Click **Create Agent** to save. Your assistant is ready to use.
  </Step>
</Steps>

### Step 4: Import Contacts

Add the people you want your AI to call.

<Steps>
  <Step title="Go to Directory">
    Navigate to **Directory** in the Workspace section.
  </Step>

  <Step title="Add Contacts">
    Either:

    * Click **Add Contact** to add individuals manually
    * Click **Import CSV** to bulk import from a spreadsheet
  </Step>

  <Step title="Verify Contact Data">
    Ensure each contact has at least a name and phone number with country code.
  </Step>
</Steps>

### Step 5: Create a VoiceFlow

VoiceFlows define how your AI handles calls — bringing together your assistant and phone line.

<Steps>
  <Step title="Go to VoiceFlows">
    Navigate to **VoiceFlows** in the Build section and click **New**.
  </Step>

  <Step title="Configure VoiceFlow">
    * **Name:** Give your VoiceFlow a descriptive name
    * **Type:** Choose Sales, Support, Marketing, or Research
    * **Direction:** Select Outbound or Inbound
    * **Assistant:** Select the AI assistant you created
    * **Phone Line:** Select your purchased number
  </Step>

  <Step title="Save and Activate">
    Save your VoiceFlow and toggle it to **Live** to activate.
  </Step>
</Steps>

### Step 6: Make a Test Call

Before going live, test with yourself using the Softphone.

<Steps>
  <Step title="Go to Softphone">
    Navigate to **Dashboard → Softphone**.
  </Step>

  <Step title="Enable AI Mode">
    Toggle on AI Mode at the top.
  </Step>

  <Step title="Select Your VoiceFlow">
    Choose your VoiceFlow and enter your own phone number.
  </Step>

  <Step title="Start the Call">
    Click the call button. Monitor the live transcript as the AI speaks.
  </Step>

  <Step title="Review">
    After the call, go to **Conversations** to review the recording, transcript, and AI analysis.
  </Step>
</Steps>

## You're Ready

Your AI assistant is now ready to handle calls. Here's what to explore next:

<CardGroup cols={2}>
  <Card title="VoiceFlow Settings" icon="sparkles" href="/guides/voiceflows">
    Configure webhooks, MCP tools, and analytics
  </Card>

  <Card title="Fine-Tune Assistants" icon="robot" href="/guides/assistants">
    Adjust AI pipeline, voice, and personality
  </Card>

  <Card title="Review Conversations" icon="message" href="/guides/conversations">
    Analyze call outcomes and transcripts
  </Card>

  <Card title="Launch Outreach" icon="paper-plane" href="/guides/outreach">
    Execute outbound calling campaigns
  </Card>
</CardGroup>

<Note>
  **Need help?** Contact us at [support@eolasflow.ai](mailto:support@eolasflow.ai)
</Note>
