> 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/pt/usage/tray-menu.md).

# Menu da bandeja

Clique com o botão direito no ícone KONNEKT na barra de tarefas para aceder ao **menu da bandeja** para configurar as definições básicas. As opções do menu são as seguintes:

![](/files/702cb730a740575422fe88c269cb6731eab797c9)

## Versão

Mostra a versão atual do KONNEKT.

## Procurar atualização

Para atualizar o KONNEKT, basta clicar em **Procurar atualização**. O KONNEKT irá encontrar e instalar automaticamente a versão mais recente.

## Última verificação

Mostra quanto tempo passou desde a última pesquisa de uma atualização.

## Versão mais recente

Mostra a versão mais recente do KONNEKT

## Registo

Para obter uma visão geral das atividades, eventos e erros relacionados com o KONNEKT. Para o abrir, basta clicar em **Registo** no menu da bandeja.

![Exemplo de registo](/files/039b43f329f952c27ce74ade08790951b23f224d)

## Sair

Se quiser fechar o KONNEKT e interromper a ligação ao SharePoint Online e ao OneDrive, clique em **Sair** no menu da bandeja.

{% hint style="info" %}
Para reiniciar o KONNEKT, clique no ícone KONNEKT no seu Windows Explorer ou reabra-o a partir do menu Iniciar.
{% 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/pt/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.
