# Zendesk

Zendesk provides software-as-a-service products related to customer support, sales, and other customer communications. To use Zendesk with PixieBrix, you’ll need to set up an integration.

### Create a Zendesk Integration in PixieBrix

{% hint style="info" %}
To set up a cloud integration that your team can access, head to the [Admin Console](https://app.pixiebrix.com/). *If you'd rather set up something locally, use the Extension Console. Learn more in* [Configuring Integrations](/integrations/configuring-integrations.md).
{% endhint %}

From the **Integrations** section in the Admin or Extension Console, click the **+** **Add Integration** button in the top right corne&#x72;**.**

Search for and select [Zendesk](https://www.pixiebrix.com/marketplace/0ef443f1-41ea-4bf1-9ab2-51ec759c6e9b/).

<figure><img src="/files/MRUZMZA1s2nrxnc5jvLm" alt=""><figcaption></figcaption></figure>

Name your configuration something clear to you and fill out the rest of the form with values provided when registering your Zendesk application.

<figure><img src="/files/37TaDPoa82eh7WAjmmZY" alt=""><figcaption></figcaption></figure>

Click **Save,** and your integration will be ready for use. When using the integration, you will occasionally be prompted to login and allow PixieBrix to connect to Zendesk.

<figure><img src="/files/9nT2I1ZikjZYhDwuGp36" alt=""><figcaption></figcaption></figure>

See the [Zendesk mods](https://www.pixiebrix.com/marketplace/search/?tags=zendesk) and bricks. Notable bricks include:

* [List Zendesk tickets](https://www.pixiebrix.com/marketplace/2325c68a-7427-483a-ab93-f8224aa2f592/)
* [Get Zendesk ticket](https://www.pixiebrix.com/marketplace/023a344c-3b54-41ef-a4e4-7d1100ad2838/)
* [Get Zendesk ticket comments](https://www.pixiebrix.com/marketplace/edbfed83-23a8-4f80-8565-63c42cf36bde/)
* [Create Zendesk ticket](https://www.pixiebrix.com/marketplace/7b6181a6-6919-40dc-bf82-b92d0ac7205c/)
* [Update Zendesk ticket](https://www.pixiebrix.com/marketplace/f5e73af2-24b1-44aa-aa2e-2c6a51cda160/)
* [Delete Zendesk ticket](https://www.pixiebrix.com/marketplace/afd54ac5-b5f0-4587-9f3a-51b78453f813/)


---

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