# Zendesk

## Connection

When you're setting up your first workflow with Zendesk, you'll need to add your Zendesk subdomain into the text field. For example, if your Zendesk dashboard URL ([after you login](https://www.zendesk.com/login/)) is <https://subdomain-example.zendesk.com/> your Zendesk subdomain would be: subdomain-example

<figure><img src="/files/4WhFONOnRrozYqxWg5kT" alt=""><figcaption></figcaption></figure>

Once your subdomain is entered, click on Connect with Zendesk to finish the process. You may be asked to log-in into your Zendesk account.


---

# 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.getmesa.com/connect/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.
