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

# Create an Account

> Sign up for Vaani, set up your workspace, and get oriented in the dashboard

Your Vaani account is the hub for everything — agents, phone numbers, API keys, and call history. This page walks you through creating your account and understanding what you'll see when you first log in.

## Sign Up

<Steps>
  <Step title="Go to Vaani">
    Open [app.vaanivoice.ai](https://app.vaanivoice.ai) and click **Sign Up**. You can register with your email address.

    <Frame>
      <img src="https://mintcdn.com/vaaniai/qbCNNrD3Y2bpmOlt/images/screenshots/create-account.png?fit=max&auto=format&n=qbCNNrD3Y2bpmOlt&q=85&s=e42d75424cfc81cafa98d351139b0f9f" alt="Vaani signup page showing email and password fields with a Sign Up button" width="1404" height="1146" data-path="images/screenshots/create-account.png" />
    </Frame>
  </Step>

  <Step title="Verify Your Email">
    Check your inbox for a verification email from Vaani. Click the confirmation link to activate your account.

    <Note>
      Don't see the email? Check your spam or junk folder. If it still hasn't arrived after a few minutes, try signing up again or contact support.
    </Note>
  </Step>

  <Step title="Set Up Your Workspace">
    After verifying, you'll be prompted to name your workspace. A **workspace** is your team's shared environment — all agents, API keys, phone numbers, and call data live here.

    Pick a name that identifies your team or company (e.g. "Acme Sales" or "My Company"). You can change this later in Settings.
  </Step>
</Steps>

## Your Dashboard

Once you're logged in, you'll land on your dashboard. Here's what you'll find:

* **Agent Config** — where you'll create and manage your voice agents. This is your first stop after signing up.
* **Call History** — where completed calls, transcripts, and recordings appear. This will be empty until you make your first call.
* **Settings** — where you'll find Telephony setup (phone numbers) and API key management.

<Frame>
  <img src="https://mintcdn.com/vaaniai/qbCNNrD3Y2bpmOlt/images/screenshots/dashboard-overview.png?fit=max&auto=format&n=qbCNNrD3Y2bpmOlt&q=85&s=6951af1d46a49b00f9ea14d01e35bc12" alt="Vaani dashboard showing the main navigation with Agent Config, Call History, and Settings sections" width="2940" height="1590" data-path="images/screenshots/dashboard-overview.png" />
</Frame>

<Note>
  Your dashboard will be empty right now — that's expected. You'll start seeing data after you create an agent and make your first call.
</Note>

<Tip>
  If you're working with a team, you can invite members to your workspace later from **Settings**. All team members share the same agents and call data.
</Tip>

## Troubleshooting

<AccordionGroup>
  <Accordion title="I didn't receive a verification email">
    Check your spam or junk folder first. Some email providers delay delivery by a few minutes. If it still hasn't arrived, try signing up again with the same email — Vaani will resend the verification. If the problem persists, reach out to support.
  </Accordion>

  <Accordion title="I can't log in after signing up">
    Make sure you've verified your email first — you can't log in until the verification link is clicked. If you've verified and still can't log in, try resetting your password from the login page.
  </Accordion>

  <Accordion title="I signed up but see an empty dashboard">
    That's completely normal! Your dashboard populates as you set things up. Your next step is to create an agent — head to the Agent Config section or follow the link below.
  </Accordion>
</AccordionGroup>

<Note>
  Your login credentials control access to your entire workspace — agents, API keys, and call data. Keep them secure. The API keys you'll create later are the most sensitive piece, since they grant programmatic access to your account.
</Note>

<Tip>
  **Video walkthrough coming soon.** Follow the steps above — they cover everything the video will.
</Tip>

## Next Step

<Card title="Create an Agent" icon="robot" href="/getting-started/create-agent">
  Configure your first voice agent, write a prompt, and get your `agent_id`
</Card>
