Skip to main content
The Custom Modules page provides an overview of all processing modules that have been deployed to your organization. These modules can be used in project assistants and data processing pipelines.

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.