# Dropbox

To start with a Dropbox delivery, choose the `Dropbox` option from the list of deliveries available in the `Deliveries` tab.

![Adding a DropBox delivery in Docupilot](/files/sbHedmHQzlv0KoaRheIb)

## Configuration

<figure><img src="/files/5r2LLb0mXEbMeTe83IKC" alt=""><figcaption><p>Configuring the folder option</p></figcaption></figure>

Configuring delivery **Folder:** Configure folder path to which the generated files needs to be uploaded. The folder path can be dynamic. For example, to upload customer contracts under a folder that is named against the customer's name, you can configure **Folder** as `Contracts/{{CustomerName}}`&#x20;

Now when a contract is generated for customer with name `AcmeCorp`, it will be generated and uploaded to `Contracts/AcmeCorp`

Handling **file name conflicts**: Docupilot offers flexibility by giving an option to choose from various delivery modes for generated documents. You could choose between the following options:

* **Create new file:** Allows you to upload the generated document as a new file in the selected Dropbox folder, ensuring no existing files are modified or replaced. For example, if a file with name `AcmeCorpContract.pdf` already exists in the destination folder and the generated document also has the same name, it may be uploaded as `AcmeCorpContract(1).pdf`
* **Overwrite:** Generated document replaces an existing file with the same name in the Dropbox folder. The older file that was replaced may be available under previous versions.
* **Do not deliver:** Can be used if the file name conflict should not be resolved. The delivery will be marked as failed in such scenario.


---

# 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/dropbox.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.
