# Automation

`MBAutomation` is a plugin libary for [MBurger](https://mburger.cloud), that lets you send automatic push notifications and in-app messages crated from the MBurger platform. It has as dependencies [MBMessages](https://github.com/Mumble-SRL/MBMessages-Flutter) and [MBAudience](https://github.com/Mumble-SRL/MBAudience-Flutter). With this library you can also track user events and views.

Using `MBAutomation` you can setup triggers for in-app messages and push notifications, in the MBurger dashboard and the SDK will show the coontent automatically when triggers are satisfied.

It depends on `MBAudience` because messages can be triggered by location changes or tag changes, coming from this SDK.

It depends on `MBMessages` because it contains all the views for the in-app messages and the checks if a message has been already displayed or not.

The data flow from all the SDKs is manage entirely by MBurger, yuo don't have to worry about it.

MBAutomation depends on the following packages:

* [mburger](https://pub.dev/packages/mburger)
* [mbmessages](https://pub.dev/packages/mbmessages)
* [mbaudience](https://pub.dev/packages/mbaudience)
* [http](https://pub.dev/packages/http)
* [path](https://pub.dev/packages/path)
* [path\_provider](https://pub.dev/packages/path_provider)
* [shared\_preferences](https://pub.dev/packages/shared_preferences)
* [sqflite](https://pub.dev/packages/sqflite)


---

# 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.ep.mburger.cloud/flutter-docs/automation.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.
