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

# Configurar cuenta de Office 365

KONNEKT aprovecha la cuenta del usuario en Microsoft Entra ID (anteriormente Azure AD) para acceder a SharePoint Online.

## Inicio de sesión único (SSO)

Si su sistema está configurado para inicio de sesión único (SSO) con Microsoft Entra ID, KONNEKT configurará automáticamente su cuenta.

## Configuración manual de la cuenta

Si su sistema no está configurado para inicio de sesión único (SSO) con Microsoft Entra ID, KONNEKT abrirá un cuadro de diálogo para configurar la cuenta:

![](/files/c9409dbd107db66ac1a384e1ad1de7e43a24847e)

Haga clic en "Conecte su cuenta de Office 365".

KONNEKT abrirá la página de inicio de sesión de Microsoft Entra ID:

![](/files/9d0086801ae25a78d728360530b639698c431b33)

Inicie sesión con su cuenta de Microsoft Entra ID.

## Asignación de inicio de sesión automático

Después de configurar correctamente la cuenta de Office 365, KONNEKT comenzará a buscar sitios de SharePoint Online en el Tenant correspondiente al que el usuario tiene acceso. KONNEKT asignará automáticamente las bibliotecas de documentos predeterminadas de esos sitios en el Explorador de archivos de Windows.

![](/files/48b7ff3818c6bbbe915bd6a9e8b9ed2ec378f2f0)

Si es necesario, las bibliotecas se pueden asignar a una letra de unidad específica (consulte [Asignar una letra de unidad a una carpeta de KONNEKT](/es/configuration/mappings/assign-drive-letters.md)).

## Configuración multi-Tenant

Con KONNEKT es posible trabajar con varios Tenant simultáneamente. Solo abra el Explorador de Windows con KONNEKT seleccionado en el panel izquierdo y haga clic con el botón derecho en **Cuentas.**

<figure><img src="/files/741c63c64dcda3eddf305ec8aa257a15496cec15" 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" %}
No puede agregar cuentas de invitado de Tenant M365 extranjeros. Solo se pueden agregar miembros.
{% endhint %}

Inicie sesión con la cuenta del Tenant que desea agregar.


---

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