Skip to main content

Fluxir Concepts

This page defines key terms and concepts that appear across Fluxir's API and trip flow. Understanding these concepts will help you navigate the system, build integrations, and interpret workflow behavior.

Core Concepts

ConceptDescription
Service IntentA service that the user might be eligible for, based on trip parameters.
TripThe journey context used to scope services, documents, and applications.
Document SchemaDescribes the required documents and input fields per service.
ContextStructured metadata from the user, trip, or identity documents.
Merge FieldsStrategy for auto-populating form fields from context or extracted sources.
Service ApplicationA user-specific submission for a selected travel service.

How These Concepts Work Together

The Fluxir platform builds dynamic, data-driven workflows based on these concepts:

  • Each service has a document schema that outlines what you need to provide.
  • Data is collected via context, identity documents, and direct input.
  • These values are merged into a service application before submission.