# Workflow Configuration

Automail supports two types of workflows:

1. **Sync workflows:** to synchronize Automail with Autoform in a controlled way.
2. **Custom workflows:** have access to all models and allow for any custom logic.

{% content-ref url="/pages/utzN1FOp1WRxAkfjHkFH" %}
[Sync Workflows](/automail/configurations/workflow-configuration/sync-workflows.md)
{% endcontent-ref %}

{% content-ref url="/pages/SgsMuYB7nhO7GFjKY5GR" %}
[Custom Workflows](/automail/configurations/workflow-configuration/custom-workflows.md)
{% endcontent-ref %}

{% content-ref url="/pages/1G9eExC3R5k4vlru0SUq" %}
[Dags](/automail/configurations/workflow-configuration/dags.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://docs.lineverge.com/automail/configurations/workflow-configuration.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.
