# Lenme Webhooks

### Lenme Webhooks Overview

Here, you will find detailed information on how Lenme tracks resource changes through events and how you can subscribe to and manage these webhook notifications effectively.

#### How Webhooks Work

When a change occurs to a resource within the Lenme system, an Event object is created. This Event object includes essential information such as the webhook UUID, the event topic, and the event data. If you have subscribed to webhooks, you will receive notifications whenever these events occur, enabling you to process and respond to them in real-time.

#### Next Steps

For a detailed description of the webhook event structure and how to handle incoming webhooks effectively, please refer to [Lenme Webhook Events](/lenme-webhooks/lenme-webhook-events.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.lenme.com/lenme-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.
