showcase/shell-docs/src/content/docs/integrations/crewai-flows/human-in-the-loop/index.mdx
<video src="https://cdn.copilotkit.ai/docs/copilotkit/images/coagents/human-in-the-loop-example.mp4" className="rounded-lg shadow-xl" loop playsInline controls autoPlay muted /> {/* <Callout> This video shows an example of our AI Travel App using HITL to get user feedback.
</Callout> */}
Human-in-the-loop (HITL) allows agents to request human input or approval during execution, making AI systems more reliable and trustworthy. This pattern is essential when building AI applications that need to handle complex decisions or actions that require human judgment.
<Frame className="my-0"> </Frame>HITL combines the efficiency of AI with human judgment, creating a system that's both powerful and reliable. The key advantages include:
Read more about the approach to HITL in CrewAI Flows.
<CTACards columns={1} cards={[ { iconKey: "share2", title: "Flow-based", description: "Utilize CrewAI Flows to create Human-in-the-Loop workflows.", href: "/crewai-flows/human-in-the-loop/flow", }, ]} />