> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/ja/nitsuitebitaidesuka/impactcom-mobile-app/mobile-app-account-administration/manage-your-user-profile-on-the-mobile-app.md).

# モバイルアプリでユーザープロフィールを管理する

プロフィールには、名前、連絡先情報などが含まれます。プロフィールには、言語やパスワード設定などのアカウントの一般設定も含まれます。デスクトップアプリケーションとは異なり、モバイルアプリにはプロフィールの詳細と [会社情報](/partner/ja/nitsuitebitaidesuka/impactcom-mobile-app/mobile-app-account-administration/manage-your-company-information-on-the-mobile-app.md) 同じ場所にあります。

#### プロフィールを管理

1. 左上隅で、選択します ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール]**.
2. プロフィールアイコンの右側で、 ![](/files/d0f446bd71cc9eda4e3cadea28246f1ecb6d946a) **\[切り替え]** すべてのアカウントを表示します。
3. アカウントを選択し、変更を加えます。
   * 各設定グループの詳細については、以下のセクションをご覧ください。
4. アカウントからサインアウトするには、 **ログアウト**.

   <div data-with-frame="true"><figure><img src="/files/04671d7954d3c78d650dd3d798d0dfa5eacd3d79" alt="" width="358"><figcaption></figcaption></figure></div>

<details>

<summary>一般</summary>

ここでは、パスワードなどの基本的なアカウント設定をカスタマイズできます。

| 設定         | 説明                                                                                                                                                                                   |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| テーマ        | 設定 *ライト* または *ダーク* テーマを、アプリ内での好みの閲覧体験に合わせて設定します。                                                                                                                                     |
| 言語         | アカウントに表示する言語を選択します。                                                                                                                                                                  |
| パスワードの更新   | アカウントのパスワードを変更するか、忘れた場合はパスワードをリセットします。                                                                                                                                               |
| アカウントを閉鎖する | アカウントの無効化についてはサポートまでお問い合わせください。詳しくは、 [パートナーアカウントを閉鎖する](/partner/ja/nitsuitebitaidesuka/account-management/account-settings/account-management/how-do-i-close-my-partner-account.md). |

</details>

<details>

<summary>新着情報</summary>

ブランドとのパートナーシップをより適切に管理するのに役立つ最新の機能と性能をご覧ください。左にスワイプしてさらに多くの機能を表示し、 **了解しました！** を選択してすべてを閉じます。

<div data-with-frame="true"><figure><img src="/files/a764baefa01540db6d875ae3c691f42205bb532d" alt="" width="179"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>アカウントの詳細</summary>

このセクションでは会社情報を表示できます。これらのオプションの詳細については、 [モバイルアプリで会社情報を管理する](/partner/ja/nitsuitebitaidesuka/impactcom-mobile-app/mobile-app-account-administration/manage-your-company-information-on-the-mobile-app.md).

| 詳細  | 説明                                |
| --- | --------------------------------- |
| 一般  | タイムゾーンや税務情報など、会社に関する基本的な詳細。       |
| 住所  | 会社の本社住所と請求先住所。                    |
| 連絡先 | 社内外の問い合わせに対応するための、会社の財務、技術、営業の窓口。 |

</details>

<details>

<summary>ヘルプとサポート</summary>

ヘルプセンターにアクセスするか、メールでお問い合わせください。

1. 選択します **ヘルプセンター**.
   * モバイルアプリ専用のヘルプ記事を見て、解決策を見つけましょう。
2. または、 **メールで問い合わせる**.
   * から *メールを送信...* スライドアップで、希望のメールアプリケーションを選択します。
   * 下部にデバイスの詳細が含まれた下書きが開きます。
   * コメントを追加し、完了したらメールを送信します。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/partner/ja/nitsuitebitaidesuka/impactcom-mobile-app/mobile-app-account-administration/manage-your-user-profile-on-the-mobile-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
