> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/exoclick-docs/zh/admin-panel-icons.md).

# 管理面板中的图标

![图标选项卡](/files/b2dd80d503ccda70f9888ad86ca281b4f1ae4f7e)

您的管理面板包含多个图标，可快速访问关键功能。从管理账户设置、切换平台语言，到接收重要通知以及通过在线聊天联系客户成功团队，这些图标都能帮助您高效导航。广告商还可使用余额图标来查看资金并在需要时充值。

## 余额与充值

{% hint style="info" %}
这仅适用于广告商。
{% endhint %}

显示账户余额并允许充值。

更多详情，请访问： [付款](/advertisers/zh/advertiser-payments.md)

## 用户资料

![图标选项卡](/files/e6682234e511d7354ba58b2c40be724514e89159)

用户资料下拉菜单包含以下选项：

* **我的资料**：访问并管理您的账户设置和个人信息。

  更多详情，请访问： [我的资料](/exoclick-docs/zh/wo-de-ge-ren-zi-liao.md)
* **帮助**：访问文档部分和其他有用的文档。

  更多详情，请访问： [ExoClick 文档](/zh/readme.md)
* **切换视图**：通过将顶部栏移动到屏幕侧边来调整管理面板的布局。
* **退出登录**：退出管理面板。
* **版本**：查看管理面板的当前版本。

## 语言选择器

轻松切换平台语言以符合您的偏好。

可用选项包括：

* 简体中文（简体中文）
* Deutsch（德语）
* 英语
* Español（西班牙语）
* Français（法语）
* Bahasa Indonesia（印尼语）
* Italiano（意大利语）
* 日本語（日语）
* Português（葡萄牙语）
* Русский（俄语）
* ไทย（泰语）
* Tiếng Việt（越南语）

## 通知

重要更新提醒。

更多详情，请访问： [通知](/exoclick-docs/zh/tong-zhi.md)

## 在线聊天

实时联系客户成功经理。

通过在线聊天轻松联系我们，获取即时帮助。

当在线聊天不可用时，该图标会显示为灰色；当支持在线时会处于激活状态。


---

# 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://docs.exoclick.com/exoclick-docs/zh/admin-panel-icons.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.
