> 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/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/manage-your-account/manage-your-account-information-as-a-brand.md).

# ブランドとしてアカウント情報を管理する

お客様の一部の詳細は *アカウント情報* Marketplaceの掲載情報に表示されます。入力すると、アカウント情報には、社内目的の連絡先情報に加えて、業界やウェブサイトに関する詳細が見込みパートナーに提供されます。

#### アカウント情報を管理する

1. 上部のナビゲーションバーから ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[ユーザープロフィール] → 設定**.
2. 左側の *全般*、次を選択します **アカウント情報**.
3. 管理したい情報を見つけてください。
   * 参照： *アカウント情報の参照* 詳細について。
4. 変更を加えます。
5. 選択 **保存**.

#### アカウント情報の参照

管理できる情報は3つの分野に分かれています： *基本情報、住所*、および *連絡先*.

<details>

<summary>基本情報</summary>

|        |                                                                                      |
| ------ | ------------------------------------------------------------------------------------ |
| **項目** | **説明**                                                                               |
| 名前     | 欄にブランド名を入力し、選択してください **保存**.                                                         |
| ウェブサイト | ドロップダウンメニューから選択してください *https* ウェブサイトが安全に配信されている場合、または *http* そうでない場合。ドメイン名を入力してください。 |
| 業種     | ドロップダウンリストから業種を選択してください。さらに、2次および3次のドロップダウンリストを使用して業種を絞り込むことができます。                   |
| 電話番号   | ドロップダウンメニューから、電話番号の発信元となる国／地域を選択し、電話番号を入力してください。アカウントには最大2件の電話番号を保存できます。             |
| タイムゾーン | impact.com に登録されているタイムゾーンを表示します。これは変更できません。                                          |

</details>

<details>

<summary>住所</summary>

|        |                    |
| ------ | ------------------ |
| **項目** | **説明**             |
| 会社住所   | 会社の郵送先住所を入力してください。 |

</details>

<details>

<summary>連絡先</summary>

アカウント用の担当連絡先を指定してください。既存のアカウントユーザーまたは新しい連絡先を追加できます。

|           |                                                                            |
| --------- | -------------------------------------------------------------------------- |
| **項目**    | **説明**                                                                     |
| 技術担当者     | この人物は、技術面に関する御社の窓口です。事業向けの技術導入を担当します。                                      |
| 営業担当者     | この人物は、取引に関する御社の窓口です。法的問題、契約、その他ビジネス関連事項を担当します。                             |
| セキュリティ担当者 | この人物は、コンプライアンスおよびセキュリティポリシーに関する御社の窓口です。事業に関するセキュリティおよびコンプライアンス関連の問題を担当します。 |

</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/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/manage-your-account/manage-your-account-information-as-a-brand.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.
