# Group

{% hint style="danger" %}
If running a group simultaneously, you might exceed your maximum action limit set under advanced settings under [Limits](/inbox-ai/limits.md).
{% endhint %}

Use group actions to run multiple actions at the same time (in paralel or sequentially).

<figure><img src="/files/blsLFE2Wpchdx14tgzm8" alt=""><figcaption><p>An example group action</p></figcaption></figure>

The example group action above both runs a [Set Flag](/inbox-ai/actions/built-in-actions/mail-actions/set-flag.md) (blue) and [Mark as Read](/inbox-ai/actions/built-in-actions/mail-actions/mark-as-read.md) action. The input of this action is passed on to the first of the AI [Action Variables](/inbox-ai/actions/action-variables.md) of each action in the group.


---

# 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://dreetje-1.gitbook.io/inbox-ai/actions/custom-actions/group.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.
