# Webhooks

Steadybit can inform you about events via webhooks. These events can be, e.g., a newly created experiment, a running experiment, or an engaged killswitch.

You can use a [Custom Webhook](https://docs.steadybit.com/integrate-with-steadybit/webhooks/custom-webhooks) to integrate with other systems and, e.g., trigger an action whenever a new experiment was created. Alternatively, you can prevent an experiment from running or being scheduled by using [Preflight Webhooks](https://docs.steadybit.com/integrate-with-steadybit/webhooks/preflight-webhooks).

Find out how to make use of

* [Custom Webhooks](https://docs.steadybit.com/integrate-with-steadybit/webhooks/custom-webhooks)
* [Preflight Webhooks](https://docs.steadybit.com/integrate-with-steadybit/webhooks/preflight-webhooks)


---

# 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.steadybit.com/integrate-with-steadybit/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.
