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

# Retry Policies

> Webhook delivery guarantees, retry logic, and timeout handling

## Response policy

Your client should respond as quickly as possible with an `OK 200 HTTP` status code. Any other response will result in our system marking the event as failed delivery.

<Warning>
  Response times longer than **2000ms** may result in a failed delivery.
</Warning>

## Retry policy

In case of no response or a response different than OK 200 HTTP status code from your client, our platform will make additional attempts to redeliver the event:

* **Initial attempt**: The platform will try to deliver the message 5 times with a timeout set to 5 seconds for each attempt
