# Conversations List Screen

Similar to a text messaging feature on any present-day phone, the User Chat Feature template allows users to interact with one another simply through one-on-one communication. The Conversations List Screen contains all the open conversations between two users, as well as a way to begin a new conversation.

The feature template contains a side navigation component, text components, button components, and a list component that displays information found in the database.

## The Components

### **Side Navigation**

<figure><img src="/files/dZeRK37YW6fCl55ownfh" alt="" width="184"><figcaption></figcaption></figure>

The side navigation will appear on most screens in the template as a means for the user to navigate to other areas of the app. It is important to note that if you change something about the side navigation, it must be changed on other screens, as well.

The ‘Active Menu Item’ for this screen is Menu Item 5.

### Text Components

<figure><img src="/files/mtKdrLWRqd3YVnT446GP" alt="" width="240"><figcaption></figcaption></figure>

These two components are static text — meaning they are written in plain text and are not being pulled from the database. You can change this text at any point and it will not impact anything found in the database.

### Button Component — New Button

<figure><img src="/files/VaTdQCjj6YyWnIyAveWY" alt=""><figcaption></figcaption></figure>

This button will connect to the ‘New Chat Modal’ screen when clicked so users can begin a new chat with someone.

⚡ **Button Action**

Link Action to the ‘New Chat Modal’ Screen.

### List Component — Conversations List

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

This component will display a list of all open conversations for the Logged In User.

⚡ **List Action**

Link Action 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/conversations-list-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.
