# Fresh desk

Churned integrates with Freshdesk to sync ticketing data, track customer interactions, and analyze support performance.

### How to Connect Freshdesk to Churned

1. Log in to the Churned platform and go to the “Integrations” section.
2. Click “New Integration” and select Freshdesk from the list.
3. You will be prompted to enter the following credentials:

#### Required Credentials

* apiDomain – Your Freshdesk account domain (e.g., yourcompany.freshdesk.com).
* apiKey – The API key used for authentication.

### How to Retrieve Your Freshdesk Credentials

#### 1. Get the apiDomain

1. Log in to your Freshdesk account.
2. Your apiDomain is the URL you use to access Freshdesk (e.g., <https://yourcompany.freshdesk.com>).

#### 2. Get the API Key

1. Log in to Freshdesk as an Admin.
2. Click on your profile icon in the top right corner.
3. Select Profile Settings.
4. Copy the API key displayed under Your API Key.

### Final Steps

1. Enter the apiDomain and apiKey in the Churned integration form.
2. Click Save and test the connection.
3. Once connected, notify the Churned team to synchronize data.

### Helpful Links

* [Freshdesk API Documentation](https://developers.freshdesk.com/api/#introduction)


---

# 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.churned.io/churned-docs/integrations/fresh-desk.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.
