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

# Getting Started

> Create your account and set up your business on Loopz

## Step 1: Create Your Account

<Steps>
  <Step title="Visit the Dashboard">
    Go to **[app.loopz.ai](https://app.loopz.ai)**
  </Step>

  <Step title="Sign Up">
    Click **"Sign Up"** and enter your email and password
  </Step>

  <Step title="Verify Your Email">
    Check your email for a verification link and click it to verify your account
  </Step>
</Steps>

<Tip>
  You can also sign up using your **Google account** for faster access.
</Tip>

## Step 2: Complete Onboarding

After signing up, you'll go through a quick setup process to configure your business.

### Business Information

Provide the following details about your business:

<ParamField path="Business Name" type="string" required>
  Your company or brand name
</ParamField>

<ParamField path="Phone Number" type="string" required>
  Your business contact number
</ParamField>

<ParamField path="Website" type="string">
  Your business website (optional)
</ParamField>

<ParamField path="Industry" type="string" required>
  Select your business category
</ParamField>

<ParamField path="Team Size" type="string" required>
  How many people work with you
</ParamField>

### Customer Type

Choose your business model:

<CardGroup cols={2}>
  <Card title="B2C (Business to Consumer)" icon="user">
    Select this if you sell directly to individual customers
  </Card>

  <Card title="B2B (Business to Business)" icon="building">
    Select this if you sell to other businesses
  </Card>
</CardGroup>

<Check>
  Once completed, you'll be taken to your dashboard and ready to create your first AI agent!
</Check>

## What's Next?

<CardGroup cols={2}>
  <Card title="Create Your Agent" icon="robot" href="/guide/agents">
    Build your first AI conversational agent
  </Card>

  <Card title="Train Your Agent" icon="brain" href="/guide/knowledge-base">
    Add knowledge to make your agent smarter
  </Card>
</CardGroup>
