Skip to main content
The Data Flow page provides a visual representation of your project’s data processing pipelines. It shows how documents move through the system, which modules process them, and how data flows between components.

Understanding Data Flow

The data flow diagram shows:
  • Document Stores — Where documents enter and are stored
  • Assistants — The processing pipelines that handle documents
  • Modules — Individual processing steps within each assistant
  • Data Stores — Where extracted data is written
  • Connections — How data flows between components

Using the Data Flow View

The visual pipeline diagram helps you:
  • Understand the end-to-end processing path for documents in your project
  • Identify which modules are involved in processing
  • Trace how data moves from ingestion through extraction to final output
  • Troubleshoot pipeline issues by seeing the full processing chain
Use the data flow view when onboarding new team members to give them a quick visual overview of how the project’s processing works.