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

How to Index UUID Fields for Efficient Filtering and Sorting

Use the MongoDB Search uuid field type to index BSON Binary Subtype 4 fields. After you index a field as uuid, you can query and sort results by the indexed field using the equals and in operators.