# New Chat Modal Screen

The New Chat Modal Screen allows for the Logged In user to select another user to begin a conversation with. This screen is made up of several components that have already been discussed in previous screen help docs, except for one, with a unique filter and several actions.

## New Components

### **Simple List**

<figure><img src="/files/wExqy9TRM4EZVsUFuIsJ" alt="" width="563"><figcaption></figcaption></figure>

This list displays all the names of the users inside the app except for the name of the Logged In User. The list is filtered by ID is **not equal** to the logged-in user ID.

⚡ **List Actions**

1. Create a conversation in the Conversations Collection with the names of the two users (Logged In and Current User)
2. Update the newly created conversation with the Users and ‘Add Current User.’
3. Update the newly created conversation and add the ‘Logged In User’ to “Users”
4. Link to the ‘Chat Screen’


---

# 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://help.adalo.com/feature-templates/user-chat/new-chat-modal-screen.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.
