# Application-events module

The application-events module provide resources in order to integrate the external events described [here](https://docs.hedera.com/guardian/guardian/standard-registry/external-events) to the external application.

An API is provided to allow registration for webhooks which is described in this port: <http://localhost:3012/api-docs>

The user can consume the available events, and register webhooks specifying these events.

And for streaming consuming resources, we provide an endpoint which could be consuming by streaming technologies: <http://localhost:3012/api/events/subscribe>


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/external-events/monitoring-tools/application-events-module.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.
