> 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/admin-panel-icons.md).

# Icons in Your Admin Panel

![Icons-tab](/files/e0d5c3f3d769fb76c1ab07243b20c8fb814bdb2a)

Your admin panel features several icons that provide quick access to key functions. From managing your account settings and changing the platform language to receiving important notifications and contacting Customer Success via live chat, these icons help you navigate efficiently. Advertisers also have a balance icon to track funds and add credit when needed.

## Balance & Add Funds

{% hint style="info" %}
This applies only to advertisers.
{% endhint %}

Displays account balance and allows adding funds.

For more details, visit: [Payments](#balance-and-add-funds)

## User Profile

![Icons-tab](/files/ca6737000a7e5b5096affd674ff03950aaecd125)

The User Profile dropdown contains the following options:

* **My Profile**: Access and manage your account settings and personal information.

  For more details, visit: [My Profile](/exoclick-docs/my-profile.md)
* **Help**: Access the Documentation section and other helpful documentation.

  For more details, visit: [ExoClick Documentation](https://docs.exoclick.com/)
* **Switch View**: Adjust the layout of your admin panel by moving the top bar to the side of the screen.
* **Logout**: Sign out of the admin panel.
* **Version**: View the current version of your admin panel.

## Language Selector

Easily switch the platform language to your preference.

The available options include:

* 简体中文 (Simplified Chinese)
* Deutsch (German)
* English
* Español (Spanish)
* Français (French)
* Bahasa Indonesia (Indonesian)
* Italiano (Italian)
* 日本語 (Japanese)
* Português (Portuguese)
* Русский (Russian)
* ไทย (Thai)
* Tiếng Việt (Vietnamese)

## Notifications

Alerts for important updates.

For more details, visit: [Notifications](/exoclick-docs/notifications.md)

## Live Chat

Contact Customer Success Managers in real time.

Easily reach us via live chat for instant assistance.

The icon will appear grayed out when live chat is unavailable and active when support is online.


---

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