# Platform default limits

Below you will find the default platform limits. some can be increased according to a connected paid addon..

| Topic                                                                                                           | Limit                                                                                                                                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Max execution time                                                                                              | 40 seconds                                                                                                                                                                                                                                        |
| Max Step Points                                                                                                 | 80 points                                                                                                                                                                                                                                         |
| [Default timeout for external request](/help-center/bot-add-ons/bot-add-ons.md#external-request-timeout-period) | 15 seconds                                                                                                                                                                                                                                        |
| [Default timeout for OpenAI action](/help-center/bot-add-ons/bot-add-ons.md#openai-timeout-period)              | 30 seconds                                                                                                                                                                                                                                        |
| Rapidbott Native Object Storage Limit                                                                           | 1 Gb                                                                                                                                                                                                                                              |
| Max Total Nodes                                                                                                 | 2000                                                                                                                                                                                                                                              |
| Smart Delays                                                                                                    | 100 per user per 24 hours                                                                                                                                                                                                                         |
| [Max Inbound Webhooks Requests](/help-center/bot-add-ons/bot-add-ons.md#inbound-webhook-limits)                 | 500 per 24 hours                                                                                                                                                                                                                                  |
| Max OpenAI Embeddings                                                                                           | 500                                                                                                                                                                                                                                               |
| Rapidbott API Requests                                                                                          | 1000 per hour                                                                                                                                                                                                                                     |
| Googlesheet filter limit                                                                                        | Up till 5000th entry                                                                                                                                                                                                                              |
| Googlesheet API limit                                                                                           | 3 requests per second                                                                                                                                                                                                                             |
| Broadcast error rate limits                                                                                     | No more than 100 errors within 5 mins                                                                                                                                                                                                             |
| Chat history across all channels(send from user)                                                                | 4 months                                                                                                                                                                                                                                          |
| Chat history across all channels(send from bot)                                                                 | 3 months                                                                                                                                                                                                                                          |
| Max file upload size limits                                                                                     | 10MB                                                                                                                                                                                                                                              |
| Media file size storage limits                                                                                  | 100MB(free plan); 1GB(paid plan)                                                                                                                                                                                                                  |
| WhatsApp Media File Expire date                                                                                 | For Cloud API, data is stored for 30 days by default. By default, we provide S3 storage for permanent access. If you prefer to use your own S3 storage, connect it from your workspace, and once verified, it will override our storage settings. |
| Total Date/Time triggers                                                                                        | 50 per bot                                                                                                                                                                                                                                        |


---

# 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.rapidbott.com/help-center/platform/introduction/platform-default-limits.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.
