> For the complete documentation index, see [llms.txt](https://alphadocs.dualite.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphadocs.dualite.dev/help-and-support/figma-rate-limit-error.md).

# Figma rate limit error

### What this error means <a href="#what-this-error-means" id="what-this-error-means"></a>

Figma has stopped accepting more API requests from your account.\
Dualite is telling you that Figma’s limit for you has been reached.Nothing in your Dualite project or Figma file is broken.

### Figma limits by plan and seat <a href="#figma-limits-by-plan-and-seat" id="figma-limits-by-plan-and-seat"></a>

These are the limits that matter for this error:

| Seat          | Starter         | Professional    | Organization    | Enterprise      |
| ------------- | --------------- | --------------- | --------------- | --------------- |
| View / Collab | Up to 6 / month | Up to 6 / month | Up to 6 / month | Up to 6 / month |
| Dev / Full    | Up to 6 / month | 10 / min        | 15 / min        | 20 / min        |

> [Figma’s official rate limit rules](https://developers.figma.com/docs/rest-api/rate-limits/)

### When you can import Figma design again <a href="#when-you-can-press-retry-in-rocket" id="when-you-can-press-retry-in-rocket"></a>

Use this as a simple rule of thumb:

* Any plan, View / Collab seat
  * Limit: up to 6 Tier 1 requests per month.
  * If you see this error after a few imports, you are likely out for the month.
  * Retry next month or ask your admin to move you to a Dev / Full seat.
* Starter, Dev / Full
  * Limit: up to 6 Tier 1 requests per month.
  * Same as above: you will usually need to wait for the next month or upgrade.
* Professional, Dev / Full
  * Limit: 10 requests per minute.
  * Wait at least 1 minute, then press Retry once.
* Organization, Dev / Full
  * Limit: 15 requests per minute.
  * Wait at least 1 minute, then press Retry once.
* Enterprise, Dev / Full
  * Limit: 20 requests per minute.
  * Wait at least 1 minute, then press Retry once.

{% hint style="warning" %}
Pressing **Retry** repeatedly will not bypass the limit.\
Always wait first, then retry one time.
{% endhint %}

{% hint style="info" %}
**Need help?**\
Email us at <info@dualite.dev> or join our [Discord community](https://discord.com/invite/vSBjB88PVy) to get help, share ideas, and connect with other creators.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://alphadocs.dualite.dev/help-and-support/figma-rate-limit-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
