# Configuring Triggers for Automated Deployments

**a. Create a Webhook**

Select “Triggers” from the LHS menu. You will see a list of all existing triggers that have been set up based on schedules and webhooks. In this example, let us proceed to create a webhook that triggers a pipeline when changes are pushed into GitHub.&#x20;

<figure><img src="/files/tNnCre6ewvF31EGAbnFP" alt=""><figcaption></figcaption></figure>

Toggle “Webhook” and select “+ Create Webhook”.&#x20;

**b. Add Webhook Details**

Add name and description of the webhook, the type (Github, Bitbucket, Docker Hub), and the action that has to be performed (push or pull) and what needs to be triggered (specific pipeline or release). Proceed to select the environment, cluster, and microservice before clicking “Map Parameter”.&#x20;

<figure><img src="/files/HCbEbpX3NAVNu9CKyF7r" alt=""><figcaption></figcaption></figure>

Map the parameters like repo branch and image tag before clicking on “Save”.&#x20;

<figure><img src="/files/ihPqgDz7gJgvWQ7ZjpKN" alt=""><figcaption></figcaption></figure>

Your Trigger will be updated on the top in the Triggers screen.&#x20;


---

# 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.ozone.one/ozone-end-user-guide/quick-onboarding/configuring-triggers-for-automated-deployments.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.
