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