> For the complete documentation index, see [llms.txt](https://docs.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.couchdrop.io/connections/connect-storage/others/onedrive.md).

# OneDrive

### Introduction

Couchdrop can be connected to a OneDrive folder in a few simple steps. Couchdrop works with Personal OneDrive accounts and SharePoint Sites.&#x20;

{% hint style="info" %}
To connect to SharePoint, see [SharePoint](/connections/connect-storage/sharepoint.md)
{% endhint %}

### Requirements

To connect a personal OneDrive folder in Couchdrop you will need:

* A licensed OneDrive Account
* A folder in OneDrive

### Configuration Steps

1. Log in to Couchdrop and add a new storage connection
2. Select **OneDrive** from the list of available connections
3. Choose whether or not to connect as an Administrator User,&#x20;
4. Click **Authorize Now.** This will open a page to connect to Microsoft via OAuth. Click Accept.&#x20;
5. Click Test Connection
6. Choose a subfolder in OneDrive from the folder selector (Optional)
7. Click **Save Settings**


---

# 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.couchdrop.io/connections/connect-storage/others/onedrive.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.
