---
title: "Product tutorial: Human Handoff"
pubDate: 2024-02-07
description: "Let's go through each setting to properly configure Human Handoff, ensuring you can take over the conversation whenever needed."
author:
  name: "Zuzanna Dubanowska"
  image: "/blog-assets/authors/zuzanna_dubanowska.jpg"
image:
  url: "/blog-assets/posts/tutorialHandoff_bg.png"
  alt: "Background image for Product tutorial: Human Handoff"
tags: ["tutorials"]
---

## ‍What is Human Handoff?

Human Handoff is a feature that automatically detects when the conversation
should be handed off to a human agent and then transfers it to your team. This
may include situations beyond your AI Agent's capabilities, such as
questions outside the Knowledge Base's scope or when a customer specifically
requests to be connected with your customer support team.

After setting it up, it **doesn't require any further action** on your part to
recognize the intent to transfer a user to a human agent.

However, if you want certain keywords to **always** trigger Human Handoff, you
can set them as triggers.

We'll walk through every setting in the tutorial below.

If you prefer a **video version** and want to see it in action, head straight
to YouTube:

<iframe width="560" height="315" src="https://www.youtube.com/embed/0O_WNCVJd3g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## Example use case

**‍  
‍**Let's use the example of Helpful Macintosh, an AI Agent from MacShop,
an online Apple products reseller.

![MacShop's logo](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img1.png)

The owner of MacShop was going through conversations between Mac and her
customers and she noticed that her users frequently ask about invoices,
shipment status, and refunds.  
‍  
Since these queries require access to internal systems, which Helpful
Macintosh doesn't have access to, it actually can't help users with their
queries.  
‍  
Thus, the owner aims to integrate Helpful Macintosh more seamlessly into her
existing customer service team. The goal is for it to act not just as a
standalone Assistant but as a team member that can seamlessly hand off cases
it can't handle to human team members.  
‍  
So how can we actually achieve that with Quickchat AI?

Let's move on to the step-by-step tutorial.

## How to set up Human Handoff

1. **Go to Settings and scroll down to the Human Handoff section**

![Screenshot showing settings navigation](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img2.png)

2. **Enable Human Handoff**

The first thing that we need to do is to enable Human Handoff, which is going
to enable us to alter all of the other settings.

![Screenshot of enabling Human Handoff](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img3.png)

3. **Select Working Hours and Days**

After we enable it, we can change the Working Hours. Let's change them from
9 to 4.30 PM. We can change the time zone as well.

![Screenshot of setting working hours](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img4.png)

And next up, we can change the Working days. Let's add Saturday.

![Screenshot of setting working days](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img5.png)

We're only going to have a day off on Sundays then!

4. **Write your Message outside Working Hours‍**  
   ‍  
   Next, we can set a message for outside Working Hours, informing users when
   human agents are unavailable.

![Screenshot of setting outside working hours message](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img6.png)

5. **Specify the Question you want to ask before the Handoff** ‍  
   ‍  
   This question will be asked by your AI Agent to confirm whether a user
   should be handed off to a human agent.

![Screenshot of setting handoff question](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img7.png)

6. **Specify the Confirmation message‍**  
   ‍  
   Next, we specify the confirmation message to be sent after Human Handoff is
   triggered.

![Screenshot of setting confirmation message](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img8.png)

7. **Turn on AI Summary‍**  
   ‍  
   If we turn it on, each conversation which ended in Human Handoff will be
   annotated with **a short note** summarising what happened in the conversation
   so far.

![Screenshot of enabling AI Summary](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img9.png)

8. **Optional: Set trigger Keywords‍**

Here, you can input keywords that will **always** trigger Human Handoff.

Setting them is **not required** , as Human Handoff automatically detects the
user's intent and triggers the Handoff if necessary.

![Screenshot of setting trigger keywords](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img10.png)

However, if you know for sure that there are certain keywords which should
always trigger Handoff, you can specify them here.  
‍  
Let's add _invoice_ , _receipt_ , and _delivery status_ , because we know that
these are the cases that our AI Agent doesn't have permission to handle.

9. **Set up email notifications‍**

You can set up email notifications to always receive one when Human Handoff
is triggered in one of your AI Agent's conversations.

![Screenshot of setting up email notifications](../../assets/blog/posts/tutorialHandoff/tutorialHandoff_img11.png)

And that's it!  
‍  
Human Handoff ensures that your customers always receive the best support
possible, whether it's an AI Agent or a human agent on the other side of
the screen.

We take care of the heavy lifting, detecting when to trigger Human Handoff,
and we provide an easy way to take over the conversation, so you're always in
control.

For a working Discord implementation, see how an [AI support and ticket bot](https://quickchat.ai/post/discord-ai-support-ticket-bot) answers from documentation first, opens a private thread when it cannot resolve the issue, and sends the conversation to the same Inbox with an AI-written summary.
