# ClearBot Assist

ClearBot Assist helps you find answers from your knowledge base, summarize long threads, find previous requests, and send quick replies from the triage channel. It is available to all users. However integration with AI Agents requires subscription to a plan including AI credits.

{% hint style="info" %}
**Note:** Currently, ClearBot Assist is available only in Slack Triage channels and is not yet available in the ClearFeed WebApp.
{% endhint %}

## How to use ClearBot Assist

1. Go to your Triage Channel
2. You will find the ClearBot Assist button in the ticket message

<figure><img src="/files/svsZ51O6z4HtkfPknZMd" alt=""><figcaption><p>ClearBot Assist on the triage channel</p></figcaption></figure>

### To Chat with an AI Agent

Clearbot Assist is integrated with any AI Agents configured in your ClearFeed account. To configure AI Agents, please see [AI Agents Documentation](/clearfeed-help-center/clearfeed-ai/ai-agents.md)

1. Open the ClearBot Assist
2. Choose the AI Agent you want to chat with

<figure><img src="/files/ALiUoMeGy08rTT9tmB7j" alt="" width="464"><figcaption></figcaption></figure>

3. Type a question or action and hit submit. Note that the AI Agent will have access to the conversation history in the ticket in addition to any configured knowledge bases.
4. The AI Agent will generate a response, based on which you can:
   1. Post the response in the thread
   2. Edit the response and then post it

<figure><img src="/files/vlRI42PUq0t2oxsqx0JT" alt="" width="426"><figcaption></figcaption></figure>

5. You can also instruct the AI Agent to take actions on your configured Integrations.

<figure><img src="/files/Wz37PE3oRMV6fRA8Wprr" alt="" width="459"><figcaption></figcaption></figure>

### To Summarize Requests

1. Open the ClearBot Assist
2. Click on Summarize the thread
3. You will be presented with a summary of the entire thread. You can further:
   1. Post the summary to the thread
   2. Edit the summary and then post it to the thread

<figure><img src="/files/AL6cCYh9Wgxs37sRvCat" alt=""><figcaption></figcaption></figure>

### To See Previous Requests

1. Open the ClearBot Assist
2. Click on **Show Previous Requests**
3. We will show last 5 requests from the customer with links to the relevant Slack thread

<figure><img src="/files/DLmKicfySwfSLfdHlJ6w" alt=""><figcaption></figcaption></figure>

### To Send Quick Replies

{% hint style="info" %}
Learn how to configure Quick Replies [here](/clearfeed-help-center/clearfeed-helpdesk/quick-replies.md).
{% endhint %}

Quick replies are text templates that can be quickly inserted into conversations.

1. Click on the **ClearBot Assist** button
2. Select a reply from the dropdown
   1. You will see the content of the selected Quick Reply
3. You can click on **Post to Thread** to directly post the message
   1. You can also copy and paste the content to the Slack message editor, make changes and send the message

<figure><img src="/files/Vy2ABwguuQ9MS9kuhILA" alt=""><figcaption></figcaption></figure>


---

# 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.clearfeed.ai/clearfeed-help-center/clearfeed-ai/clearbot-assist.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.
