> For the complete documentation index, see [llms.txt](https://absolet-development.gitbook.io/absolet-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://absolet-development.gitbook.io/absolet-documentation/readme/mongodb-database.md).

# MongoDB Database

You must go to [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/register) and make your account first!!

<br>

1. First, you'll need to create a new project. If you look at the left side, you can create a new project by clicking the 'New Project' button in 'ORGANIZATION - Projects'.

<figure><img src="/files/4OTMCIJFq3tgrdICBFrA" alt=""><figcaption></figcaption></figure>

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

2. Enter the name you want in Name Your Project. The rest of the options are up to you. Then click the 'Next' button to proceed.

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

3. You don't need to touch anything else, just click 'Create Project'. Set the options to your liking.

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

4. Once you have created a new project, you will be taken to the corresponding page, where you can create a new cluster by clicking the 'Create' button in the middle.

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

4. Select 'M0 Free' from there.

<figure><img src="/files/5Dvs5heLfVD1Ba4kyEbU" alt=""><figcaption></figcaption></figure>

6. Enter the cluster with the 'Name' you want. Choose the 'Provider' and 'Region' as you like. Once you have completed the process, click Create Deployment to complete the cluster creation.

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

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

7. When you finish creating the cluster, the following window will appear, and you can fill in the 'Username' and 'Password' as you wish. Then, click' Create Database User'. Then click 'Choose a connection method' to proceed to the next step.

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

7. What we will use is 'Drivers'. Press it.

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

7. If you enable 'Show Password',  you can directly copy the 'DatabaseSettings URL' that needs to be entered in 'Config.yml'! After copying the link, add the link to the 'DatabaseSettings URL' in 'Config.yml'.

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

Now you have finished setting up MongoDB.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://absolet-development.gitbook.io/absolet-documentation/readme/mongodb-database.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
