> For the complete documentation index, see [llms.txt](https://support.ariglad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ariglad.com/integrations/how-to-integrate-zendesk-to-ariglad.md).

# How To: Integrate Zendesk to Ariglad

To automatically update your Zendesk articles using Ariglad, follow the steps below to connect your Zendesk knowledge base and keep your content in sync.

***

**Step 1: Generate an API Token in Zendesk**

1\. Log in to your Zendesk Admin Center.

2\. Navigate to Apps and Integrations > Zendesk API.

3\. In the Token Access section, click Enable API Token Access (if not already enabled).

4\. Click Add API Token.

5\. Give your API Token a descriptive name (e.g., “Ariglad Integration”).

6\. Copy the generated token and store it securely. You will need this later.

<figure><img src="/files/GkRkqY2k6D2JyWhJcLQS" alt=""><figcaption><p>Zendesk settings page - Creating an API token</p></figcaption></figure>

***

**Step 2: Obtain Your Zendesk Subdomain**

Your Zendesk subdomain is the first part of your Zendesk URL before .zendesk.com.

For example, if your URL is:

<https://yourcompany.zendesk.com>

Your subdomain is: yourcompany.

<figure><img src="/files/rtIiCwJljDXQyyEdvDtk" alt=""><figcaption><p>Zendesk subdomain</p></figcaption></figure>

***

**Step 3: Connect Zendesk to Ariglad**

1\. Log in to your Ariglad account.

2\. Navigate to Settings > Integrations.

3\. Click Add Integration and select Zendesk from the list.

4\. In the configuration window:

• Enter your Zendesk subdomain.

• Paste the API Token you generated in Step 1.

• Provide the email associated with the Zendesk admin account.

5\. Click Connect.

<figure><img src="/files/IQ0hDlUW3nrL4xVGldr9" alt=""><figcaption><p>Ariglad Zendesk settings page</p></figcaption></figure>

***

**Final Notes**

• Ensure that your Zendesk account has the necessary permissions to allow API access.

• If you encounter any issues, verify the API token and subdomain details or contact Ariglad support.<br>

You’re now ready to use Ariglad with Zendesk! 🎉


---

# 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:

```
GET https://support.ariglad.com/integrations/how-to-integrate-zendesk-to-ariglad.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.
