# Access MongoDB

To access the MongoDB database, please use the credentials that can be obtained by following these steps:

1. Click the **Connect to Database** button in the bottom section.
2. Click the **Launch MongoDB Express** button.
3. Login with the provided credentials.

{% hint style="info" %}
Once logged in, you will be able to view and interact with the database.
{% endhint %}

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

> Our backend relies on Express.js for development.


---

# 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://skyslit.gitbook.io/magicjs/advanced-guide/access-mongodb.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.
