> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/integrations/getting-started/using-integrations.md).

# Using Integrations

To integrate your Clickatell applications with Salesforce, Shopify, Zendesk Sell, and Zendesk Support:

1. [Configure the integration](/integrations/getting-started/adding-a-new-integration.md) in your Clickatell Portal.
2. Use an [Integrations node](#use-the-integration-nodes-in-chat-flow) in your workflow in Chat Flow, and/or
3. View the [Integrations tab](#view-the-integrations-tab-in-chat-desk) in your Agent or Supervisor Desk in Chat Desk.

## Use the Integration nodes in Chat Flow

All integrations configured in your Clickatell Portal automatically pulls through to your [Chat Flow](https://clickatell.gitbook.io/flow/overview) application. Drag-and-drop an [Integration node](https://clickatell.gitbook.io/flow/integrations/integration-nodes) into your workflow and configure the specific API you want to utilize.

{% hint style="info" %}
[Learn more.](https://clickatell.gitbook.io/flow/integrations/integration-nodes)
{% endhint %}

<figure><img src="/files/B4mmxIU6rhxPYbenNxSp" alt="" width="506"><figcaption><p>Integration node in Chat Flow</p></figcaption></figure>

## View the Integrations tab in Chat Desk

You can view information about your customers as fetched from the 3rd party applications integrated with Clickatell (e.g., Salesforce, Zendesk Sell, Zendesk Support, Shopify) while engaging with customers in [Chat Desk](https://clickatell.gitbook.io/chat-desk/overview/overview).

{% hint style="info" %}
[Learn more.](https://clickatell.gitbook.io/chat-desk/v/3.7.0/agent-chat-desk/view-customer-details-from-3rd-party-applications)
{% endhint %}

<figure><img src="/files/IAVS2kLauYuB6iyCXx6Q" alt=""><figcaption><p>Integration tab in Chat Desk</p></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://help.clickatell.com/integrations/getting-started/using-integrations.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.
