> 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/system-settings/link-scope.md).

# Ámbito del vínculo

### Política predeterminada del ámbito de enlace de SharePoint

Seleccione el ámbito de enlace predeterminado para los enlaces creados en archivos de SharePoint; el valor puede ser:

* **0:** Configuración predeterminada de la empresa (Predeterminado)
* **1:** Anónimo
* **2:** Organización
* **3:** Deshabilitado

<figure><img src="/files/972e95fc900557c928f4ff19b0c99d085c2daffb" alt=""><figcaption></figcaption></figure>

Para más información, consulte <https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/rest-api/api/driveitem_createlink.md#scope-types>

{% hint style="warning" %}

#### Enlaces para "personas específicas" no compatibles

Por favor, compruebe su "[Política predeterminada del ámbito de enlace de SharePoint](https://docs.microsoft.com/en-us/sharepoint/change-default-sharing-link)" configuración en SharePoint Online.

<img src="/files/f8931448333198b4edb5216236d316a163199ec3" alt="" data-size="original">

*Copiar enlace al portapapeles* en KONNEKT no funcionará, si el *Tipo de enlace de uso compartido predeterminado* de un sitio de SharePoint está establecido en *Personas específicas* y el KONNEKT *Política predeterminada del ámbito de enlace de SharePoint* no está configurado.

Si tiene sitios con el tipo de enlace de uso compartido predeterminado *Personas específicas*, por lo tanto recomendamos establecer esta política en KONNEKT en *Anónimo*, *Organización,* o *Deshabilitado*. El *configuración predeterminada de la empresa* no funcionará.
{% endhint %}

## **Hay varias formas de aplicar la directiva:**

* manualmente agregando la clave en el registro, en la configuración del registro de máquina o de usuario
* mediante GPO, consulte [configuración mediante GPO](/es/configuration/management-options/settings-via-gpo.md)
* aplicando directivas mediante Intune, consulte [configuración para dispositivos administrados por Intune](/es/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md#link-scope)

**Políticas** almacenadas en:

`HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`


---

# 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/system-settings/link-scope.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.
