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

# Overview

> Get an agent up and running in a few minutes

## Getting Started

<Steps>
  <Step title="Create an account">
    Go to the [Vogent dashboard](https://app.vogent.ai) and sign in with a Google or Microsoft account.
  </Step>

  <Step title="Create a phone number">
    Click on **Call Settings** on the left sidebar, then click **Add Phone Number**.

    <Frame>
      <img className="dark:hidden" src="https://mintcdn.com/elto-1/ooEImm5m-H0BmxUg/images/add-number-light.png?fit=max&auto=format&n=ooEImm5m-H0BmxUg&q=85&s=c6aef1867566bf8590a99344de5703ad" width="3024" height="1702" data-path="images/add-number-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/elto-1/ooEImm5m-H0BmxUg/images/add-number-dark.png?fit=max&auto=format&n=ooEImm5m-H0BmxUg&q=85&s=58e856304d6394c95a51c7dd75d903a9" width="3024" height="1702" data-path="images/add-number-dark.png" />
    </Frame>

    Then enter a 3-digit area code and click the magnifying glass icon to search for a phone number.

    <Frame>
      <img className="dark:hidden" src="https://mintcdn.com/elto-1/ooEImm5m-H0BmxUg/images/area-code-light.png?fit=max&auto=format&n=ooEImm5m-H0BmxUg&q=85&s=6c9110a80e6369a8994c9de8f81e249e" width="3024" height="1702" data-path="images/area-code-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/elto-1/ooEImm5m-H0BmxUg/images/area-code-dark.png?fit=max&auto=format&n=ooEImm5m-H0BmxUg&q=85&s=3df88db6a1c0fceed72abcc607b695cf" width="3022" height="1702" data-path="images/area-code-dark.png" />
    </Frame>

    Then click **Add** to add the phone number to your workspace.
    <Note>Availability varies by area code. `510` is a popular area code and is generally available, so it's a good one to use for this demo.</Note>
  </Step>

  <Step title="Get started with a sample agent">
    Below are a few quickstart guides that will walk you through pre-built voice agents to demonstrate Vogent's capabilities.
  </Step>
</Steps>

<CardGroup cols={1}>
  <Card title="Inbound Agent Quickstart" icon="arrow-left-long-to-line" href="/quickstart/inbound">
    Create an inbound voice agent that can take orders for a restaurant.
  </Card>

  <Card title="Outbound Agent Quickstart" icon="arrow-right-long-to-line" href="/quickstart/outbound">
    Create an outbound voice agent that can navigate an IVR and speak to airline customer support.
  </Card>

  <Card title="Flow Builder Agent Quickstart" icon="diagram-project" href="/quickstart/flow-builder">
    Create an inbound voice agent that can ask a series of questions and probe for satisfactory answers.
  </Card>
</CardGroup>
