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

Next Steps

Congratulations on completing the quick start tutorial!

In this tutorial, you created a Rust application that connects to a MongoDB deployment hosted on MongoDB Atlas and retrieves a document that matches a query.

Learn more about the MongoDB Rust Driver from the following resources:

  • Discover how to perform read and write operations in the CRUD Operations section.

  • See examples of frequently used operations in the Usage Examples section.