> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/control-your-show/chapter-index-2.md).

# Dedicated Workflows

Operator-facing panels for shows that live or die on one repeated motion: cueing the next clip in a long media block, tracking which name graphic belongs to which speaker. Use a dedicated workflow when you want a single panel that captures the show’s central activity instead of driving every action through the Project List.

This chapter covers the operate-side surface for each shipped workflow — where the panel lives in the Captivate UI, how to open it, and what the operator does once it is open. For how a workflow is configured at build time, see the related controllers and Data Controllers chapters.

## About Dedicated Workflows

Dedicated Workflows are a category of panel that Captivate groups together in their own menu, separate from [Data Controllers](/play-and-update-graphics/chapter-index-3.md). A Data Controller answers "where does the data on this graphic come from?" A workflow answers "what is this panel making happen during my show?" Workflows persist their state per project, so when you close and reopen a workflow panel mid-show the pinned sequences, queues, and assignments come back.

Open a workflow by choosing **Add Source** on a channel and picking from the **Workflows** submenu.

## What’s in this chapter

* [Use Media Manager live](/control-your-show/chapter-index-2/media-manager-live.md) — operate a Media Manager panel during a show to play media clips into target zones.
* [Use Media Tracker](/control-your-show/chapter-index-2/media-tracker-live.md) — operate the Media Tracker (People) panel to manage an auto-queued list of records during a show.

## Related

* [Control your show — section overview](/control-your-show/branch-index.md)
* [Cue & take, live](/control-your-show/chapter-index.md) — the standard cue/take loop that workflows sit alongside.
* [Data Controller catalog](/play-and-update-graphics/chapter-index-3.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://captivatehelp.newbluelive.com/control-your-show/chapter-index-2.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.
