# Enable Chat Consult Transfer

Chat consult transfer enables the attendant user to send an adaptive card to an internal user when performing a chat consult transfer. This adaptive card has options the user can select to accept or deny a call transfer. When the transfer recipient selects an option on the adaptive card, the status of the call will update on the calls panel. The transfer can be completed from the status area.&#x20;

* [ ] Deploy Landis Attendant Console bot to users in organization
* [ ] Enable option in Landis Attendant Console

### Deploy Landis Attendant Console bot to users in your organization

There are two ways to deploy the bot:

#### Option 1: Allow the bot to be deployed to users on demand

Browse to Teams admin portal | Teams apps | Manage apps | Search and select Landis Attendant Console Bot | Permissions tab | select Review permissions and consent button | Sign in with admin user | Accept the permissions. This will allow the bot to be automatically deployed to a user when the Attendant console user(s) initiate a chat consult transfer.

#### Option 2: Deploy the bot to all users with a policy

Browse to Teams admin portal | Teams apps | Setup policies

Search and add the Landis Attendant Console bot app to an existing policy or create a new policy and assign to users.

{% hint style="info" %}
Users that have the Landis Attendant Console bot app installed will be able to receive the chat consult transfer adaptive cards. If the attendant user tries to initiate a chat consult transfer with a user that does not have the Landis Attendant Console bot app installed, an error will appear in the attendant console.
{% endhint %}

### Enable option in Landis Attendant Console

In Landis Attendant console, open settings | Transfer | Call Button Visibility

Under Chat Consult Transfer, select Full.

{% hint style="info" %}
**Recommended:** If "Enable Automatic Transfer from Hold" (Settings | Transfer tab) is enabled, the call transfer will automatically be initiated if the transfer recipient selects Accept or Send to Voicemail.
{% endhint %}


---

# 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://ac.docs.landis.cloud/appendix/enable-chat-consult-transfer.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.
