> 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. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 左側の *一般*、選択します **アカウント情報**.
3. 管理したい情報を見つけてください。
   * 参照してください *アカウント情報の参照* 詳細情報はこちら。
4. 変更を加えてください。
5. 選択 **保存**.

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

管理できる情報の領域は 3 つあります: *基本情報、住所*、および *連絡先*.

<details>

<summary>基本情報</summary>

|        |                                                                                     |
| ------ | ----------------------------------------------------------------------------------- |
| **項目** | **説明**                                                                              |
| 名前     | ブランド名をフィールドに入力し、選択してください **保存**.                                                    |
| ウェブサイト | ドロップダウンメニューから、選択してください *https* ウェブサイトが安全に配信されている場合は *http* そうでない場合は。ドメイン名を入力してください。 |
| 業種     | ドロップダウン一覧から業種を選択します。二次および三次のドロップダウン一覧を使用して、業種をさらに絞り込むことができます。                       |
| 電話番号   | ドロップダウンメニューから、電話番号の発信元の国／地域を選択し、次に電話番号を入力してください。アカウントには最大 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.
