> For the complete documentation index, see [llms.txt](https://docs-plus.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-plus.dropzone.dev/faq.md).

# FAQ

## Where can I learn about new features coming to Dropzone Plus?

To see what we're currently working on, you can view our [Roadmap on GitHub](https://github.com/dropzone/dropzone-plus-support/projects/1). If you want to suggest a new feature or vote on already propsed ones, you can visit the [Discussions on GitHub](https://github.com/dropzone/dropzone-plus-support/discussions).

## What happens if my project reaches the allowed quota?

First of all, we always keep submissions (unless your project exceeds the total allowed size for any project, which is unlikely) so don't worry. If you have selected a plan, which allows for 100 submissions / month and you receive 120 submissions in one month, then the 20 submissions will be available to you the next month (and count against the 100 submissions quota of that month) or you can upgrade to a higher plan to get access immediately.

If you have reached your total allowed file quota, you can either start deleting older submissions, or upgrade to a higher plan.

## Why is there no annual subscription?

At Dropzone we treat our customers the way we like to be treated. The only two reasons for a company to offer an annual plan are to 1) be able to plan ahead a bit better, and 2) to force users to pay for a service they might not actually end up needing or using. The first reason doesn't convince us, and we don't want to force anybody to pay for something they don't need. You pay for what you use, and are free to cancel any time.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-plus.dropzone.dev/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
