# Ordering interactions with action flow

If you have an event that is triggering multiple actions, you can either have your actions run concurrently or sequentially.

* To run concurrent actions, drag out action blocks from the same event block.
* To run sequential actions, add additional blocks to the previous action.
* To deal with errors, drag out action blocks from the red circles.

<figure><img src="/files/DPcBqloqEXU3JcEVK1Vm" alt=""><figcaption></figcaption></figure>

* To add scheduler or conditions on an action, click the icons on the right panel.&#x20;

<figure><img src="/files/PcY29TU56TEkomxxiQWl" alt=""><figcaption></figcaption></figure>


---

# 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.acho.io/app-builder/app-construction/interactions/ordering-interactions-with-action-flow.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.
