# Limitation

The Fruitask API provides unlimited requests for both the FREE and PRO plans, allowing you to access the API without any strict request limits. However, to ensure fair usage and prevent abuse, there is a rate limit set for each user account. With the rate limit, you are allowed up to 100 requests per minute. This means that you can make up to 100 API requests within a span of one minute. Once you reach this limit, you may need to wait until the next minute before making additional requests. This rate limit helps maintain the performance and stability of the API, ensuring a smooth experience for all users.&#x20;

Also keep in mind project size limitation which maximum of 10MB only for FREE and PRO plans. If you require higher rate limits, project size or have specific needs, please reach out to our support team to discuss custom options.

{% hint style="info" %}
For enterprise request, please contact us.
{% endhint %}


---

# 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://avocado-5.gitbook.io/fruitask-api/reference/limitation.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.
