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

# End Call

The **End Call** node immediately terminates the call session.\
It does not speak anything to the caller — it simply ends the connection as soon as the workflow reaches this point.

***

### Behavior

* **No output connector** — this node is a terminal endpoint.
* **No configurable settings** — it performs a single fixed action: ending the call.

***

### Where It Can Be Used

The End Call node can only be placed **inside an Agentic Tool path**.\
It cannot be added directly after the Start node — an **Agent** node and an **Agentic Tool** node must exist first.

This ensures the call is only terminated intentionally as part of a defined agent-driven route.
