# 2. Rate Limit

ERP Bridge software has to respect the standard HubSpot API Rate limit for public applications ([link](https://developers.hubspot.com/docs/api/usage-details)).

That means roughly 1 database record synchronized with HubSpot every 700-800ms because for each every single database record, the software call HubSpot multiple times to perform the appropriated checks before to push the update or the add request.

The time may vary based on your connection speed and hardware limitations.


---

# 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.erpbridge.io/security/2.-rate-limit.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.
