> For the complete documentation index, see [llms.txt](https://university.mindstudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university.mindstudio.ai/video-courses/video-courses.md).

# Video Courses

## New to MindStudio? Watch this video...

{% embed url="<https://www.youtube.com/embed/JlDqei_-THY>" %}

Anyone can build AI Agents—no experience required. Whether it's your first time or you're just looking for a quick refresher, this video will walk you through the basics of building your first AI Agent with MindStudio.

In just a few minutes, you’ll learn how to launch, customize, and deploy your own intelligent tools—no coding needed.

***

## All Video Courses

***

### 1: Core Building Principles

* [Intro to AI Agents & MindStudio](/video-courses/1-core-building-principles/intro-to-ai-agents-and-mindstudio.md)
* [AI Editor Overview](/video-courses/1-core-building-principles/ai-editor-overview.md)
* [Building Your First AI Agents](/video-courses/1-core-building-principles/building-your-first-ai-agents.md)
* [Building an AI Agent for the Chrome Extension](/video-courses/1-core-building-principles/building-chrome-extension-agents.md)
* [Testing & Debugging Basics](/video-courses/1-core-building-principles/testing-and-debugging-basics.md)
* [Designing User Inputs & Forms](/video-courses/1-core-building-principles/designing-user-inputs-and-forms.md)
* [How to Scrape Web Data for AI Agents](/video-courses/1-core-building-principles/scraping-web-data.md)
* [Chaining Multiple Blocks Together in Workflows](/video-courses/1-core-building-principles/chaining-multiple-blocks-together.md)
* [How to Generate Content & Media with AI](/video-courses/1-core-building-principles/generate-text-images-audio-and-videos.md)
* [How to Choose the Right AI Model](/video-courses/1-core-building-principles/how-to-choose-the-right-ai-model.md)
* [Prompt Writing 101](/video-courses/1-core-building-principles/writing-good-prompts.md)
* [Using Integration Blocks to Connect to External Services](/video-courses/1-core-building-principles/using-integration-blocks.md)
* [Creating & Using Data Sources](/video-courses/1-core-building-principles/creating-and-using-data-sources.md)

***

### 2: Workflow Mastery

* [Building AI Agents that Run on a Schedule](/video-courses/2-workflow-mastery/building-ai-agents-that-run-on-a-schedule.md)
* [Using Launch Variables & Global Variables](/video-courses/2-workflow-mastery/launch-variables-and-global-variables.md)
* [Routing, Logic, & Checkpoint Blocks](/video-courses/2-workflow-mastery/routing-logic-and-checkpoint-blocks.md)
* [Advanced Testing Using Evaluations](/video-courses/2-workflow-mastery/advanced-testing-using-evaluations.md)
* [Running Blocks in Parallel for Workflow Optimization](/video-courses/2-workflow-mastery/running-blocks-in-parallel-for-workflow-optimization.md)
* [Working With Structured Data (JSON)](/video-courses/2-workflow-mastery/working-with-structured-data-json.md)
* [Running Sub-Workflows to Iterate and Process Data With AI](/video-courses/2-workflow-mastery/running-sub-workflows-to-iterate-and-process-data.md)
* [Creating Dynamic User Inputs](/video-courses/2-workflow-mastery/creating-dynamic-user-inputs.md)
* [How to Generate HTML Assets for Your AI Agents](/video-courses/2-workflow-mastery/how-to-generate-html-pdf-and-other-advanced-outputs.md)

***

### Masterclass Sessions

* [AI Agent Zero to Hero Masterclass](/video-courses/masterclass-sessions/ai-agent-zero-to-hero-masterclass-beginner.md)
* [AI Agent Monetization Masterclass](/video-courses/masterclass-sessions/ai-agent-monetization-masterclass.md)
* [AI for Content Marketing Masterclass](/video-courses/masterclass-sessions/ai-for-content-marketing-masterclass.md)
* [Deep Research Masterclass](/video-courses/masterclass-sessions/deep-research-masterclass.md)
* [AI Agents In-Depth Masterclass](/video-courses/masterclass-sessions/ai-agents-in-depth-masterclass.md)
* [AI Agents for Partnerships Masterclass](/video-courses/masterclass-sessions/ai-agents-for-partnerships-masterclass.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://university.mindstudio.ai/video-courses/video-courses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
