# Configuring a Workflow

Workflow **actions** execute sequentially from **top to bottom.**

***

### 1. Adding Actions

* Each **action block** represents a step in the workflow.
* In the action block, you will be prompted to provide:
  * **Segment names**
  * **Identifiers**
  * Other necessary details based on the action type.
* Follow the **onscreen instructions** to configure the action.

***

### 2. Building the Workflow

1. Click the **plus (+) button** to add another action.
2. Repeat the process until your workflow includes all required steps.

***

### 3. Saving and Running the Workflow

* Click **Save** to store your workflow configuration.
* Click **Run** to execute the workflow and see it in action.

Your workflow is now set up to process data step by step automatically!


---

# 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.airbook.io/activate/configuring-a-workflow.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.
