> For the complete documentation index, see [llms.txt](https://chsakell.gitbook.io/harmony/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chsakell.gitbook.io/harmony/guide/automations.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://chsakell.gitbook.io/harmony/guide/automations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
