# Monch > MongoDB ODM with Zod Type-safe, lightweight MongoDB ODM with automatic validation, serialization, and full TypeScript support. ## Table of Contents ### Introduction - [What is Monch?](/guide/introduction.md) - [Getting Started](/guide/getting-started.md) ### Core Concepts - [Schema Definition](/guide/schema.md) - [Field Types](/guide/field-types.md) - [CRUD Operations](/guide/crud.md) - [Querying](/guide/querying.md) ### Features - [Validation](/guide/validation.md) - [Lifecycle Hooks](/guide/hooks.md) - [Serialization](/guide/serialization.md) - [Pagination](/guide/pagination.md) - [Transactions](/guide/transactions.md) ### Advanced - [Indexes](/guide/indexes.md) - [Connection Options](/guide/connection.md) - [Debug Mode](/guide/debug.md) - [TypeScript Types](/guide/typescript.md) ### API Reference - [collection()](/api/collection.md) - [Field Types](/api/field.md) - [Cursor](/api/cursor.md) - [Errors](/api/errors.md) - [Connection API](/api/connection.md) - [Serialization API](/api/serialization.md) - [Types](/api/types.md) - [Exports Reference](/api/exports.md) ### Examples - [Basic CRUD Example](/examples/basic-crud.md) - [Next.js Integration](/examples/nextjs.md) - [E-commerce Example](/examples/ecommerce.md) ### Other - [Changelog](/changelog.md) - [llms.txt](/llms.md)