# Event-Based Automation Guide

- [Event-Based Automation](https://flowmate.gitbook.io/flowmate-documentation/event-based-automation-guide/event-based-automation.md): Event-Based Automation allows your system to trigger integrations the moment something happens. Instead of relying on scheduled polling, your API sends events to FlowMate in real time
- [Initial Setup for Event-Based Automation](https://flowmate.gitbook.io/flowmate-documentation/event-based-automation-guide/initial-setup-for-event-based-automation.md): The API implementation gives you full control over how FlowMate integrations appear and behave inside your product.
- [Implementing Event-Based Automation with the FlowMate API](https://flowmate.gitbook.io/flowmate-documentation/event-based-automation-guide/implementing-event-based-automation-with-the-flowmate-api.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://flowmate.gitbook.io/flowmate-documentation/event-based-automation-guide.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.
