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

# Symbole in Ihrem Admin-Bereich

![Icons-Registerkarte](/files/4a624c97575b1c2cb9a31d64eddccd1bde7f4e52)

Ihr Admin-Panel bietet mehrere Symbole, die schnellen Zugriff auf wichtige Funktionen ermöglichen. Von der Verwaltung Ihrer Kontoeinstellungen und dem Ändern der Plattformsprache bis hin zum Erhalt wichtiger Benachrichtigungen und der Kontaktaufnahme mit dem Customer Success per Live-Chat helfen Ihnen diese Symbole, sich effizient zurechtzufinden. Werbetreibende haben außerdem ein Kontostand-Symbol, um Guthaben zu verfolgen und bei Bedarf Guthaben hinzuzufügen.

## Kontostand & Guthaben hinzufügen

{% hint style="info" %}
Dies gilt nur für Werbetreibende.
{% endhint %}

Zeigt das Kontoguthaben an und ermöglicht das Hinzufügen von Guthaben.

Weitere Informationen finden Sie unter: [Zahlungen](#balance-and-add-funds)

## Benutzerprofil

![Icons-Registerkarte](/files/2e670f193b733ae71a41adb1e895bddc69b8949c)

Das Dropdown-Menü „Benutzerprofil“ enthält die folgenden Optionen:

* **Mein Profil**: Zugriff auf Ihre Kontoeinstellungen und persönlichen Informationen und deren Verwaltung.

  Weitere Informationen finden Sie unter: [Mein Profil](/exoclick-docs/de/mein-profil.md)
* **Hilfe**: Zugriff auf den Dokumentationsbereich und andere hilfreiche Dokumentationen.

  Weitere Informationen finden Sie unter: [ExoClick-Dokumentation](https://docs.exoclick.com/)
* **Ansicht wechseln**: Passen Sie das Layout Ihres Admin-Panels an, indem Sie die obere Leiste an den Seitenrand des Bildschirms verschieben.
* **Abmelden**: Melden Sie sich vom Admin-Panel ab.
* **Version**: Sehen Sie die aktuelle Version Ihres Admin-Panels.

## Sprachauswahl

Wechseln Sie die Plattformsprache ganz einfach nach Ihren Wünschen.

Zu den verfügbaren Optionen gehören:

* 简体中文 (Vereinfachtes Chinesisch)
* Deutsch (Deutsch)
* Englisch
* Español (Spanisch)
* Français (Französisch)
* Bahasa Indonesia (Indonesisch)
* Italiano (Italienisch)
* 日本語 (Japanisch)
* Português (Portugiesisch)
* Русский (Russisch)
* ไทย (Thailändisch)
* Tiếng Việt (Vietnamesisch)

## Benachrichtigungen

Benachrichtigungen zu wichtigen Updates.

Weitere Informationen finden Sie unter: [Benachrichtigungen](/exoclick-docs/de/benachrichtigungen.md)

## Live-Chat

Kontaktieren Sie Customer-Success-Manager in Echtzeit.

Erreichen Sie uns ganz einfach per Live-Chat für sofortige Unterstützung.

Das Symbol wird ausgegraut angezeigt, wenn der Live-Chat nicht verfügbar ist, und aktiv, wenn der Support online ist.


---

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