# Global Webhook

- [How Webhook Works](https://help.pickyassist.com/api-documentation-v2/webhook/how-webhook-works.md): Webhook enables you to receive incoming messages into your server on real-time basis from various messaging channels activated by you.
- [Webhook Variables](https://help.pickyassist.com/api-documentation-v2/webhook/webhook-variables.md): Variables used in webhook to extract the incoming messages
- [Configuring Webhook URL](https://help.pickyassist.com/api-documentation-v2/webhook/configuring-webhook-url.md): Setting Up Your Webhook to Receiving Incoming Messages
- [Webhook Request & Response](https://help.pickyassist.com/api-documentation-v2/webhook/webhook-request-and-response.md): Get Started with Sample Request & Response
- [Getting the Conversation Context](https://help.pickyassist.com/api-documentation-v2/webhook/getting-the-conversation-context.md)
- [Testing Your Webhook](https://help.pickyassist.com/api-documentation-v2/webhook/testing-your-webhook.md): Webhook Testing Tools


---

# 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.pickyassist.com/api-documentation-v2/webhook.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.
