> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/creating-database-in-mongo-db-and-creating-datastore-in-dashboard.md).

# Creating Database in Mongo DB and Creating Datastore in Dashboard

* To create a free MongoDB database, go to mongodb.com, click on "Try Free," and sign up.
* Fill in the details, select "Build a new project," choose a programming language (e.g., JavaScript), and click "Finish."
* Select the free plan, click "Create," enter a username and password, click "Create User," enter your IP address (0.0.0.0/0), add a description, and click "Add entry."
* Click "Finish" and close.
* Go to "Overview," click "Connect," and select "MongoDB for VS Code."
* Copy the connection string, replace the password with the one you created, and click the "View" icon.
* To create a data store, click "Add connection," give it a title (e.g., "Tutorial Database"), select "MongoDB" as the type, paste the connection string, and replace the password (remove the arrows).
* Click "Create data store," enter a title , add fields, and select "Show in live chat."
* To see the data store, go to the Unified Team Inbox, open a chat, click the "i" icon, scroll down, and view the data stores.

{% embed url="<https://youtu.be/Q8aYsKvY73U?si=fZYC3XURKFHSbmbS>" %}


---

# 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://helpdocumentation.gitbook.io/user/automations-builder/datastore/creating-database-in-mongo-db-and-creating-datastore-in-dashboard.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.
