> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-platform/6/studio/tasks/reference/interactive-html/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # InteractiveHTML > Reference for the Interactive HTML Work Center task, which renders builder-authored HTML and returns operator input as output variables. Platform 6.5.2+ Renders custom HTML and CSS, and returns operator input as output variables. ## Before you begin Work Center must be enabled in your Itential Platform environment. ## Use cases Use this task when you want to design the operator's screen yourself. You author the HTML and CSS, Work Center renders it, and the operator's submission returns as task output for the workflow or agent to use. Common scenarios include: * The form needs a particular look and feel—including your branding, your layout, or your terminology—and you want direct control over it. * Context and input belong together, such as a report, a device list, or output from an earlier task, paired with the operator's decision directly below it. * An earlier canvas task has already resolved the data, and this step only needs to render it and collect a response. ## Task properties ### Incoming | Variable | Type | Required | Description | | ------------- | ------ | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `header` | String | No | Text that appears above the body's content. Use it for a task title or short instruction to the operator. | | `body` | String | Yes | The HTML5 document that renders in Work Center. Include CSS inline or in a `