# Chat Home Page

## Chat Home Page

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

This widget serves as the main entry point for the chat feature in the application.

This component provides a user interface for navigating and interacting with chat-related functionalities, including viewing chat lists, creating new conversations, and accessing archived chats.

***

### Features

| Feature                        | Description                                                          |
| ------------------------------ | -------------------------------------------------------------------- |
| Chat List Display              | Displays a list of available chats for the user.                     |
| Network Connectivity Indicator | Shows a "Waiting for network..." message when the device is offline. |
| Create New Conversation        | Allows users to create a new chat conversation via a popup menu.     |
| Access Archived Chats          | Provides access to archived chats through a menu option.             |

***

### Usages

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

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

<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-home-page.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.
