# Chat List Component

## Chat List Component

This widget provides a list of chat conversations for the user.

This component enables users to view and interact with a list of chat conversations, including real-time updates and navigation to specific chats.

***

### Features

| Feature                    | Description                                                            |
| -------------------------- | ---------------------------------------------------------------------- |
| Display Chat Conversations | Shows a list of chat conversations for the user.                       |
| Real-Time Updates          | Automatically updates the chat list with new conversations or changes. |

***

### Usages

To use the ChatListComponent widget, include it in your widget tree as follows:

{% embed url="<https://gist.github.com/amythee/f67e3191d947c3a614c38c0512e79d2b>" %}

<br>


---

# 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.social.plus/social-plus-uikit/uikit-4/chat/recent-chats-channel-list/chat-list-component.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.
