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