# Guides

## Subscribe to your first webhook <a href="#subscribe-to-your-first-webhook" id="subscribe-to-your-first-webhook"></a>

In order to subscribe to the webhooks of your website, you need to create an app in our marketplace. You'll need to have a developer account that you can get by signing up on [this page](/apps/build-your-app/getting-started.md#get-a-developer-account)

You'll then be able to subscribe to all the available webhooks through our webhook building interface:

![iAdvize](https://raw.githubusercontent.com/iadvize/documentation/master/docs/assets/images/Webhook_creation_interface.png)

\\


---

# 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.iadvize.dev/technologies/webhooks/guides.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.
