# Zendesk

## Introduction&#x20;

Zendesk is a customer service and support platform that helps businesses manage customer interactions across various channels, such as email, chat, phone, and social media. This guide will walk you through the steps required to integrate Zendesk with Perimeters.

## Available Features

* Identity Rules
* User Inventory

## Prerequisites

* A Zendesk account user should have the **Admin** role.

<details>

<summary><strong>Follow these steps to generate the API token:</strong> </summary>

1. Login to Zendesk Admin portal using Admin Account
2. Navigate to **Apps and Integrations -> APIs -> Zendesk API**
3. Click "Add API Token".
4. Give the created token a description and copy the API token, Click save.

</details>

## Onboarding Zendesk in your Perimeters account

1. Go to "Integrations" -> Select "Zendesk" -> Click "+ Add" -> Click "+ Start Integration".
2. **"Namespace" -**\
   Fill in the domain name for your Zendesk instance. For example, if your Zendesk account url is "<https://example.zendesk.com/>" you would enter "example" in this field.
3. **"Email" -**\
   Please enter the email of  Zendesk Admin.
4. **“API Token” -**\
   Copy the API token you previously created and paste it into this API Token field.
5. Click **"Finish"** to complete the onboarding process.

Once you have completed these steps, Zendesk should be successfully integrated with your Perimeters account.

<br>


---

# 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://support.perimeters.io/perimeters-documentation/connecting-perimeters/integrations-for-security-insights/saas-applications/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.
