> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Agent Handover

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/zkuN4mfSk9TWL7kq/_assets/ai/develop/node-reference/ai/ai-agent-handover.png?fit=max&auto=format&n=zkuN4mfSk9TWL7kq&q=85&s=f7e5965feaee51dd0f3548baa089fb97" alt="AI Agent Handover Node configuration panel" style={{ width: 'auto' }} width="464" height="124" data-path="_assets/ai/develop/node-reference/ai/ai-agent-handover.png" />
</Frame>

## Description

The AI Agent Handover Node transfers the conversation to another AI Agent Node or Flow and executes it.

## Parameters

| Parameter   | Type     | Description                                                                                                                                                                                                                       |
| ----------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select Flow | Selector | Select the target Flow to hand over to.                                                                                                                                                                                           |
| Select Node | Selector | Select the Node to hand over to. You must set the Node as an Entrypoint before you can select it. To set the Node as an Entrypoint, use the [Set Entrypoint](/ai/agents/develop/nodes/overview#set-nodes-as-entrypoints) setting. |

### Advanced

| Parameter     | Type   | Description                                                                                       |
| ------------- | ------ | ------------------------------------------------------------------------------------------------- |
| Parse Intents | Toggle | Enable the system to check for Intents in the correct child Flow, rather than in the parent Flow. |
| Parse Slots   | Toggle | Enable the system to check for Slots in the correct child Flow, rather than in the parent Flow.   |

## More Information

* [AI Agent](/ai/agents/develop/node-reference/ai/ai-agent)
* [Resolve Tool Action](/ai/agents/develop/node-reference/ai/resolve-tool-action)
* [Agentic AI](/ai/agents/overview)
