# 2: Workflow Mastery

- [Building AI Agents that Run on a Schedule](https://university.mindstudio.ai/2-workflow-mastery/building-ai-agents-that-run-on-a-schedule.md): This guide walks you through building a website monitoring agent that checks for changes daily and sends an email if updates are detected.
- [Launch Variables & Global Variables](https://university.mindstudio.ai/2-workflow-mastery/launch-variables-and-global-variables.md): Learn the difference between global variables and launch variables in MindStudio workflows to tore data across runs or pass external inputs into an AI agents via API or automation platforms.
- [Routing, Logic, & Checkpoint Blocks](https://university.mindstudio.ai/2-workflow-mastery/routing-logic-and-checkpoint-blocks.md): Learn how to control the flow of your AI workflows using Menu, Jump, Logic, and Checkpoint blocks.
- [Advanced Testing Using Evaluations](https://university.mindstudio.ai/2-workflow-mastery/advanced-testing-using-evaluations.md): Learn how to bulk generate, run, and analyze test cases efficiently to validate your AI agents' behavior across multiple scenarios.
- [Running Blocks in Parallel for Workflow Optimization](https://university.mindstudio.ai/2-workflow-mastery/running-blocks-in-parallel-for-workflow-optimization.md): Learn how to group independent tasks for concurrent execution and measure efficiency gains.
- [Working with Structured Data (JSON)](https://university.mindstudio.ai/2-workflow-mastery/working-with-structured-data-json.md): Learn how to understand, manipulate, and apply structured data (JSON) in MindStudio workflows
- [Running Sub-Workflows to Iterate and Process Data](https://university.mindstudio.ai/2-workflow-mastery/running-sub-workflows-to-iterate-and-process-data.md): Learn how to run sub-workflows within a parent workflow in MindStudio to process structured data iteratively.
- [Creating Dynamic User Inputs](https://university.mindstudio.ai/2-workflow-mastery/creating-dynamic-user-inputs.md): Learn to dynamically render user choices, gather additional context interactively, and enhance decision-making within your AI agents.
- [How to Generate HTML, PDF, and other Advanced Outputs](https://university.mindstudio.ai/2-workflow-mastery/how-to-generate-html-pdf-and-other-advanced-outputs.md): Learn how to structure JSON content, design HTML templates, and render polished webpages with dynamic data.
- [Connecting to External Databases](https://university.mindstudio.ai/2-workflow-mastery/connecting-to-external-databases.md)


---

# 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://university.mindstudio.ai/2-workflow-mastery.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.
