> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/zendesk-sunshine.md).

# Zendesk Sunshine

{% hint style="info" %}
This channel is currently available to enterprise tiers only.
{% endhint %}

### Integrate Zendesk Sunshine

To integrate the *Zendesk Sunshine* channel, begin by selecting *Resources* from your workspace menu and choosing *Integrations*:

1. Choose *+ Add integration >* Select *Zendesk Sunshine* from the dropdown&#x20;
2. Provide a name for your Zendesk integration
3. Navigate to your Zendesk Admin Center
4. Enter the following in NLX:
   * API Domain
   * Conversations API App ID
   * Conversations API Key ID
   * Conversations API Secret key
5. Click *Create integration*&#x20;

### Next steps

To successfully use your Zendesk Sunshine integration with applications created in your workspace, be sure to complete the following:

1. Create or select an existing [Core application](/platform/nlx-platform-guide/ai-applications/setup.md) in your NLX workspace
2. From your app's *Configuration* tab, add your Zendesk Sunshine channel under the Delivery section
3. Create an application [build and deploy](/platform/nlx-platform-guide/ai-applications/setup.md#deployment)


---

# 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.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/zendesk-sunshine.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.
