# Workflows actions

## Available workflows actions

The **Workflows** actions accordion menu contains any existing workflows in the workflow list for the related child organization. This actions menu is what powers Rewst's [subworkflow](https://docs.rewst.help/documentation/workflows/different-types-of-workflows#subworkflow) functionality, by letting you reuse existing workflows as individual tasks in a more broadly scoped integration.

The available actions in this submenu will be different for each of your child organizations. Each time you create a new workflow, the list will grow.

<figure><img src="/files/VaX0vAGuZRF0S8dLjO2N" alt="" width="208"><figcaption><p>An example of an org's Workflows action<br>accordion menu</p></figcaption></figure>

Unpacking a Crate will also add the workflows in that Crate to the Workflows actions accordion menu. You'll gain many of the common automations our team has pre-built workflows for, and can use them to build your own custom workflows.

<figure><img src="/files/S0gA9dL1Qosg6235gqQa" alt="" width="375"><figcaption><p>The parameters tab of a workflows task, when there are inputs</p></figcaption></figure>

Note that most workflows actions will use [input variables](/documentation/automations/workflows/data-input-and-output-input-variables-and-context-variables.md). If present, these will appear in the **Parameters** tab of the task.


---

# 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.rewst.help/documentation/automations/actions-in-rewst/workflows-actions.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.
