# One Drive

To add a OneDrive delivery, follow these steps:

* Navigate to the '**Deliveries**' tab located in the top panel.
* From the list of delivery options, select **OneDrive**.
* Enter a name for the delivery.
* Select your desired OneDrive account. If no OneDrive account is linked, click the "**+**" button and follow the on-screen instructions to add your OneDrive account.
* Enter the name of the folder where you would like the generated documents to be uploaded.

<figure><img src="/files/dIn9F7avD5U37OrNppEI" alt=""><figcaption><p>Adding a OneDrive delivery in Docupilot</p></figcaption></figure>

**Advanced Settings:**

If you like to get notified on delivery errors, or on successful execution of deliveries, configure advanced settings to take advantage of integrations. Following advanced integration options are available:

* **On Success Callback URL** - Configure a Webhook URL which will be invoked with data containing the folder path to which the file was uploaded.
* **Emails to notify on delivery failure** - Failed deliveries are typically notified to the workspace owner, workspace admins and workspace managers via email. You can configure additional email IDs here to receive notifications on delivery failures.

<figure><img src="/files/hmeDehXqTgnKFNBoQfLq" alt=""><figcaption><p>Advanced Settings.</p></figcaption></figure>


---

# 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://help.docupilot.app/deliveries/one-drive.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.
