> 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/legacy-manuals/deck-chief/troubleshooting.md).

# Troubleshooting

If you’ve reached this section of the manual, things aren’t going well. We are very sorry, but we are always here to help. Our various methods of communication can be found in the Technical Support section.

| Condition                                   | Solution                                       |
| ------------------------------------------- | ---------------------------------------------- |
| **Deck Chief won't turn on**                | Check input power connector                    |
|                                             | Check breaker panel                            |
| **Motor will not run**                      | Power Cycle the Deck Chief                     |
|                                             | Confirm that the stop limit is being triggered |
| **Motor will not run at the desired speed** | Check the position of the slow down limit      |
| **Motor hums after the move is done**       | Confirm the stop limit is getting tripped      |

## Technical Support <a href="#h.44sinio" id="h.44sinio"></a>

If you get stuck, we’re here to help. The best way to get in touch with a tech expert is via email - even during normal business hours - because most days we are spread around the shop and may not be near the phone. There’s someone in the office from 8:30a-5pm EST Monday - Friday and will return an email or phone call quickly. After hours (honestly when most tech support issues arise) we have a crack team monitoring email and voicemail who will respond quickly to help get you moving.

* Online: [www.creativeconners.com](https://www.google.com/url?q=http://www.creativeconners.com\&sa=D\&source=editors\&ust=1660662070037508\&usg=AOvVaw3w8uujYv_7d1Y4sGXnSna9)
* Email: <support@creativeconners.com>
* Phone: 401-289-2942 x2


---

# 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/legacy-manuals/deck-chief/troubleshooting.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.
