> For the complete documentation index, see [llms.txt](https://docs.juble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.juble.io/helpdesks/zendesk/link-zendesk-account.md).

# Link Zendesk Account

To integrate your Juble.io account with Zendesk, follow these simple steps:

1. **Log in to Your Juble.io Account:** Start by logging in to your Juble.io account using your credentials.
2. **Navigate to Helpdesk:** Once you're logged in, navigate to the "Helpdesk" option in the menu.
3. **Click on "Connect":** In the Helpdesk menu, click on the "Connect" button.

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

4. **Select Zendesk:** You will be presented with integration options. Choose "Zendesk" to proceed with connecting your Zendesk account.

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

5. **Input Zendesk Subdomain:** Enter your Zendesk subdomain. This is the unique part of your Zendesk URL, usually in the format "yourcompany.zendesk.com".

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

6. **Authorize the Connection:** Clicking "Continue" will redirect you to your Zendesk instance, where you'll be asked to authorize the connection between Juble.io and Zendesk.
7. **Approve Access:** In your Zendesk instance, approve the access request from Juble.io. This authorization allows Juble.io to connect with your Zendesk account securely.

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

8. **Redirect Back to Juble.io:** Once approved, you will be automatically redirected back to your Juble.io account.

Congratulations! Your Juble.io account is now successfully linked with your Zendesk instance. You're all set to enjoy the benefits of this integration for efficient communication and support operations.

If you encounter any issues during the linking process or need further assistance, please reach out to our support team at \[<support@juble.io>]. We're here to help you make the most of your Juble.io integration.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.juble.io/helpdesks/zendesk/link-zendesk-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
