> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limit errors

> Understand Figma API rate limit errors and retry timing in Rocket.new's Figma-to-code pipeline.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Info>
  You will see this page when Rocket shows:

  **"Figma's API rate limit reached. Please try again later."**

  Use it to know when you can safely press **Retry**.
</Info>

<Divider />

## What this error means

Figma has stopped accepting more API requests from your account. Rocket is showing you that Figma's limit for your account has been reached.

Nothing in your Rocket project or Figma file is broken.

<Divider />

## Figma limits by plan and seat

| 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        |

<Card icon="figma" horizontal title="Figma's official rate limit rules" href="https://developers.figma.com/docs/rest-api/rate-limits/">
  For the full and most up-to-date limits.
</Card>

<Note>
  If you purchase a Figma subscription after connecting Figma in Rocket, you need to reconnect your Figma account. Otherwise, you will continue to face the same rate limit issues.
</Note>

<Divider />

## When you can press Retry

| Plan         | Seat          | Limit                  | What to do                                                         |
| :----------- | :------------ | :--------------------- | :----------------------------------------------------------------- |
| Any plan     | View / Collab | 6 requests per month   | Wait until next month, or ask your admin to move you to Dev / Full |
| Starter      | Dev / Full    | 6 requests per month   | Wait until next month, or upgrade your plan                        |
| Professional | Dev / Full    | 10 requests per minute | Wait **1 minute**, then press **Retry** once                       |
| Organization | Dev / Full    | 15 requests per minute | Wait **1 minute**, then press **Retry** once                       |
| Enterprise   | Dev / Full    | 20 requests per minute | Wait **1 minute**, then press **Retry** once                       |

<Note>
  Pressing **Retry** repeatedly will not bypass the limit. Always wait first, then retry once.
</Note>

<Divider />

## What's next?

<CardGroup cols={2}>
  <Card title="Create a web app" icon="globe" href="/build/create/figma/web-app">
    Continue importing your Figma designs into a web app.
  </Card>

  <Card title="Create a mobile app" icon="mobile-notch" href="/build/create/figma/mobile-app">
    Continue importing your Figma designs into a mobile app.
  </Card>
</CardGroup>
