> 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/freshdesk/link-freshdesk-account.md).

# Link Freshdesk Account

To integrate your Juble.io account with Freshdesk, 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.
4. **Select Freshdesk:** You will be presented with integration options. Choose "Freshdesk" to proceed with connecting your Freshdesk account.

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

5. **Get your Freshdesk Domain:** Note down your Freshdesk domain without the ".freshdesk.com" part. For example, if your Freshdesk URL is "yourcompany.freshdesk.com," your domain is "yourcompany"
6. **Retrieve your Freshdesk API Key**: Follow [this guide](https://support.freshdesk.com/en/support/solutions/articles/215517-how-to-find-your-api-key) to find and copy your API Key.

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

Congratulations! Your Juble.io account is now successfully linked with your Freshdesk 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/freshdesk/link-freshdesk-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.
