# Webhooks

You can receive webhook notifications from Gluwa whenever an event associated with your Gluwacoin or Bitcoin wallet is triggered.

## Get Webhook Secret

1. Visit the Webhook Management page at <https://dashboard.gluwa.com/webhook>.
2. You will see an auto-generated Webhook Secret of your account on the page.
3. Your Webhook Secret is covered in grey boxes by default for your security. Click on the eye-shaped icon to reveal your Webhook Secret.

![Gluwa Dashboard Webhooks Page](/files/-Lnh_ASruWGradKPmXTL)

{% hint style="warning" %}
**Sandbox API keys and Production API keys are different.** This ensures that you don't modify your live customers data or charge them accidentally.

Please note that the sandbox environment is deprecated and will be replaced with an alternative solution in the future.
{% endhint %}

## Register Webhook Endpoint

1. Visit the Webhook Management page at <https://dashboard.gluwa.com/webhook>.
2. Click "REGISTER NEW URL" button.
3. Register your webhook endpoints.

![Webhook Endpoint Registration Page](/files/-LrWmBGMF2a7Tl9rPGTi)

After you've registered webhook endpoints, you must whitelist the wallet addresses to receive webhooks.

{% content-ref url="/pages/-LrWsNDn4-pvq46skIX7" %}
[Addresses](/get-started/dashboard/addresses.md)
{% endcontent-ref %}


---

# 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.gluwa.com/get-started/dashboard/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.
