# Signing Up

To register an account with BugSplat, visit the [Sign Up](https://app.bugsplat.com/v2/sign-up) page and enter in your company email or another email you wish to be associated with your account.

![](/files/-Mhss5Lqm82wNBZg9qqU)

Once you've hit **Sign Up** you'll be a registered user of BugSplat.

Then, you'll be presented with a screen welcoming you to BugSplat. Here you can either go through a guided onboarding which aids in quickly configuring new accounts, or you can skip the onboarding and go directly to the [Dashboard](/introduction/development/using-the-app.md#dashboard) page.

![](/files/-Meal8PFMv8OTXR_O0aa)

{% hint style="info" %}
🤝 **Looking to get access to an existing team?** You can request access from a team member using this form [here](https://app.bugsplat.com/v2/sign-up/team-access). Learn more about requesting access [here](/administration/introduction/requesting-access-to-your-teams-accounts.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugsplat.com/introduction/getting-started/signing-up-for-an-account-with-bugsplat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
