> 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/partner/zh/ni-xiang-liao-jie-shen-me/impactcom-mobile-app/mobile-app-account-administration/manage-your-company-information-on-the-mobile-app.md).

# 在移动应用中管理您的公司信息

你的 [用户资料](/partner/zh/ni-xiang-liao-jie-shen-me/impactcom-mobile-app/mobile-app-account-administration/manage-your-user-profile-on-the-mobile-app.md) 包含有关您账户的信息，例如常规设置和账户详情。您可以在以下位置找到您的公司信息： *账户详情*。您的部分公司信息会显示在您的 Marketplace 列表中，以便向品牌提供有关您业务的详细信息，并为内部用途提供联系方式。

#### 查看您的公司信息

这是您在设置合作伙伴账户时提供的信息。您无法在移动应用中编辑此信息。如果您在创建账户时将某个字段留空，它将显示“*无结果*".

1. 在左上角，选择您的 **个人资料图标**.
   * 请确保您位于正确的账户中。有关更多信息，请参阅 [在移动应用中管理您的用户资料](/partner/zh/ni-xiang-liao-jie-shen-me/impactcom-mobile-app/mobile-app-account-administration/manage-your-user-profile-on-the-mobile-app.md).
2. 选择 **账户详情**.
3. 使用账户名称下方的导航栏在各信息类别之间切换。

   * 有关每个类别的更多信息，请参阅以下说明。

   <div data-with-frame="true"><figure><img src="/files/55a7b17aa7e945060822ce93f9123f262415f373" alt="" width="360"><figcaption></figcaption></figure></div>

<details>

<summary>常规说明</summary>

|              |                                                                                                                                                                                                                                   |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **字段**       | **说明**                                                                                                                                                                                                                            |
| 网站           | 您网站的网址。                                                                                                                                                                                                                           |
| 电话号码         | 您在工作时间可联系到的号码。                                                                                                                                                                                                                    |
| 备用电话号码       | 当主号码无法接通时，您可通过的第二个电话号码。                                                                                                                                                                                                           |
| 最低联系评分       | 可分配给合作伙伴对话的最低评分——用于内部用途。                                                                                                                                                                                                          |
| 时区           | 您账户中所有日期和时间所设置的时区。                                                                                                                                                                                                                |
| 货币           | 您在 impact.com 申请中选择的货币。此项无法更改。                                                                                                                                                                                                    |
| 已注册间接税       | 这里将显示 *是*/*否* 具体取决于您在 impact.com 申请中选择的内容。                                                                                                                                                                                        |
| 组织类型         | 您在创建账户时填写的组织类型。可为以下 7 个选项之一： *非营利组织/政府机构*, *公司*, *个人/个体经营者*, *合伙企业*, *有限责任公司/有限责任合伙企业/LLS*, *信托*，或 *其他*.                                                                                                                          |
| EIN/SSN/外国税号 | 根据您在创建账户时输入的内容，这将显示您的 [雇主识别号码](https://www.irs.gov/businesses/small-businesses-self-employed/employer-id-numbers) （EIN）、社会安全号码（SSN）、 [外国税号](https://www.irs.gov/individuals/individual-taxpayer-identification-number) ，或“*不适用*". |

</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/partner/zh/ni-xiang-liao-jie-shen-me/impactcom-mobile-app/mobile-app-account-administration/manage-your-company-information-on-the-mobile-app.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.
