# Introduction

**Dropzone Plus** is a hosted service by the Dropzone team that handles form uploads (with and without files) for you. It takes care of everything, once the data leaves the browser of your customers.

{% hint style="info" %}
If you're looking for the documentation for the free and open source library Dropzone, you can find the [documentation here](https://docs.dropzone.dev). You can use the two projects completely separately, but they work well together.
{% endhint %}

## How does Dropzone Plus work?

After creating an account on <https://plus.dropzone.dev> you get a URL that you can use as the endpoint of your forms. You can send simple form data to it and also include files. The service is reliable and robust, and you get email notifications whenever a form was submitted, as well as a dashboard where you can access and download your data.

{% hint style="success" %}
By using **Dropzone Plus**, you can host your website as a static site, and still accept form and file uploads without the hassle of running and maintaining your own server.
{% endhint %}


---

# 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-plus.dropzone.dev/master.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.
