> ## Documentation Index
> Fetch the complete documentation index at: https://flextable-docs-oracle-client-choice.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MongoDB

> Browse collections and documents, read Extended JSON, and run shell-style queries.

<img src="https://mintcdn.com/flextable-docs-oracle-client-choice/tHXEy7Wr6vLxVTOF/images/09-database-guides/mongo-document.png?fit=max&auto=format&n=tHXEy7Wr6vLxVTOF&q=85&s=0679c83b05b41919eeeae7ef7b8a4efd" alt="A MongoDB document view" width="1491" height="862" data-path="images/09-database-guides/mongo-document.png" />

## Collections and documents

* **Documents** are shown with Extended JSON; nested fields are fully browsable.
* A **Structure panel** summarizes a collection's fields.

## Shell-style queries

Run shell-style queries in the [query editor](/query-editor):

```js theme={null}
db.orders.find({ status: "paid" }).sort({ createdAt: -1 }).limit(50)
```

Browse collections and documents, or run your own queries in the [query editor](/query-editor).
