# Workflows

Workflows are a series of interconnected Atomic Blocks that perform a specific task or set of tasks. With Workflows, users can create decision trees to automate tasks and streamline their workflows. Users can easily create, modify, and share workflows using a simple drag-and-drop interface.

### Workflows properties:

* Inner blocks: the atomic blocks and existing workflows that are used inside the workflow and create all the logics.
* [Inner gateways](/grut-modules/working-with-actions/workflows/using-gateway-logic.md): logic gateways in if-else manner, to run differently depending on defined condition.
* [Inner iterator](/grut-modules/working-with-actions/workflows/using-iterators.md): block iterator to create loop a like execution for the selected block or workflow.
* Workflow Name: the name will be the workflow's identity.
* Folder: to organize your workflows you should select the folder that best suits your workflow.
* Inputs: the workflow inputs
* Outputs: the workflow outputs.


---

# 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.app.grut-tech.com/grut-modules/working-with-actions/workflows.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.
