> 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/troubleshooting/subscribe-a-subset-of-users.md).

# Suscribir a un subconjunto de usuarios

Se permite suscribir KONNEKT para un subconjunto de los usuarios de SharePoint Online en un tenant. Consulte nuestra [guía de licencias](/es/licensing.md) para más detalles sobre la concesión de licencias.

Sin embargo, hay algunas cosas que debe tener en cuenta para garantizar un uso correcto:

* Asignar la clave de licencia solo a los usuarios suscritos
* Instalar KONNEKT solo en máquinas con usuarios suscritos

## Asignar licencias

Debe asegurarse de que solo aquellos usuarios que están suscritos a KONNEKT tengan una clave de licencia. Para lograrlo, asigne la clave de licencia únicamente por usuario:

* Deshabilite la clave de licencia a nivel de máquina en todas las máquinas.
* Establezca la clave de licencia a nivel de usuario para todos los usuarios que están suscritos a KONNEKT.

Los detalles sobre cómo establecer claves de licencia se pueden encontrar [aquí](/es/configuration/other/license-key-on-multi-user-environments.md).

## Deshabilitar KONNEKT en las máquinas

Debe instalar KONNEKT solo en máquinas con usuarios suscritos.

En el caso de sistemas multiusuario como VDI, puede haber máquinas donde trabajen ambos tipos de usuarios (suscritos/no suscritos). En esos casos, debe evitar que KONNEKT genere una cuenta para los usuarios no suscritos. Puede hacerlo deshabilitando el Asistente de configuración de la cuenta para los usuarios no suscritos. Puede encontrar detalles sobre esto en [aquí](/es/configuration/system-settings/configure-konnekt-for-a-subset-of-users.md).

{% hint style="warning" %}
Una vez que haya instalado KONNEKT en una máquina, debe deshabilitar el Asistente de configuración de la cuenta antes del primer inicio de sesión del/de los usuario(s) para que tenga efecto.
{% 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/es/troubleshooting/subscribe-a-subset-of-users.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.
