# Creating Database

If you already have an empty database, a database username and password, you can skip this step.

You need to configure a MySQL database in order to run the app. To configure new MySQL database you should follow these steps:

1- Create a new MySQL database.

2- Create a new MySQL username and password.&#x20;

3- Assign full privileges to your database username.


---

# 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://xfortechpvtltd.gitbook.io/laundry-box/application-setup/creating-database.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.
