# Link scope

### Default SharePoint link scope policy

Select the default link scope for links created on SharePoint files, value can be:

* **0:** Default company setting (Default)
* **1:** Anonymous
* **2:** Organization
* **3:** Disabled

<figure><img src="/files/nTVcigu5ha6mp4P6nkwK" alt=""><figcaption></figcaption></figure>

For more information see <https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/rest-api/api/driveitem_createlink.md#scope-types>

{% hint style="warning" %}

#### Links for "specific people" not supported

Please check your "[Default SharePoint link scope policy](https://docs.microsoft.com/en-us/sharepoint/change-default-sharing-link)" setting in SharePoint Online.&#x20;

![](/files/7q2B0ec65vW95lfyei15)

*Copy Link To Clipboard* in KONNEKT will not work, if the *Default sharing link type* of a SharePoint Site is set to *Specific people* and the KONNEKT *Default SharePoint link scope policy* is not set.

If you have sites with the default sharing link type *Specific people*, we therefore recommend to set this policy in KONNEKT to *Anonymous*, *Organization,* or *Disabled*. The *default company setting* will not work.
{% endhint %}

## **There are several ways to apply the policy:**

* manually by adding the key in the registry under machine or user registry settings
* via GPO, see [settings via GPO](/configuration/management-options/settings-via-gpo.md)
* pushing policies via Intune, see [settings for Intune Managed Devices](/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md#link-scope)

**Policies** stored in:

`HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`

`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`


---

# Agent Instructions: 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:

```
GET https://docs.konnekt.io/configuration/system-settings/link-scope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
