# Automations

An automations is a no-code rule builder that enables customers to build if-this-then-that-rules based on events in Harmony.

It allows teams to automate their processes, save time, keep Harmony up to date and focus on what’s most important. :rocket:

The purpose of each automation is to automatically run a task for you, a repetitive operation that you would normally do after certain conditions.&#x20;

Currently there are 3 automations supported, more to come soon!

* [x] [Sync parent and child tasks](/harmony/guide/automations/sync-parent-and-child-tasks.md)
* [x] [Smart auto-assign](/harmony/guide/automations/smart-auto-assign.md)
* [x] [Sum up story points](/harmony/guide/automations/sum-up-story-points.md)

{% hint style="warning" %}
Automations are stored in a **MongoDB** database so ensure you have [setup](/harmony/configuration/dependencies/databases/mongodb-server.md) all the required dependencies before trying to configure them.
{% endhint %}

{% content-ref url="/pages/33dUDcs7YRJLZ0vxWy9N" %}
[Sync parent and child tasks](/harmony/guide/automations/sync-parent-and-child-tasks.md)
{% endcontent-ref %}

{% content-ref url="/pages/Y6ZFqZ4wNQ7v7ED4c6kT" %}
[Smart auto-assign](/harmony/guide/automations/smart-auto-assign.md)
{% endcontent-ref %}


---

# 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://chsakell.gitbook.io/harmony/guide/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.
