# 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: 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-plus.dropzone.dev/faq.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.
