# Create a database cluster

Effortlessly set up your database cluster with our straightforward process! Head to the Databases section, click on the desired database for detailed information, and fill in the necessary details to create your database. Patience is key as you wait for the process to complete. Once done, access the information on the confirmation page. Explore one example of connecting with mongosh if you've selected MongoDB as your database. It's that simple!

1. Navigate to <mark style="color:orange;">`Databases`</mark>, and click on the database you want to check with details.

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

2. Fill in the details of the database you want to create.

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

3. Wait for a while.

<figure><img src="/files/6GfDI66lDe02BatxZlpF" alt=""><figcaption></figcaption></figure>

4. You should see the following page after the creation is complete.

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

5. One example of connecting with `mongosh` if you created via mongosh.

```bash
$ mongosh "mongodb://185.112.181.99:27017"
Current Mongosh Log ID:	657efc65d8aab817b1d1be56
Connecting to:		mongodb://185.112.181.99:27017/?directConnection=true&appName=mongosh+2.1.1
Using MongoDB:		4.2.23
Using Mongosh:		2.1.1

For mongosh info see: https://docs.mongodb.com/mongodb-shell/


To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy).
You can opt-out by running the disableTelemetry() command.

test> 
```


---

# 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.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/data-in-use-encrypting-database/create-a-database-cluster.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.
