# Zendesk

**Prerequisites**

* API Token
* Subdomain
* Email

Setup Guide

* API Token
  * **Enabling API token access** API token access is disabled by default. You must enable API token access in Admin Center before users can use API tokens.
    * **To enable API token access**
      * In [Admin Center](https://support.zendesk.com/hc/en-us/articles/4581766374554#topic_hfg_dyz_1hb), click  **Apps and integrations** in the sidebar, then select **APIs > Zendesk API**.
      * In the Settings tab, enable token access.
  * **To generate an API token**
    * In [Admin Center](https://support.zendesk.com/hc/en-us/articles/4581766374554#topic_hfg_dyz_1hb), click  **Apps and integrations** in the sidebar, then select **APIs > Zendesk API**.
    * Click the **Add API token** button to the right of **Active API tokens**. The token is generated and displayed.<br>

      <figure><img src="/files/XJl6lYliDVtIGnHNid5h" alt=""><figcaption></figcaption></figure>
    * (Optional) Enter an API token description.
    * **Copy** the token and paste it somewhere secure. When you click **Save** to close this window, the full token will never be displayed again.
    * Click **Save** to return to the Zendesk API page.

      If you click the token to reopen it, a truncated version of the token is displayed.
* Subdomain
  * Your subdomain is the part of the URL that comes before "my\_subdomain.zendesk.com".
* email
  * Please share the API token issuer's email


---

# 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.anecdoteai.com/docs/integrations/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.
