# Human Transfer Triggers

When Alhena detects that a conversation should be handled by a human, it transfers the ticket to your support team. This page covers the triggers that apply across all helpdesk integrations and channels (Email, Website Chat, and WhatsApp).

## General Triggers

These triggers apply to all integrations (Zendesk, Freshdesk, Gorgias, etc.):

* **User requests a human** - The user explicitly asks to speak with a person (e.g., "I want to talk to a human", "Can I speak to an agent?")
* **No answer found** - The bot cannot find a relevant answer in its knowledge base
* **Answering guidelines triggered** - A custom rule you've configured in your [answering guidelines](https://github.com/Gleen-AI/gitbook-docs/blob/main/ai-configuration/tuning/guidelines-and-personality.md) was triggered

## Email-Specific Triggers

For email tickets, these additional triggers apply:

* **Automated emails** - Emails detected as coming from automated systems
* **Forwarded emails** - Emails with "Fwd:" in the subject line

***

## Behavior on Human Transfer

When a human transfer is triggered:

1. Alhena stops responding to the conversation
2. By default, Alhena unassigns the ticket from itself
3. The ticket becomes available for human agents to pick up

Human agents can also manually take over a conversation at any time by:

* Responding to the ticket directly
* Reassigning the ticket away from Alhena Bot

Once a human agent takes over, Alhena will not respond to that conversation.

***

## Custom Routing

By default, tickets are unassigned on human transfer. To assign tickets to a specific group or agent, configure the Human Transfer Group setting in your helpdesk integration's settings page in Alhena.

***

## Business Hours & Availability

Human transfers respect your configured business hours schedule. You can:

* Set custom hours for each day of the week
* Configure different behavior for outside business hours
* Add holiday dates when human transfer is disabled
* Customize messages shown before, during, and after transfer

See [Human Transfer Settings](https://alhena.gitbook.io/docs/features/chat-widget/human-handoff) for full configuration options.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alhena.gitbook.io/docs/integrations/helpdesk/human-transfer-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
