> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/de/usage/tray-menu.md).

# Tray-Menü

Klicken Sie mit der rechten Maustaste auf das KONNEKT-Symbol in der Taskleiste, um auf das **Tray-Menü** zuzugreifen und grundlegende Einstellungen zu konfigurieren. Die Menüoptionen sind wie folgt:

![](/files/197134453a6a0ac79d6bd9413fe713a725244a67)

## Version

Zeigt die aktuelle KONNEKT-Version an.

## Nach Updates suchen

Um KONNEKT zu aktualisieren, klicken Sie einfach auf **Nach Updates suchen**. KONNEKT findet und installiert automatisch die neueste Version.

## Zuletzt geprüft

Zeigt an, wie viel Zeit seit der letzten Suche nach einem Update vergangen ist.

## Neueste Version

Zeigt die aktuellste Version von KONNEKT an

## Protokoll

Um einen Überblick über KONNEKT-bezogene Aktivitäten, Ereignisse und Fehler zu erhalten. Um es zu öffnen, klicken Sie einfach auf **Protokoll** im Tray-Menü.

![Protokollbeispiel](/files/ac14378b2459df622e7f457527f2f9ff6a77fc1d)

## Beenden

Wenn Sie KONNEKT schließen und die Verbindung zu SharePoint Online und OneDrive beenden möchten, klicken Sie auf **Beenden** im Tray-Menü.

{% hint style="info" %}
Um KONNEKT neu zu starten, klicken Sie auf das KONNEKT-Symbol in Ihrem Windows-Explorer oder öffnen Sie es erneut über das Startmenü.
{% endhint %}


---

# 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.konnekt.io/de/usage/tray-menu.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.
