> 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/configuration/mappings/add-a-document-library.md).

# Bibliotecas de documentos adicionales

## Añadir bibliotecas de documentos adicionales

De forma predeterminada, KONNEKT usa las bibliotecas de documentos predeterminadas de un sitio de SharePoint. Pero puedes añadir más bibliotecas de documentos a KONNEKT.

Haz lo siguiente para añadir una biblioteca de documentos adicional:

1. Abre KONNEKT en el Explorador de Windows
2. Haz clic en **Cuentas**
3. Haz clic derecho en la cuenta
4. Selecciona **Añadir recurso compartido**

![](/files/6d116473c5d96a7c7b62cf9eb791a91f5f21b4dc)

5\. Introduce la URL de la biblioteca de documentos en el cuadro de diálogo que se abre a continuación

![](/files/a5f7aa9acdc44d8a6a39db240d1da65ba1253bb7)

6\. Elige la biblioteca correcta que quieres añadir

![](/files/7e932170239f68fa2dc3d7b6c8393cc5862c3cdf)

7\. Puedes cambiar el nombre de tu recurso compartido. Este nombre aparecerá en KONNEKT.

Ahora se añadirá la biblioteca de documentos y estará disponible a través del menú KONNEKT en el Explorador de Windows.

{% hint style="warning" %}
Esta función te permite añadir solo bibliotecas públicas. Para añadir una biblioteca de canal privado, consulta [Canales privados y compartidos de Teams](/es/configuration/mappings/auto-mapping.md#teams-private-and-shared-channels).
{% endhint %}

## Eliminar bibliotecas de documentos adicionales

Una biblioteca de documentos añadida manualmente se puede eliminar siguiendo estos pasos:

1. Haz clic derecho en la biblioteca de documentos añadida
2. Ve a **Konnekt**
3. Haz clic en **Eliminar recurso compartido**

![](/files/2f303acf1859966e062318e127e69fa4be65d48c)


---

# 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/configuration/mappings/add-a-document-library.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.
