# Amity Channel Create Conversation Page

<figure><img src="/files/mYND3iDbga4Fo94TXUMd" alt="" width="347"><figcaption></figcaption></figure>

This widget provides a user interface for creating a new chat conversation.

This component enables users to search for other users and initiate a new chat conversation with them.

***

### Features

| Feature                  | Description                                                             |
| ------------------------ | ----------------------------------------------------------------------- |
| Search Users             | Allows users to search for other users by typing at least 3 characters. |
| User List Display        | Displays a list of users matching the search query.                     |
| Real-Time Search Updates | Updates the user list dynamically as the search query changes.          |
| Start New Conversation   | Enables users to select a user and start a new chat conversation.       |
| Error Handling           | Displays appropriate messages for no results or invalid search queries. |

***

### Usages

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

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


---

# 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/amity-channel-create-conversation-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.
