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

# End Call

> Allow AI agent to end calls when conversation completes

## Overview

The End Call function allows your AI agent to end calls when the conversation naturally concludes or when requested by the customer.

**Use Cases:**

* Customer says goodbye
* Conversation objective achieved
* Customer requests to end call
* No further assistance needed

## Configuration

<img src="https://mintcdn.com/callkaroai/_yHIwUXcSxcKfjME/images/functions/end-call.png?fit=max&auto=format&n=_yHIwUXcSxcKfjME&q=85&s=f140364cc8dcf1d1c372b016355d9c34" alt="End Call" width="2880" height="1620" data-path="images/functions/end-call.png" />

<Steps>
  <Step title="Add End Call Function">
    Navigate to your agent → Functions tab → Click Add → Select "End Call"
  </Step>

  <Step title="Set Description">
    Define when the AI should end the call

    **Example:**

    ```
    End call when user says goodbye, thanks, or no further questions
    ```
  </Step>

  <Step title="Save Function">
    Click Save to activate the function
  </Step>
</Steps>

<Warning>
  Be careful with descriptions - too broad conditions may end calls prematurely.
</Warning>

## Common Triggers

Include these common end-call phrases:

* "Goodbye"
* "Thank you, that's all"
* "No more questions"
* "That helps, thanks"
* "I'm good, bye"

<Tip>
  Add task-specific completion conditions to end calls naturally after achieving objectives.
</Tip>
