# Creating a Database

In BugSplat, a database is the top-level container for crashes and can be considered a standalone workspace for your application. Generally, a database holds all crashes and errors from a single application or logical group of applications, such as a client and server. To learn more about the hierarchy of BugSplat information, please view this [document](/introduction/development/using-the-app.md#navigating-with-breadcrumbs).

To start using BugSplat, you'll need to create a database. You can create a database through one of two methods: via the [Onboarding Tool](https://app.bugsplat.com/v2/welcome) or the [Databases page](https://app.bugsplat.com/v2/database/general).

### Create a Database via the Onboarding Tool 🧑‍🏫

For new BugSplat users, creating a new database can be accomplished via the Onboarding process. After creating a new account, users will be prompted to create a database. You can return to the Onboarding process any time by clicking the bug in the top left corner.

<figure><img src="/files/AwE7xzzK8uL1cbvqYnHU" alt=""><figcaption><p>Create a Database via the Onboarding Tool</p></figcaption></figure>

### Create a Database via the Database Page ⚙️

Alternatively, a database can be created on the [Databases](https://app.bugsplat.com/v2/database/general) page. At the top of the page, enter your new database's name under the **New Database** section and click **Create**. The Database's page is helpful when setting up multiple databases under an account.

<figure><img src="/files/bTYgEyv09VjDPcwlRFHj" alt=""><figcaption><p>Create a Database via the Databases Page</p></figcaption></figure>

### Naming your Database 🪪

Pick something descriptive and easy to remember when choosing a database name. Please note that spaces, periods, and symbols other than `-` are prohibited. Some examples of database names are: `DeliciousDonutsApp` or `Super-Strong-Coffee-App`.


---

# 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/create-a-new-database-in-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.
