> 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/agency/zh/what-would-you-like-to-learn-about/readme/impactcom-ui-tour-for-agencies.md).

# impact.com 面向代理机构的 UI 导览

欢迎来到 impact.com！浏览一下代理机构用户界面，了解各功能的位置。另请查看我们关于以下内容的文章： [绩效仪表板](/agency/zh/what-would-you-like-to-learn-about/readme/agencies-performance-dashboard.md).

#### 左侧导航菜单

左侧导航菜单是您查找管理账户、访问 Marketplace 以及开始运行报告的选项所在的位置。

|          |                                                                                                                    |
| -------- | ------------------------------------------------------------------------------------------------------------------ |
| **菜单选项** | **说明**                                                                                                             |
| 仪表板      | 返回到 [绩效仪表板](/agency/zh/what-would-you-like-to-learn-about/readme/agencies-performance-dashboard.md) ，查看您管理的账户表现如何。 |
| 广告主      | 管理品牌（原 *广告主*）账户，这些账户已签约给您。                                                                                         |
| 媒体合作伙伴   | 管理已签约给您、想要与您签约的合作伙伴账户，并且您可以在此选项卡中查看合作伙伴消息历史。                                                                       |
| 市场       | 在此访问品牌、合作伙伴和代理机构市场。                                                                                                |
| 报表       | 可从此选项卡查找并运行报告。                                                                                                     |

#### 底部角落选项

屏幕左下角可用于管理通知设置、查看账户财务等。屏幕右下角可访问指南中心、预约与 CSM 会面等。

**左下角选项**

|            |                                  |
| ---------- | -------------------------------- |
| **界面元素**   | **说明**                           |
| 通知         | 查看任何账户通知并设置账户通知选项。               |
| 最新动态       | 查看 impact.com 的最新功能发布、改进和其他公告。   |
| 更多菜单（三点菜单） | 更新设置、管理财务，并查看 impact.com 中的最新动态。 |
| 个人资料       | 在此查看和编辑您的个人资料详情，并退出 impact.com。  |

**右下角选项**

选择蓝色 **?** **\[问号]** 后，您可以从以下选项中选择：

|          |                                                                 |
| -------- | --------------------------------------------------------------- |
| **菜单选项** | **说明**                                                          |
| PXA      | 通过我们的 Partnership Experience Academy 取得认证，并拓展您对 impact.com 的了解。 |
| 指南中心     | 启动 impact.com 的指南中心，在那里您可以跟随分步指南学习如何使用 impact.com 平台。           |
| 预约时间     | 与 impact.com 代表预约。                                              |
| 在线聊天     | 获得 impact.com 客户解决方案团队的实时帮助。                                    |
| 工单       | 在此创建并管理支持工单。                                                    |
| 帮助文档     | 访问 impact.com 帮助中心（本指南所在位置）。                                    |


---

# 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/agency/zh/what-would-you-like-to-learn-about/readme/impactcom-ui-tour-for-agencies.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.
