# MongoDB

MongoDB is a document-oriented NoSQL database, focusing on storing data in flexible documents without a fixed structure. When Forest Admin creates your admin panel for this database, it analyzes a few documents to understand their format. This technique is known as introspection.

Based on introspection, Forest Admin creates the necessary components, including collections, fields, and relationships.

Forest Admin efficiently recognizes nested documents and positions them prominently by organizing them into collections, fields, and relationships. This organization mirrors the structured environment of an SQL database.


---

# 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.forestadmin.com/cloud/data-sources-settings/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.
