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

# End Node

End node is used to end the call. It does not have any edges. The call is ended the moment the agent enters this node.

You can create multiple end nodes within a single agent.

<img src="https://mintcdn.com/retellai/LPjiIxDz6s4F2qHE/images/cf/end-node.png?fit=max&auto=format&n=LPjiIxDz6s4F2qHE&q=85&s=05ab60919489306c63cc0fff022544f5" width="1386" height="434" data-path="images/cf/end-node.png" />

## Node Settings

* **Speak During Execution**: when enabled, a text input box will show up where you can write instructions for the agent to follow to generate an utterance like `Goodbye, have a nice day` to say while the function is being executed. You can choose between `Prompt` and `Static Sentence`.
* **Global Node**: read more at [Global Node](/build/conversation-flow/global-node)
