# Dropzone

## Dropzone

- [Introduction](https://docs.dropzone.dev/undefined.md): The documentation for the JavaScript library Dropzone.
- [Installation](https://docs.dropzone.dev/getting-started/installation.md)
- [npm or yarn](https://docs.dropzone.dev/getting-started/installation/npm-or-yarn.md): This is how I use the library myself
- [Composer](https://docs.dropzone.dev/getting-started/installation/composer.md): The PHP dependency manager
- [Stand-alone file](https://docs.dropzone.dev/getting-started/installation/stand-alone.md): Simply download the files
- [Setup](https://docs.dropzone.dev/getting-started/setup.md): How to setup a Dropzone on your website.
- [Declarative](https://docs.dropzone.dev/getting-started/setup/declarative.md): How to create a Dropzone upload with HTML attributes.
- [Imperative](https://docs.dropzone.dev/getting-started/setup/imperative.md): How to create a Dropzone upload with JavaScript.
- [Server Side Implementation](https://docs.dropzone.dev/getting-started/setup/server-side-implementation.md): How to handle uploaded files on the server.
- [Fallback for no JavaScript](https://docs.dropzone.dev/getting-started/setup/fallback-for-no-javascript.md): In case you want to handle browsers that don't have JavaScript enabled.
- [Basics](https://docs.dropzone.dev/configuration/basics.md)
- [Configuration Options](https://docs.dropzone.dev/configuration/basics/configuration-options.md)
- [Layout](https://docs.dropzone.dev/configuration/basics/layout.md)
- [Methods](https://docs.dropzone.dev/configuration/basics/methods.md)
- [Upload Queue](https://docs.dropzone.dev/configuration/basics/upload-queue.md)
- [Events](https://docs.dropzone.dev/configuration/events.md)
- [Theming](https://docs.dropzone.dev/configuration/theming.md)
- [Tutorials](https://docs.dropzone.dev/configuration/tutorials.md)
- [Combine form data with files](https://docs.dropzone.dev/configuration/tutorials/combine-form-data-with-files.md): Create a form with various other input fields that also acts as a Dropzone.
- [Tips & Tricks](https://docs.dropzone.dev/misc/tips.md)
- [FAQ](https://docs.dropzone.dev/misc/faq.md)
- [Donate](https://docs.dropzone.dev/misc/donate.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dropzone.dev/undefined.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.
