# Recent chats (channel list)

<figure><img src="/files/VQGI0g4L6M39tlMM02op" alt="" width="339"><figcaption></figcaption></figure>

The UIKit provides users with an overview of all their active chat channels. It offers a quick glance at the latest conversations and helps users easily stay on top of ongoing discussions.

**Key Features:**

* **Channel Preview**: Each chat entry displays the channel name, latest message, timestamp, and unread message count.
* **Real-Time Updates**: Channels are dynamically sorted based on the most recent activity, ensuring the most active conversations appear at the top.
* **Unread Indicators**: Channels with unread messages are visually highlighted, allowing users to identify new activity at a glance.
* **Swipe to Archive**: Users can swipe right on any chat entry to quickly archive a channel, helping keep their recent chats organized and clutter-free.
* **Tap to Enter**: Tapping on a channel navigates to the full chat conversation view, where users can read and send messages.

This page acts as the central hub for managing and navigating between conversations.

*Supported on: Flutter*


---

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