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

# Dashboard Configuration

> Set up your bug error station in 2 simple steps.

## Get started in two steps

Get your dashboard up and running to monitor your bugs.

### Step 1: Create an account

Head over to the [BugByBug dashboard](https://dashboard.bugbybug.com/signup) and create an account.
You may choose to use the traditional route (first name, last name, email, and password) or use the OAuth route (Google or GitHub login) when signing up.

<Info>Always check the box to agree to the terms and conditions when creating an account</Info>

<img className="block dark:hidden" src="https://mintcdn.com/bugbybug-7db4488c/vdnKq3puEy-Ctlke/images/signup-light.png?fit=max&auto=format&n=vdnKq3puEy-Ctlke&q=85&s=e79de109fb36109b5d1a35a0bd109409" alt="Light mode interface" width="2530" height="1582" data-path="images/signup-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bugbybug-7db4488c/vdnKq3puEy-Ctlke/images/signup.png?fit=max&auto=format&n=vdnKq3puEy-Ctlke&q=85&s=6f60b9782398e35ba21ad0e2000a105d" alt="Dark mode interface" width="2496" height="1596" data-path="images/signup.png" />

### Step 2: Verify your account

After signing up, you need to verify your email to start using the dashboard. The dashboard is where the logs of your monitored bugs, suggested errors, etc, live.

The dashboard is where you can set up your projects, view bug timelines, manage errors, and organizations.

<img className="block dark:hidden" src="https://mintcdn.com/bugbybug-7db4488c/vdnKq3puEy-Ctlke/images/verify-light.png?fit=max&auto=format&n=vdnKq3puEy-Ctlke&q=85&s=0f4b2a655047318ef787286226553b37" alt="Light mode interface" width="1920" height="1080" data-path="images/verify-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bugbybug-7db4488c/vdnKq3puEy-Ctlke/images/verify.png?fit=max&auto=format&n=vdnKq3puEy-Ctlke&q=85&s=3dde85717ef91a79b3cb4046663016c4" alt="Dark mode interface" width="1644" height="982" data-path="images/verify.png" />

<Check>And, that is how you can set up your dashboard in 2 steps! 🎉</Check>

<Note>
  Before you use the SDKs you would need to set up an API key.
  Check out how to set this up [here](development).
</Note>

## Next steps

Now that you have your dashboard up and running, explore the SDKs, which are how our software captures errors within your projects.

<CardGroup cols={2}>
  <Card title="Browser SDK" icon="globe" href="/sdk-guides/browser">
    Learn how to set up the browser SDK.
  </Card>

  <Card title="Angular SDK" icon="angular" href="/sdk-guides/angularjs">
    Learn how to set up the AngularJS SDK.
  </Card>

  <Card title="NextJS SDK" icon="js" href="/sdk-guides/nextjs">
    Learn how to set up the NextJS SDK.
  </Card>

  <Card title="VueJS SDK" icon="vuejs" href="/sdk-guides/vuejs">
    Learn how to set up the VueJS SDK.
  </Card>
</CardGroup>

<Note>
  **Need help?** Send an email to our [Support email](mailto:support@bugbybug.com).
</Note>
