> 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/zh/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/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
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/zh/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.
