
Collections and documents
- Documents are shown with Extended JSON; nested fields are fully browsable.
- A Structure panel summarizes a collection’s fields.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Browse collections and documents, read Extended JSON, and run shell-style queries.

db.orders.find({ status: "paid" }).sort({ createdAt: -1 }).limit(50)