# Zendesk Emporix Connect

Zendesk is a customer service and engagement platform designed to help businesses improve their customer support operations. Emporix enhances the support workflow by connecting seamlessly with the platform.

With Emporix Connect for Zendesk Support, order information is integrated directly into the ticket view, providing support agents with instant access to key details such as ordered products or shipping and billing addresses.

By eliminating the need to switch between systems, this integration streamlines the process, enabling faster, more accurate responses. The outcome is a more efficient support operation and higher customer satisfaction.

To start working with Emporix Connect for Support:

1. Download the application from [Zendesk App Marketplace](https://www.zendesk.co.uk/marketplace/apps/support/1071457/emporix-connect-for-support/?queryID=1158fbca6ec968847d284b10a71fef1d).
2. Get your Emporix API Credentials. Go to [Emporix Developer Portal](/ce/getting-started/developer-portal.md) -> [Manage API Keys](/ce/getting-started/developer-portal/manage-apikeys.md). In the API Key section you can check your **clientID** and **Secret** values.

{% hint style="danger" %}
Make sure you're checking your credentials for the right Emporix tenant. The tenant details are visible in the top-left corner. If you want to check the full list of your tenants, you can do so in the [Tenant List](/ce/getting-started/developer-portal/tenant-list.md) section.
{% endhint %}

3. Copy your credentials (Client ID, Secret, and tenant) as they are required in the next installation steps.
4. Install the Emporix Connect for Support and provide the Emporix API keys credentials when requested.
5. During the installation process you can also set the `OrderDisplayLimit`. By default, the limit is set to 3.

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

{% hint style="info" %}
For all the information about Zendesk Emporix Connect, refer to the [Zendesk - Emporix Connect for Support](https://www.zendesk.co.uk/marketplace/apps/support/1071457/emporix-connect-for-support/).
{% 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://developer.emporix.io/ce/extensibility-and-integrations/add-ons/zendesk.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.
