# Freshdesk

## Setup Guide

You can create your Freshdesk app in the [Freshdesk Developer Portal](https://developers.freshdesk.com/).

You'll need the following information to set up your Freshdesk App with Konnect:

* Client ID
* Client Secret

### Prerequisites

* Developer account with [Freshdesk Developer Portal](https://developers.freshdesk.com/).
* Freshdesk requires you have a Freshdesk account to create an app

### Create a Freshdesk app

1. In the Freshdesk Developer Hub go to the `Your Apps` section
2. Click on the `New App` button and name your app
3. Select `Public App` type and then click `Save`

### Add Freshdesk Connector to Kolla

Login to your Kolla admin portal and go to Connectors. Click on "Add New Connector" and select Freshdesk from the list of available connectors.

Input all the data from the previous steps and click "Create"


---

# 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.getkolla.com/kolla/connector-guides/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.
