What are Custom Modules?
Custom modules are user-built processing components that extend the platform’s capabilities. They can perform tasks such as:- Document parsing and text extraction
- Data transformation and enrichment
- AI model inference for classification or extraction
- Custom validation and business rules
- Event handling and notifications
Module Information
For each module, you can view:- Name and Slug — The module’s display name and unique identifier
- Version — The deployed version number
- Type — The module type (e.g., infer, transformer, event)
- Description — What the module does
Custom modules are deployed via the CLI or CI/CD pipelines. For details on building and deploying modules, see the Working with Modules concepts and the Cookie Cutters guide.
