# How to enable webhooks

## What do webhooks do?

Webhooks are an optional feature of Supabase that Whalesync can use to speed up syncing of your data out of Supabase. When webhooks are enabled, Supabase will ping Whalesync whenever data is created, updated, or deleted in your database. This can speed up syncing because we don't have to check periodically for changes.

## How do I enable them?

1. Click on the Integrations tab when your project is selected in Supabase:

<figure><img src="/files/IJL6LOx6RkFgwEjcXHEx" alt="" width="199"><figcaption><p>Click the Integrations tab</p></figcaption></figure>

2. Search for "webhooks" and click on Database Webhooks

<figure><img src="/files/eFelcMQMtLW3MkTJ21j3" alt=""><figcaption><p>Find the Data Webhooks integration</p></figcaption></figure>

3. Click "Enable webhooks"

<figure><img src="/files/qOnugUNqfT4WBeZsdSFI" alt=""><figcaption><p>Enable webhooks</p></figcaption></figure>

4. Whalesync will automatically detect that webhooks have been enabled within 10 minutes, and will create them automatically.


---

# Agent Instructions: 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:

```
GET https://docs.whalesync.com/connectors/supabase/how-to-enable-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
