# 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](https://docs.bugsplat.com/development/using-the-app#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="https://976110677-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LBMgmIcgkIXSUfnXDSv%2Fuploads%2F2Im29pFgd1z0U0xBO2eR%2Fonboarding-create-database.png?alt=media&#x26;token=eed40d8d-8602-4b99-8ea6-c5d1bf9e0f59" 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="https://976110677-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LBMgmIcgkIXSUfnXDSv%2Fuploads%2FhptpR4Qphn3ENO2Tmx7d%2Fcreate-database.gif?alt=media&#x26;token=ab2b86ea-8551-4054-b14e-981d4fbc2a96" 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`.
