# 利用規約画面

利用規約画面は、データベースに挿入される一意の用語見出しと用語本文のリストを表示します。これらの用語はリスト形式で表示されます。

このリストは、データベース内の情報を必要に応じて変更できるため、利用規約を変更するたびにアプリの新しいバージョンをユーザーにライブ配信する必要がないため、ユーザーエクスペリエンスが向上します。

## コンポーネント

### **リストコンポーネント**

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

このリストは、Adaloの他のリストコンポーネントとは異なり、情報の表示のみを目的としており、アクションは添付されていません。利用規約はデータベースから取得され、情報を動的な方法で表示するため、アプリのパフォーマンスを維持するのに役立ちます。

### 同意して署名ボタン

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

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

* 「同意して署名するモーダル」画面へのリンクアクション

### 管理ポータルボタン

<figure><img src="/files/9HrNGLUuV13L1MszMYhL" alt="" width="237"><figcaption></figcaption></figure>

このボタンは、ログインしているユーザーが管理者である場合に条件付きで表示されます。これは、Usersコレクション内のAdmin?プロパティによって制御され、TRUEに設定する必要があります。

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

* 「署名管理」画面へのリンクアクション


---

# 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/agree-and-sign/terms-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.
