> 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 %}

显示账户余额，并可充值。

更多详情，请访问： [付款](#balance-and-add-funds)

## 用户资料

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

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

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

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

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

## 语言选择器

轻松切换平台语言至你偏好的语言。

可用选项包括：

* 简体中文
* 德语
* 英语
* 西班牙语
* 法语
* 印度尼西亚语
* 意大利语
* 日语
* 葡萄牙语
* 俄语
* 泰语
* 越南语

## 通知

重要更新提醒。

更多详情，请访问： [通知](/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.
