# Chat Room

![](/files/-MlTilQMa7eynfq7eNmH)

### Message list page header

![](/files/-MlTjPARhQbg8B6JeRw_)

### Features

| Feature                | Description                                                                 |
| ---------------------- | --------------------------------------------------------------------------- |
| Community avatar       | If the community has no avatar, the system will show the default avatar.    |
| Community display name | If the community has no display name, the display name will be 'anonymous'. |
| Member count           | Shows how many members the community has                                    |

### Message list&#x20;

![](/files/-MlTju8q-HjvG35cYIY7)

### Feature

| Feature             | Description                                                                         |
| ------------------- | ----------------------------------------------------------------------------------- |
| Conversation thread | Latest messages will be at the bottom of the screen. Scroll up to see all messages. |

### Compose Message

![](/files/-MlTmoGXl84H58vcHokY)

### Features

| Feature     | Description                                                                                                  |
| ----------- | ------------------------------------------------------------------------------------------------------------ |
| Send Image  | <p>Allows you to send an image message. </p><p><em>Note:This is currently not supported yet.</em></p>        |
| Send file   | <p>Allows you to attach a file in the message. </p><p><em>Note:This is currently not supported yet.</em></p> |
| Compose bar | You can compose the message that you want to send here.                                                      |
| Send        | <p>Button for sending your message.</p><p><em>Note: Pressing Enter will also send the message.</em></p>      |


---

# 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-3/web/chat-uikit/chat-components/chat-room.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.
