# 私のプロフィール画面

ユーザープロフィール画面は、アプリのユーザーに関する情報をわかりやすく表示します。ユーザーバイオからプロフィール写真まで、この画面はアプリ内の各個人ユーザーの概要です。

この画面にはユニークなコンポーネントはありませんが、サインアッププロセス中に収集されないユーザーのデータポイントがあります。これらのデータポイントはこの画面に表示され、管理者がAdaloを介して各ユーザーごとに入力する必要があります。

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

これらのプロパティは、ユーザーコレクションの評価とプレイしたゲームのプロパティに可視フィールドを追加することで、プロフィール作成（セットアップステップ1）に簡単に追加できます。

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

* 「アカウント設定」画面へのリンクアクションを、マイプロフィール編集ボタンから実行します。


---

# 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-profile-and-account-settings/my-profile-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.
