> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/integrateandcode/app-integrations/zendesk-sunshine-beta.md).

# Zendesk Sunshine (beta)

{% hint style="warning" %}
A integração Zendesk Sunshine ainda não está disponível para todos os clientes. Por favor [entre em contato conosco](https://docs.chatlayer.ai/support/get-in-touch) se tiver alguma dúvida
{% endhint %}

### Conectar conta:

Enquanto estiver logado na sua conta da Chatlayer, vá para <https://app.chatlayer.ai/app-integrations/sunshine/overview> e clique em “+Adicionar conta”. Preencha o nome de domínio da sua conta Zendesk:

<figure><img src="/files/53474c147fc1dce9bcdcf29d0791b51b9a198e0c" alt=""><figcaption></figcaption></figure>

Permita que a Chatlayer acesse essa conta:

<figure><img src="/files/52f9d509db24ea6f36bcd5fe2cd1b92ecdfe65aa" alt=""><figcaption></figcaption></figure>

Sua conta aparecerá na lista de contas conectadas:

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

Conecte os canais Sunshine:

Vá para a página de canais do seu bot, clique em “adicionar canal” e selecione Sunshine. Escolha a conta que você acabou de conectar e prossiga para a próxima etapa, dando um nome à conexão.

<figure><img src="/files/96990ef4088fbeb20f299b4f3115f20cd3dc282b" alt=""><figcaption></figcaption></figure>

A partir do ponto anterior, o chatbot será conectado aos canais que você configurou no seu app Sunshine.

### Transferência/repasse para agentes da Zendesk:

No ponto do seu bot em que os usuários devem ser transferidos para um agente humano, adicione uma Ação e insira o template “send to offload provider”. No seletor da lista, a conexão Sunshine aparecerá, e você poderá conectar com o seu ID de integração do Switchboard:

<figure><img src="/files/68045b546e1580ca6049fc234bcce96736ffea72" alt=""><figcaption></figcaption></figure>

Ao chegar a essa parte da conversa, o usuário será transferido para o chat da Zendesk.

### Desconectando sua conta

#### Desconectar canal

Para desconectar o bot do canal Sunshine, vá em Canais, nos três pontos, Desativar canal

<figure><img src="/files/0c577f6daa8ed93da37b696372ffdc9e22b3cabf" alt=""><figcaption></figcaption></figure>

#### Desconectar conta Sunshine da Chatlayer

Para desconectar uma conta Sunshine da Chatlayer, vá para a página de Integrações, procure o app Sunshine conversations, vá até a aba Contas conectadas, encontre a conta que deseja remover, clique nos três pontos e selecione Remover.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chatlayer.ai/chatlayer-documentation-pt-br/integrateandcode/app-integrations/zendesk-sunshine-beta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
