# Getting Started

Getting up and running with BugSplat is a well-documented and straightforward process that has been followed by thousands of developers and honed by constant iterations from the BugSplat support team. Following the six steps listed below is the quickest way to get started. It generally takes about as much time as to drink a [large mug](https://shop.spacex.com/collections/accessories/products/occupy-mars-heat-sensitive-terraforming-mug-new) of coffee. You can also post a sample crash [in under 5 minutes](https://docs.bugsplat.com/introduction/getting-started/quickly-submitting-your-first-crash-in-under-5-minutes).

{% embed url="<https://bugsplat.wistia.com/medias/qp13mure3h>" %}

## ✍️ The BugSplat 6-Step Checklist

1. [Sign up for a BugSplat account](https://docs.bugsplat.com/introduction/getting-started/signing-up-for-an-account-with-bugsplat)
2. [Create a database](https://docs.bugsplat.com/introduction/getting-started/create-a-new-database-in-bugsplat)
3. [Integrate with your application](https://docs.bugsplat.com/introduction/getting-started/integrations)
4. [Submit a sample crash](https://docs.bugsplat.com/introduction/getting-started/posting-a-test-crash)
5. [Add your team members](https://docs.bugsplat.com/introduction/getting-started/adding-uses-to-your-account)
6. [Learn to use the app](https://docs.bugsplat.com/introduction/development)

## 🖇️ More Details

Following the above steps will take new users from [creating](https://docs.bugsplat.com/introduction/getting-started/signing-up-for-an-account-with-bugsplat) and [configuring their account](https://docs.bugsplat.com/introduction/getting-started/create-a-new-database-in-bugsplat) through [integrating their application](https://docs.bugsplat.com/introduction/getting-started/integrations) and[ posting a test crash](https://docs.bugsplat.com/introduction/getting-started/posting-a-test-crash).

Next, crash reporting is more [fun with friends](https://docs.bugsplat.com/introduction/getting-started/adding-uses-to-your-account) so adding team members to your BugSplat account is easy.

Once these steps are complete, users should learn more about using the BugSplat app in the [Development](https://docs.bugsplat.com/introduction/development) section which has a handy [walkthrough of the BugSplat application](https://docs.bugsplat.com/introduction/development/using-the-app), 3rd party integration guides, and much more.

If at any point you get stuck and want some help—please reach out to us via our [Discord](https://discord.gg/K4KjjRV5ve) or by sending us an [email](mailto:support@bugsplat.com).

{% hint style="success" %}
🧙‍♂️ **Attention new accounts**: You will also have the opportunity to follow these steps via the onboarding helper tool that's visible to new users right after they [create an account](https://docs.bugsplat.com/introduction/getting-started/signing-up-for-an-account-with-bugsplat).
{% 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.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.
