# Zendesk Sunshine (beta)

{% hint style="warning" %}
The Zendesk Sunshine integration is not available for all customers yet. Please [contact us](https://docs.chatlayer.ai/support/get-in-touch) if you have any questions
{% endhint %}

### Connect account:

While logged in to your Chatlayer account, go to <https://app.chatlayer.ai/app-integrations/sunshine/overview> and click on “+Add account”. Fill in the domain name of your Zendesk account:

<figure><img src="/files/gZi6gQtYL6YyOPQU33fu" alt=""><figcaption></figcaption></figure>

Allow Chatlayer to access that account:

<figure><img src="/files/pYLd79vteK4iDzOAF3C2" alt=""><figcaption></figcaption></figure>

Your account will appear in the list of connected accounts:

<figure><img src="/files/6dCnyWuz2Bkb8dhTrX6R" alt=""><figcaption></figcaption></figure>

Connect the Sunshine channels:

Go to your bot’s channels page, click “add channel” and select Sunshine. Pick the account you just connected to and proceed to the next step, naming the connection.

<figure><img src="/files/8V4WrGJDaVZitwa9CIfO" alt=""><figcaption></figcaption></figure>

From the previous point on, the chatbot will be connected to the channels you have configured on your Sunshine app.

### Offloading/Handover to Zendesk agents:

On the point of your bot where users should be transferred to a human agent, add an Action and insert the template “send to offload provider”. From the list picker, Sunshine connection will appear, and you can connect with your Switchboard integration ID:&#x20;

<figure><img src="/files/7yklt7NwbC5r0reDOgWl" alt=""><figcaption></figcaption></figure>

Upon reaching that part of the conversation, the user will be handed over to Zendesk chat.

### &#x20;Disconnecting your account

#### Disconnect channel

To disconnect the bot from the Sunshine channel, go to Channels, three dots, Disable channel

<figure><img src="/files/AeSVCy92ETIKHFOoXiyq" alt=""><figcaption></figcaption></figure>

#### Disconnect Sunshine account from Chatlayer

To disconnect a Sunshine account from Chatlayer, go to the Integrations page, look for Sunshine conversations app, go to the Connected accounts tab, find the account you want to remove, click on the three dots and select Remove.

<figure><img src="/files/YQwzDqev74KSRQdu1CAd" alt=""><figcaption></figcaption></figure>


---

# 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://docs.chatlayer.ai/integrateandcode/app-integrations/zendesk-sunshine-beta.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.
