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

# End Call

> The closing node — wraps up the conversation and ends the call.

The **End Call** node runs when the conversation is complete. It delivers a closing message and then hangs up. Once the agent reaches this node, the call ends — no further questions, no new topics, no handback to the caller.

<Note>
  Every agent must have exactly one End Call node. You cannot delete it or add more than one.
</Note>

## Settings

**Name**
A short label shown in call logs. Use a name that describes the ending context so you can tell at a glance how the call concluded.

Examples: `Successful Close`, `Polite Decline`, `Wrong Number`

***

**Prompt**
The agent's instructions for the closing exchange. Write a short, natural sign-off that fits the tone of the call. Supports `{{template_variables}}` from variable extraction or Pre-Call Data Fetch.

Keep it brief — the goal is to end politely and immediately without reopening the conversation.

Example:

```
The conversation is complete. End the call politely in 6 to 8 words
that naturally follow the user's last message.
Do not ask any new questions. Do not wait for a response.
```

***

**Add Global Prompt**
When turned on, the [Global Node](/workspace/nodes/global) instructions are prepended to this node's prompt at runtime.

***

**Enable Variable Extraction**
When turned on, the agent runs an extraction pass right before hanging up to capture any final data points from the conversation — for example, whether the call ended positively, or a last piece of information the caller mentioned.

Variables extracted here appear in the **Leads** page and can be used as conditions in the **Follow-up** node.
