> 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).

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

あなたの *アカウント情報* お客様のマーケットプレイス掲載に表示されます。入力すると、アカウント情報には、社内利用の連絡先情報に加えて、業種やウェブサイトに関する詳細が見込みのパートナーに提供されます。

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

1. 上部のナビゲーションバーから、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → \[設定]**.
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.
