# Introduction

{% hint style="info" %}
Webhooks integration is part of the developer pack on our premium plans, and free to use on the **Starter** plan‍
{% endhint %}

Frontitude's Webhooks integration allows you to receive HTTP requests whenever data within Frontitude changes. This mechanism allows you to update other services on critical events occurred in Frontitude.

<figure><img src="https://589024140-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJImtRRfj5MCRp2UAqcD%2Fuploads%2FlAMdq2eqeSQKg93TXNIq%2FMain%20(4).png?alt=media&#x26;token=d7b3af36-3b03-415d-ab87-3509e0a56c3a" alt=""><figcaption></figcaption></figure>

## Possible use cases

A few examples of using Frontitude Webhooks:

* Upload a text and key to the localization tool when it’s finalized
* Upload a screenshot to the localization tool when a text is finalized
* Update button labels in help guides when text is finalized
* Update a JIRA ticket status and description upon text status or value change
* And many more…


---

# 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://developer.frontitude.com/webhooks/introduction.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.
