# AmityChatPage

## AmityChatPage<br>

<figure><img src="/files/bFOyGShIXyR5jkqIq4YY" alt="" width="378"><figcaption></figcaption></figure>

This widget serves as the main component for displaying and interacting with individual chat conversations in the application.

This component provides a user interface for viewing messages, sending new messages, replying to messages, and other chat-related functionalities.

***

<br>

### Features

| Feature              | Description                                                     |
| -------------------- | --------------------------------------------------------------- |
| Conversation View    | Complete chat interface with message history and input controls |
| Channel Management   | Mute/unmute toggle and conversation settings                    |
| Network Awareness    | Offline mode indication and automatic reconnection              |
| Message Organization | Chronological display with date separators                      |

<br>

### Usages

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

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


---

# 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/conversation-chat/amitychatpage.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.
