---
title: "AI Agent"
slug: "ai-agent"
updated: 2025-10-22T13:54:13Z
published: 2025-10-22T13:54:13Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.unleash.so/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Agent

Admins can create and deploy a general assistant as a Slack AI Agent directly within Slack. These AI Agents lets you chat with the configured backend assistant from anywhere in Slack by pinning it to your top bar. This makes it easy to get instant answers, ask follow-up questions, and access your company’s knowledge, without switching context.

[Video](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Slack%20AI%20Agent%20Video.mp4)

## **Creating an AI Agent in Unleash**

### **Part 1: Create the Slack App**

Before configuring the AI agent in Unleash, you must first create a Slack app:

- Go to [Your Apps](https://api.slack.com/apps) in Slack.
- Click **Create New App**.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1751961577785.png)

- Select **From a manifest**.

![Instructions for creating a Slack app with options for configuration and agreement.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1751961508518.png)

- Choose your Slack workspace and click **Next**.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Screenshot 2025-08-13 at 12.15.34(1).png)

- Delete the content in the manifest. The manifest should be left blank.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Screenshot 2025-08-13 at 12.26.56.png)

- Pause here, you'll return after generating the manifest in Unleash.

> **Note:**This Slack app does not support all capabilities of a custom Slack app. It cannot be invited to channels to answer questions.

### **Part 2: Create the AI Agent in Unleash**

> **Note:**Skip to Part 3 if you're creating the AI Agent by clicking **Deploy to Slack** from within the [General Assistant](/v1/docs/unleash-general-assistant) setup.

- Navigate to ![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Group 2413(2).png) **Control Center** in Unleash.
- Under **Add-ons**, select ![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Vector (3)(1).png) **Experiences**.
- Find the Slack section and click **+ Create New.**
- Click **AI Agent**.
  - This will initiate the creation of an app in Slack, which you’ll later pin to the agent space in the top bar. This is not the same as a Custom Slack App.
- A setup pop-up will appear. Select a **General Assistant** that will be used to source answers for the agent from the list that appears.
  - You can choose General Assistants configured with [Connected Sources or Public Sources](/v1/docs/unleash-general-assistant#knowledge-source)as their knowledge base.
  - You can also start by creating a General Assistant. Follow this guide to create a [General Assistant](/v1/docs/unleash-general-assistant) properly and return to the step below to continue.

### Part 3: Configuring the AI Agent

- From the pop-up edit the name and description for the app.
- Click **Next** to view the generated manifest.
- Copy the manifest and return to Slack (Part 1).
  - We suggest you make any changes to the manifest in Unleash first and then copy the updated manifest to Slack to avoid mismatches.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Administration_Slack (2).png)

- Open the Slack screen from Part 1 where you started creating the app.
- Paste the manifest into the **Create app from manifest** field in Slack.

![Creating a Slack app from a manifest with JSON configuration details displayed.](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1751963848480.png)

- Click **Next**.
- On the next screen, click **Create**.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Screenshot 2025-08-13 at 12.22.43(1).png)

- Copy the following values from Slack:
  - App ID
  - Client ID
  - Client Secret
  - Signing Secret

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1751964274040.png)

- Paste these into the corresponding fields in Unleash.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Administration_Slack (1).png)

- Click **Save and Install** in Unleash.
- A new tab will open with the Slack app installation page. Click **Allow.**

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1751971929414.png)

- Your app will now appear under Apps in the Slack sidebar and be ready for use.

## Pin the AI Agent in Slack’s Top Bar

**To pin the Unleash Assistant to the top bar:**

- Open the **Unleash** app in Slack.
- From your desktop, click your profile picture in the sidebar.
- Select **Preferences** from the menu.
- Click **Navigation**.
- Under **App agents & assistants**, check the box next to the app you’d like to display. Uncheck the box to hide it.

For more information, [view the Slack documentation](https://slack.com/help/articles/33077521383059-Manage-app-agents-and-assistants#enterprise-plans-1).
