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

# Quickstart

> Get your first AI voice assistant up and running in under 10 minutes.

## Prerequisites

Before you begin, make sure you have:

* A VozAgent account (sign up at vozagent.ai)
* Basic information about your business
* A phone to test calls with

## Step 1: Create an Account

Visit [vozagent.ai/auth](https://vozagent.ai/auth) and sign up for an account. You can use your email or sign in with Google for faster onboarding.

After signing up, you'll be asked to select a plan. All plans include a free trial so you can test the platform before committing.

## Step 2: Set Up Your Business

Complete the onboarding wizard to set up your business profile. This includes:

* Business name and contact information
* Industry (Outdoor Living, Home Services, etc.)
* Services you offer
* Business hours
* Website URL (optional but recommended for knowledge extraction)

## Step 3: Create an Assistant

Navigate to **Assistants** in your dashboard and click **Create Assistant**. Choose the type that fits your needs:

<CardGroup cols={2}>
  <Card title="Inbound Assistant">
    Answers incoming calls, qualifies leads, and books appointments.
  </Card>

  <Card title="Outbound Assistant">
    Makes outgoing calls for follow-ups and campaigns.
  </Card>
</CardGroup>

Follow the wizard to configure your assistant's voice, greeting, booking behavior, and more.

## Step 4: Connect a Phone Number

Go to **Phone Numbers** in your dashboard and add a new number. You can:

* Purchase a new number through Twilio or Telnyx
* Connect an existing number you already own

Assign the phone number to your newly created assistant.

## Step 5: Test Your Assistant

Call the phone number you just set up. Your AI assistant will answer and handle the conversation based on your configuration. After the call:

* Check **Call Activity** to see the call log
* Review the transcript and summary
* Verify contact was saved in **Contacts**

## Next Steps

Congratulations! You've set up your first VozAgent voice assistant. Here's what to explore next:

<CardGroup cols={1}>
  <Card title="Add Knowledge" href="/developers/docs/knowledge">
    Make your assistant smarter with your business information.
  </Card>

  <Card title="Connect Integrations" href="/developers/docs/integrations">
    Sync with your CRM and calendar.
  </Card>

  <Card title="Explore the API" href="/developers/api">
    Build custom integrations with our REST API.
  </Card>
</CardGroup>
