> 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/configuration/system-settings/download-directory.md).

# Download Directory

The Download Directory is the path where KONNEKT saves files to, that the user wants to recover.&#x20;

The typical use-case is, that an error happened during the transfer of a file to SharePoint Online. In this case KONNEKT will show an error in Windows File Explorer. One option for users is to "[export file to download folder](/troubleshooting/how-to-deal-with-error-s.md)".

You can find more about handling errors [here](/troubleshooting/access-token-issues/error-message-about-missing-token.md).

## Default location

The default location for the Download Directory is `%USERPROFILE%\Downloads`.

## Set by user

Users can change the location manually in the preferences dialog, as long as the policy is not set.

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

## Policy

{% hint style="info" %}
This policy is available in KONNEKT 2.6.0 or newer
{% endhint %}

### **Definition**

**Policy name:** `Download Directory`

**Policy Group:** KONNEKT / System Settings

| Policy Setting | Behavior                                                                                                                                      |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Not configured | The user-setting/default is used.                                                                                                             |
| Enabled        | The Download Directory configured in the policy is used by KONNEKT. The user can not change the Download Directory via the preference dialog. |
| Disabled       | The user-setting/default is used.                                                                                                             |

### **Apply the policy**

1. Via GPO, see [settings via GPO](/configuration/management-options/settings-via-gpo.md)
2. Pushing policies via Intune, see [settings for Intune Managed Devices](/configuration/management-options/setting-for-intune-managed-devices-1.md)

{% hint style="warning" %}
Make sure to use the most current [ADMX file](/configuration/management-options/settings-via-gpo.md#admx-file), that matches your KONNEKT version.
{% 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:

```
GET https://docs.konnekt.io/configuration/system-settings/download-directory.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.
