# How to use the webhook Registration form answered

If you wish to use the webhook `Registration Form answered`, the procedure is slightly different. Test data is not really usable, as each Spot has its own Registration Form. So you'll need to create your webhook with the test data and then insert your own data.&#x20;

Here's an example using Zapier:&#x20;

* Create your zap as usual, using `Registration Form answered` as webhook.&#x20;
* Then create a "test" member on your Spot who will answer **all** the questions on your registration form.&#x20;
* Return to your zap.&#x20;
* Edit your zap.&#x20;
* Go to `Trigger`, then `Test`.&#x20;
* Click on the `Find new records` button.&#x20;
* Select the last record found. On the right, you'll see all the data for your "test" member. You'll need to find the labels of your questions, as well as the answers you gave when registering this "test" member. This new set of data will serve as your basis.&#x20;
* Now go through all the actions you've set up to delete all the old variables and replace them with your new ones.&#x20;
* You can now deactivate your "test" member so as not to clutter up your audience!


---

# 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://help.meltingspot.io/english/how-to/how-to-use-the-webhook-registration-form-answered.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.
