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

# Rate Limit

> Rate limiting details of Raze.bot APIs

In this section, you can find the rate limiting details of Raze.bot API.

## Overview

Rate limits help ensure fair usage and system stability.

## Rate Limit Details

Rate limit details will be published when APIs are launched.

<Note>
  Check back for updates on rate limiting policies.
</Note>

## Managing Rate Limits

If you receive a 429 response, you should:

1. Implement exponential backoff in your retry logic
2. Wait for the rate limit window to reset
3. Consider upgrading your plan for higher limits

<Warning>
  **CAUTION**

  Bursting beyond your allocation may result in **temporary 429s/rate limits**. Avoid aggressive retry patterns.
</Warning>
