> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/stagehand/stagehand-apprentice-2/stagehand-apprentice-2-making-the-connections/stagehand-apprentice-2-power-input.md).

# Stagehand Apprentice 2: Power Input

The Stagehand Apprentice 2 ships standard with an L21-30 power inlet. It is also available with an L15-30 power inlet. An L16-30 inlet is standard for \~400VAC input power and you'll find a Powercon True1 for 120VAC input.

<div data-full-width="true"><figure><img src="/files/70v4A5RHsOqATDLfe3ZB" alt=""><figcaption></figcaption></figure></div>

The Stagehand Apprentice 2 requires a power circuit with these specifications:

<table data-full-width="true"><thead><tr><th width="172.30421982335628" align="right">Specification</th><th width="279.33333333333326" align="center">1HP - 120VAC</th><th align="center">5HP - 208VAC, 3 Phase</th><th align="center">5HP - ~400VAC, 3Phase</th></tr></thead><tbody><tr><td align="right"><strong>Input Voltage</strong></td><td align="center">120VAC</td><td align="center">200VAC-240VAC</td><td align="center">380VAC-460VAC</td></tr><tr><td align="right"><strong>Phase</strong></td><td align="center">1P</td><td align="center">3P</td><td align="center">3P</td></tr><tr><td align="right"><strong>Circuit</strong></td><td align="center">3-wire (L1, N, G)</td><td align="center">4-wire (L1, L2, L3, G)</td><td align="center">4-wire (L1, L2, L3, G)</td></tr><tr><td align="right"><strong>Amperage</strong></td><td align="center">20A</td><td align="center">30A</td><td align="center">20A</td></tr><tr><td align="right"><strong>Cable Plug</strong></td><td align="center">PowerCon True1</td><td align="center">L21-30/L15-30</td><td align="center">L16-30</td></tr></tbody></table>

The Stagehand Apprentice 2 is equipped with 3 circuit breakers on the front panel.

Flip the **MAIN POWER** breaker **OFF** before making or breaking the power connection.

{% hint style="info" %}
The power inlet has a higher current rating than the draw of the controller.
{% endhint %}


---

# 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://docs.creativeconners.com/docs/stagehand/stagehand-apprentice-2/stagehand-apprentice-2-making-the-connections/stagehand-apprentice-2-power-input.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.
