> For the complete documentation index, see [llms.txt](https://docs.dropzone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dropzone.dev/getting-started.md).

# Getting Started

- [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.


---

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