# Workflow tab

{% tabs %}
{% tab title="Experience level" %}
This core reference entry is suited for **beginner-level builders.**&#x20;

[Learn more about experience levels.](#user-content-fn-1)[^1]
{% endtab %}

{% tab title="In-depth articles (4)" %}
To learn about this topic more in-depth, we recommend reading the suggested articles below:

**The workflow tab**\
In this article we cover the different tools available in the workflow tab.

Article: [The workflow tab](/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/workflow-tab.md)

**Workflows**\
In this article series, we cover what workflows are and how they are created, edited and deleted.

Article series: [Workflows](/help-guides/logic/workflows.md)

**Conditons**

In this article we'll look at how you can place conditions on a workflow or action to determine whether it should run or not. To set up conditions, you'll also need to familiarize yourself with dynamic expressions.

Article: [Dynamic expressions](/help-guides/logic/dynamic-expressions.md)\
Article: [Conditions](/help-guides/logic/conditions.md)
{% endtab %}

{% tab title="Videos (2)" %}

* [The Workflow tab: Bubble introduction series (4/10)](https://www.youtube.com/watch?v=jbzl8EaAk_g)
* [Understanding workflow execution rules](https://www.youtube.com/watch?v=IbhCrciOKHM\&t=41s)
  {% endtab %}
  {% endtabs %}

This is the section where you map out the app's reactions to user interactions. Whether it's a click, text entry, or login/logout event, you design a sequence of responses tailored to each user action.&#x20;

These responses can range from data alterations and external communications, like emails or service calls, to visual changes on the page.

In the *Core reference* box below we link to all the available *events* and *actions*. If you are new to using the workflow tab, you may find the user manual articles and video lessons below a useful starting point.

## Other relevant entries

<details>

<summary>Core reference</summary>

* [List of all events](/core-resources/events.md) (events trigger actions)
* [List of all actions](/core-resources/actions.md)

</details>

[^1]: In the Bubble docs, experience levels are categorized into beginner, intermediate, and advanced.

    To assist with learning, especially for more complex topics, we'll recommend prerequisite reading where it could be beneficial.&#x20;


---

# 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://manual.bubble.io/core-resources/bubbles-interface/workflow-tab.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.
