# Automations

- [Automations Overview](https://docs.digably.io/automations/automations-overview.md)
- [How To Add A Trigger To Your Automation Flow](https://docs.digably.io/automations/how-to-add-a-trigger-to-your-automation-flow.md)
- [How To Automatically Add A Tag To A User](https://docs.digably.io/automations/how-to-automatically-add-a-tag-to-a-user.md)
- [How To Create An Email Drip Campaign](https://docs.digably.io/automations/how-to-create-an-email-drip-campaign.md)
- [How To Save An Email As A Template](https://docs.digably.io/automations/how-to-save-an-email-as-a-template.md)
- [How To Add Dynamic Variables Into An Email](https://docs.digably.io/automations/how-to-add-dynamic-variables-into-an-email.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.digably.io/automations.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.
