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

# End Call

> The agent's final message before the call is terminated

An End Call node closes the conversation. The agent speaks the message you give it, then the call is terminated.

It is a terminating node: other nodes point at it, and it has no outgoing pathways.

## What you configure

**Prompt** — what the agent says before hanging up. Written like an [Agent node](/talk/voice-agent/agent) prompt, so [template variables](/talk/voice-agent/template-variables) work here.

**Variable extraction** — runs before the hangup, so you can capture an outcome or a confirmation on the way out.

**Add Global Prompt** — on by default, prepending the [Global node](/talk/voice-agent/global) prompt to this one. Turn it off for a closing that should not carry the workflow's shared instructions.

You can have more than one End Call node, reached by different edge conditions — a successful close and an early hangup can say different things.

## Related

To end a call from inside a conversation rather than by reaching this node, use the [End Call tool](/talk/voice-agent/tools/end-call). To send the result somewhere afterwards, add a [Webhook node](/talk/voice-agent/webhook).
