# 14/08/2024 - Order Rate Limiting

## :robot: Order rate limiting / bot prevention

You can now set a maximum webstore orders per time period feature in Toggle. This will allow for x pending orders to be created in an x time frame before you see the 'we've put you in a queue' message. \
\
From an API perspective you will see a 429 response code (contrary to the typical GraphQL response of 200 for any type of response). \
\
There is currently no interface to set this up in the dashboard, that will be released in the near future. \
\
All Global Payment payment provider accounts now have this active.&#x20;

<figure><img src="/files/oyX70U493TaNkezd9Jqa" alt=""><figcaption></figcaption></figure>

:woman\_technologist: Jules


---

# 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://changelog.usetoggle.com/august-2024/14-08-2024-order-rate-limiting.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.
