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

# Quickstart

> Create your Botric account, set up your first workspace, and start exploring the platform.

This guide walks you through signing up for Botric, creating your workspace, and completing initial setup so you can start using the platform right away.

## Create Your Account

<Steps>
  <Step title="Go to the sign-up page">
    Navigate to [app.botric.ai](https://app.botric.ai) in your browser. Click **Sign Up** to get started.
  </Step>

  <Step title="Choose a sign-up method">
    <Tabs>
      <Tab title="Email">
        Enter your email address and click **Continue**. Botric sends a one-time verification code to your inbox. Enter the code to verify your email and complete registration.
      </Tab>

      <Tab title="Google">
        Click **Continue with Google** and authorize Botric with your Google account. Your account is created automatically using your Google profile information.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Set up your profile">
    After verification, you are prompted to enter your name and organization details. Fill in the required fields and continue.
  </Step>
</Steps>

## Create Your Workspace

Once your account is ready, Botric prompts you to create your first workspace. A workspace represents a single website or project you want to manage.

1. Enter your **website URL** — this is the site Botric will audit and monitor.
2. Give your workspace a name (defaults to your domain).
3. Click **Create** to proceed to the onboarding wizard.

<Tip>
  You can create multiple workspaces later from the workspace switcher in the sidebar.
</Tip>

## Complete Onboarding

The onboarding wizard walks you through five steps to configure your workspace. See the full [Onboarding Guide](/getting-started/onboarding) for detailed instructions on each step.

## Explore the Dashboard

After completing onboarding, you land on your [Dashboard](/getting-started/dashboard). From here you can:

* View your **Site Health** score and audit results
* Check your **AI Search Visibility** (GEO) metrics
* Track **Leads** captured by your agents
* Follow the **Get Started** checklist to complete your setup

## Next Steps

<CardGroup cols={2}>
  <Card title="Onboarding Wizard" icon="wand-magic-sparkles" href="/getting-started/onboarding">
    Learn what each onboarding step does.
  </Card>

  <Card title="Dashboard Overview" icon="gauge" href="/getting-started/dashboard">
    Understand your dashboard metrics.
  </Card>

  <Card title="Site Audit" icon="stethoscope" href="/discovery/site-audit">
    Dive into your website health report.
  </Card>

  <Card title="Chat Agent" icon="robot" href="/engagement/chat-agent/overview">
    Create your first AI chatbot.
  </Card>
</CardGroup>
