# 会話リストスクリーン

現代のどんな携帯電話のテキストメッセージ機能に似ている、ユーザーチャット機能テンプレートは、ユーザー同士が一対一のコミュニケーションを通じて簡単にやり取りできるようにします。会話リスト画面には、2人のユーザー間のすべてのオープンな会話と新しい会話を始める方法が含まれています。

この機能テンプレートには、サイドナビゲーションコンポーネント、テキストコンポーネント、ボタンコンポーネント、およびデータベース内の情報を表示するリストコンポーネントが含まれています。

## コンポーネント

### **サイドナビゲーション**

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

サイドナビゲーションは、ユーザーがアプリの他のエリアに移動する手段として、テンプレートのほとんどの画面に表示されます。サイドナビゲーションに何か変更を加えた場合は、他の画面でも変更する必要があることに注意してください。

この画面の「アクティブメニューアイテム」はメニューアイテム5です。

### テキストコンポーネント

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

これらの2つのコンポーネントは静的テキストです — つまり、プレーンテキストで書かれており、データベースから取得されていません。このテキストをいつでも変更でき、データベース内の情報には影響しません。

### ボタンコンポーネント — 新規ボタン

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

このボタンをクリックすると、「新しいチャットモーダル」画面に接続され、ユーザーは誰かと新しいチャットを始めることができます。

⚡ **ボタンアクション**

「新しいチャットモーダル」画面へのリンクアクション。

### リストコンポーネント — 会話リスト

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

このコンポーネントは、ログインしているユーザーのすべてのオープンな会話のリストを表示します。

⚡ **リストアクション**

「チャット画面」へのリンクアクション


---

# 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/ja/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.
