# 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.

To use ClearBot Assist's AI Agent functionality, make sure you have configured AI Agents. Learn how to do that below:

{% content-ref url="ai-agents" %}
[ai-agents](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/ai-agents)
{% endcontent-ref %}

## Use ClearBot Assist

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

<figure><img src="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-9e97f93a9587d9fae35feaaf3f3152476b3f0adb%2FScreenshot%202025-03-20%20165810%20(1).png?alt=media" alt=""><figcaption><p>ClearBot Assist on the triage channel</p></figcaption></figure>

### To Chat with an AI Agent

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

<figure><img src="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-bb81e05c07fa8256ab0a5157d9224b1736120c03%2Fimage%20(246).png?alt=media" alt="" width="464"><figcaption></figcaption></figure>

3. Type a question or action and hit submit
4. The AI Agent will generate a response from its configured knowledge base.
   1. Post the response in the thread
   2. Edit the response and then post it

<figure><img src="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-c7fdea9b67a292773b0f210e5a47b44346f03103%2Fimage%20(231).png?alt=media" alt="" width="426"><figcaption></figcaption></figure>

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

<figure><img src="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-780b39af7100c16c00689e29f1f60b53c9d57f69%2Fimage%20(245).png?alt=media" 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="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-025d3ff9d663e70913765827b5527fd63d8b8e79%2Fimage%20(230).png?alt=media" 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="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-a665c8501231206972e24d1d3e6f68cab2b9f785%2Fimage%20(232).png?alt=media" alt=""><figcaption></figcaption></figure>

### To Send Quick Replies

{% hint style="info" %}
Learn how to configure Quick Replies [here](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-helpdesk/quick-replies).
{% 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="https://3455705434-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE2O2wTaNovd6fXpEuLKz%2Fuploads%2Fgit-blob-c54cf7ec7d9b6dc1c42c33ed9988f0879322e219%2Fimage%20(233).png?alt=media" 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.
