# Freshdesk

Freshdesk can be integrated into the iMBrace platform using an API key for a given user account.

## Account integration using API key <a href="#id-1dkibekfc545" id="id-1dkibekfc545"></a>

To begin, you will need:

* A Freshdesk Support Desk account.
* Access to your Freshdesk dashboard.

**STEP 1:** In the top-right corner, go to your account’s **\[Profile Settings]**.

![](/files/DiYpkGk1jbny2bAni50M)

**STEP 2:** Copy the **API key** in the right column.

![](/files/gFyY3YU8oD7trDNVSWtX)

**STEP 3:** Identify the **subdomain** of your Freshdesk account. This is the part of the URL before “**.freshdesk.com**” (in the example below, the subdomain is “imbrace-help”.)

![](/files/uJFpilFxMc4wjAb3Cfv3)

**STEP 4:** In iMBrace, create a new credential of type **Freshdesk API** and enter the API key. Enter the subdomain in the **Domain** field. Then click **\[Submit]**.

![](/files/YgQNrLlMbryyL8rW3S6t)

**DONE:** The credential can then be used for Freshdesk nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/freshdesk.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.
