> ## Documentation Index
> Fetch the complete documentation index at: https://koreai-agent-management-platform-dev.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Third Party Configuration

Third Party Configuration lets you manage app configuration parameters — such as `QueueIdentifier` and custom data — within an embedded Agent AI app. This enables dynamic iframe URL generation for third-party CCaaS/CRM platforms, eliminating the need for separate configuration on the third-party desktop.

***

## Configure a Third Party Integration

1. Sign in to **Agent AI**.

2. Go to **Configuration** > **System Setup** > **Third Party Configuration**.

3. Select **+ New Record**.

   <img src="https://mintcdn.com/koreai-agent-management-platform-dev/5xmmpaY3Y4MONuk6/ai-for-service/agentai/configuration/third-party-configuration-images/new-record.png?fit=max&auto=format&n=5xmmpaY3Y4MONuk6&q=85&s=2e047fef3267f18ac1805f1bb9ec10a5" alt="New Record" width="1644" height="310" data-path="ai-for-service/agentai/configuration/third-party-configuration-images/new-record.png" />

4. Enter the record details:

   | Field                | Description                                                                                            |
   | -------------------- | ------------------------------------------------------------------------------------------------------ |
   | **Name**             | Name of the record.                                                                                    |
   | **Description**      | A brief description of the record.                                                                     |
   | **Queue Identifier** | Queue or skill name. Enter multiple values by pressing **Enter**. Must be unique at the account level. |

   <Note>The Queue Identifier value must be unique at the account level and is a string.</Note>

   <img src="https://mintcdn.com/koreai-agent-management-platform-dev/5xmmpaY3Y4MONuk6/ai-for-service/agentai/configuration/third-party-configuration-images/create-record.png?fit=max&auto=format&n=5xmmpaY3Y4MONuk6&q=85&s=b705d36f7bdf9ca12a15d79e569ee901" alt="Create Record" width="688" height="882" data-path="ai-for-service/agentai/configuration/third-party-configuration-images/create-record.png" />

5. Select **Next**.

6. Select **+ New Value Pair** to define key-value pairs.

7. Select a key from the **Key** list and enter its value in the **Value** field. Add more pairs by selecting **+ New Value Pair**. To delete a key, select the delete button next to it.

   <img src="https://mintcdn.com/koreai-agent-management-platform-dev/5xmmpaY3Y4MONuk6/ai-for-service/agentai/configuration/third-party-configuration-images/add-values.png?fit=max&auto=format&n=5xmmpaY3Y4MONuk6&q=85&s=b452b37fd82714506bb60a3babc13258" alt="Add Values" width="627" height="863" data-path="ai-for-service/agentai/configuration/third-party-configuration-images/add-values.png" />

8. Select **Create**.

### Field Reference — Configure Value

| Field                      | Description                                                                                                                                                           |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **CustomDataConfig**       | JSON object with keys and xpath paths to values in the Genesys Conversation API result. Passed to the Agent AI widget at runtime and available in the context object. |
| **SecureCustomDataConfig** | JSON object with keys and xpath paths to values in the Genesys Conversation API result. Securely passed to the widget at runtime.                                     |
| **AudiohookEnabled**       | Boolean flag indicating whether Kore audio processing is enabled. Specific to Genesys desktop.                                                                        |
| **AppLanguageCode**        | Specifies the language and locale the app uses during interaction.                                                                                                    |
| **Value**                  | Values must be **base64** encoded.                                                                                                                                    |

***

## Edit or Delete a Record

1. Sign in to **Agent AI**.

2. Go to **Configuration** > **System Setup** > **Third Party Configuration**.

3. Select the vertical ellipsis on the record you want to modify.

   <img src="https://mintcdn.com/koreai-agent-management-platform-dev/5xmmpaY3Y4MONuk6/ai-for-service/agentai/configuration/third-party-configuration-images/edit-delete-record.png?fit=max&auto=format&n=5xmmpaY3Y4MONuk6&q=85&s=20e9c980941597e3ca0c36a20b30c292" alt="Edit Delete Record" width="822" height="446" data-path="ai-for-service/agentai/configuration/third-party-configuration-images/edit-delete-record.png" />

   * **Edit** — make updates and select **Update**.
   * **Delete** — a confirmation message appears.

   <img src="https://mintcdn.com/koreai-agent-management-platform-dev/5xmmpaY3Y4MONuk6/ai-for-service/agentai/configuration/third-party-configuration-images/delete-record.png?fit=max&auto=format&n=5xmmpaY3Y4MONuk6&q=85&s=2bd952168efd5150acc89ade36e85ff1" alt="Delete Record" width="379" height="144" data-path="ai-for-service/agentai/configuration/third-party-configuration-images/delete-record.png" />

4. Select **Delete** to confirm deletion.

***


Built with [Mintlify](https://mintlify.com).