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

# Live Chat & Human Handoff

> Learn how to use the Live Chat & Human Handoff feature in Chatling.

Live Chat & Human Handoff allows you to seamlessly transition conversations from your AI agent or chatbot to a human team member when needed.

Instead of your AI trying to handle every situation, you can define exactly when and how a conversation should be handed off, ensuring your users always get the right level of support.

Your team can also jump in and take over any conversation at any time directly from the [Conversations](/live-chat/managing-conversations) page.

## How it works

1. A user starts a conversation with your AI agent or chatbot.
2. Based on your configuration, the AI determines when to hand off the conversation to a human agent, either automatically or through a specific flow you've defined.
3. The conversation is flagged as `Needs agent intervention` in the Conversations page.
4. An [AI-generated summary](/live-chat/managing-conversations#ai-summary) of the conversation is displayed so the agent has full context before responding.
5. A team member picks up the conversation and replies directly from the Conversations page.

## Key features

* **Automatic handoff**: Configure when the AI should hand off to a human.
* **Office hours & reply time**: Define when your team is available and set response time expectations for your users.
* **AI summary**: When a conversation is handed off, the AI generates a summary so agents can quickly get up to speed.
* **Auto-assign priority**: The AI can automatically assign a priority level to handed-off conversations.
* **Internal notes**: Team members can leave notes within a conversation for other agents to see.
* **Email notifications**: Get notified when conversations need attention.

## Setup

The setup process differs depending on whether you're using an AI Agent or an AI Chatbot.

<CardGroup cols={2}>
  <Card title="Set up for AI Agent" icon="sparkles" href="/live-chat/human-handoff/ai-agent">
    Configure human handoff through the AI Agent's Actions.
  </Card>

  <Card title="Set up for Chatbot" icon="shapes" href="/live-chat/human-handoff/chatbot">
    Configure human handoff using the Builder's Human Handoff block and Intents.
  </Card>
</CardGroup>

## Learn more

<CardGroup cols={2}>
  <Card title="Availability" icon="clock" href="/live-chat/availability">
    Set office hours and reply time expectations.
  </Card>

  <Card title="Managing Conversations" icon="comments" href="/live-chat/managing-conversations">
    Take over chats, view AI summaries, add notes, and manage priority.
  </Card>

  <Card title="Notifications" icon="bell" href="/live-chat/notifications">
    Configure email notifications for handoff events.
  </Card>

  <Card title="Teams" icon="users" href="/live-chat/teams">
    Manage your team members and their availability.
  </Card>

  <Card title="Copilot" icon="robot" href="/live-chat/copilot">
    Use the Copilot to help you with your conversations.
  </Card>

  <Card title="Canned Responses" icon="file-text" href="/live-chat/canned-responses">
    Use canned responses to help you with your conversations.
  </Card>
</CardGroup>
