# Webhooks

You can create webhooks to subscribe to project events. When they occur, we'll send a POST request to your endpoint with details about the event.

This enables you to build custom integrations based on Hypertune activity. For example:

* Keep up to date with what's deployed, by getting message notifications on tools like Slack, Google Chat or Microsoft Teams.
* Ensure compliance with auditing requirements, by logging activity to a SIEM system like Datadog, Graylog or Splunk.
* Ensure the [build-time snapshot of your flag logic](/sdk-reference/build-time-snapshot.md) is up to date, by triggering a build in tools like Jenkins, GitHub Actions or CircleCI.
* Deploy new versions of cloud services, by taking actions on platforms like AWS, GCP or Azure.

To get started, follow the guides on:

* [Creating webhooks](/integrations/webhooks/creating-webhooks.md)
* [Handling webhooks](/integrations/webhooks/handling-webhooks.md)


---

# 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.hypertune.com/integrations/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.
