> 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/installation/configure-office-365-account.md).

# Configurar conta do Office 365

A KONNEKT utiliza a conta do utilizador no Microsoft Entra ID (anteriormente Azure AD) para aceder ao SharePoint Online.

## Início de sessão único (SSO)

Se o seu sistema estiver configurado para início de sessão único (SSO) com o Microsoft Entra ID, a KONNEKT configurará automaticamente a sua conta.

## Configuração manual da conta

Se o seu sistema não estiver configurado para início de sessão único (SSO) com o Microsoft Entra ID, a KONNEKT abrirá uma caixa de diálogo para configurar a conta:

![](/files/9b2337f7e31eb92acb9f391dee2d2a634a469a40)

Clique em "Conectar a sua conta Office 365".

A KONNEKT abrirá a página de início de sessão do Microsoft Entra ID:

![](/files/94c7661b66d86b313a2f2ac881b925656813e5b4)

Inicie sessão com a sua conta Microsoft Entra ID.

## Mapeamento de início de sessão automático

Após a configuração bem-sucedida da conta Office 365, a KONNEKT começará a procurar sites do SharePoint Online no Tenant correspondente, aos quais o utilizador tem acesso. A KONNEKT mapeará automaticamente as bibliotecas de documentos predefinidas desses sites no Explorador de Ficheiros do Windows.

![](/files/28707591abcc7b753bc685daad554d5856bf9ed0)

Se necessário, as bibliotecas podem ser mapeadas para uma letra de unidade específica (ver [Atribuir uma letra de unidade a uma pasta KONNEKT](/pt/configuration/mappings/assign-drive-letters.md)).

## Configuração de vários Tenants

Com a KONNEKT é possível trabalhar com vários Tenants em simultâneo. Basta abrir o Explorador do Windows com a KONNEKT selecionada no painel esquerdo e clicar com o botão direito em **Contas.**

<figure><img src="/files/9da67ef9a27ed73f85e8fa0adc8c6c8015e91487" alt="Right-click menu on Accounts in the KONNEKT Explorer pane, showing the &#x22;Add O365 account&#x22; command"><figcaption></figcaption></figure>

{% hint style="info" %}
Não é possível adicionar contas de convidados de Tenants M365 estrangeiros. Só podem ser adicionados membros.
{% endhint %}

Inicie sessão com a conta do Tenant que pretende adicionar.


---

# 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/installation/configure-office-365-account.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.
