# How to Create a Database in cPanel

Creating a database in cPanel is a straightforward process. Follow these steps to set up a new database for your applications.

* Log in to your **cPanel account**.
* In the **Databases** section, click on **MySQL Databases**.

<figure><img src="/files/QSTv8Uf6c2oKa0WaojuB" alt=""><figcaption></figcaption></figure>

* In the **New Database** field, enter a name for the new database you wish to create.

<figure><img src="/files/JNHD8ON3WfMfHdun5l9e" alt=""><figcaption></figcaption></figure>

* Click on **Create Database**.

{% hint style="success" %}
Congratulations! You have successfully created a new database in cPanel.
{% 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.clouduxe.com/databases/how-to-create-a-database-in-cpanel.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.
