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

# Reorg handling

Mobula will handle reorgs and will send a message to the client with `data.reorg` and the block\_number. Example of a reorg message:

```json theme={null}
{
  "data": {
    "reorg": 345678765
  },
  "webhookUrl": "https://webhook.site/9fe9833f-6eda-4307-bb36-c5d6f86df96c",
  "chainId": "evm:1",
  "streamId": "639dbfc1-f241-4f9c-ada6-a2c45d810b2b"
}
```

Can’t find what you’re looking for? Reach out to us, response times \< 1h.

<CardGroup>
  <Card title="Support" icon="Telegram" href="https://t.me/mobuladevelopers?start=Mobula_API_Support_Key">
    Telegram
  </Card>

  <Card title="Support" icon="Slack" href="https://join.slack.com/t/mobulaapi/shared_invite/zt-29zrrpjnl-I0tyD73sy7zKy8q~KLL3Ug">
    Slack
  </Card>

  <Card title="Need help?" icon="envelope" href="mailto:contact@mobulalabs.org">
    Email
  </Card>
</CardGroup>
