.. _flow-main: ************** Flow ************** A flow is a programmable automation workflow that defines how incoming or outgoing calls and messages are handled, including IVR menus, routing logic, and AI integrations. **API Reference:** `Flow endpoints `_ .. include:: flow_overview.rst .. include:: flow_struct_flow.rst .. include:: flow_struct_action.rst .. include:: flow_tutorial_basic.rst .. include:: flow_tutorial_scenario.rst .. include:: flow_execution_internals.rst .. include:: flow_advanced_patterns.rst .. include:: flow_debugging.rst .. include:: flow_best_practices.rst .. _activeflow-main: ************** Activeflow ************** An activeflow is a running instance of a flow, representing the real-time execution state of a flow attached to a call or message session. **API Reference:** `Activeflow endpoints `_ .. include:: activeflow_overview.rst .. include:: activeflow_struct_activeflow.rst .. include:: activeflow_tutorial.rst