# Installation

There are two ways to add Dropzone to your projects. If you are using a package manager please refer to the [npm or yarn](/getting-started/installation/npm-or-yarn.md)section. If you simply want to use Dropzone without any bundler or package manager, please refer to the [Stand-alone file](/getting-started/installation/stand-alone.md)section.

{% hint style="info" %}
Dropzone.js does not handle your file uploads on the **server**. You have to implement the code to receive and store the file yourself. See the section [Server side implementation](/getting-started/setup/server-side-implementation.md) for more information.

If you're looking for an out-of-the-box solution, consider using [**Dropzone Plus**](https://www.dropzone.dev/plus).
{% 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.dropzone.dev/getting-started/installation.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.
