For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

CRUD Operations

CRUD (Create, Read, Update, Delete) operations enable you to work with data stored in MongoDB.

Some operations combine aspects of read and write operations. To learn more about these hybrid methods, see Compound Operations.

To learn about how to modify the way your CRUD operations execute, see Modify Execution of CRUD Operations.