> 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/spikemark/stage-model-viewer/making-models.md).

# Making Models

Each motor in the show can be viewed as either a **winch** or a **turntable**. You may be thinking, we can automate more scenery than just a winch or a turntable so how would I visualize these other machines? You would be correct. However, a **winch** in the model can be modified and visualized as a lift, hoist, curtain, or any machinery that runs in a straight line.

{% hint style="success" %}
A **Winch** can be modified to visualize **any machinery that runs in a straight line.**
{% endhint %}

Winches always look like a box traveling along a track. This box is used to resemble your scenic wagon. The length of the track is determined by the Max Forward and Min Reverse input fields (set in the Position section of the Stagehand Properties Panel). The size and placement of the scenery on the track can be adjusted in the Schematic section of the Stagehand Properties Panel. Let’s go over the steps to achieve this.

[**Modeling a Winch**](/docs/spikemark/stage-model-viewer/making-models/making-a-winch.md)

[**Modeling a Lift**](/docs/spikemark/stage-model-viewer/making-models/making-a-lift.md)

[**Modeling a Hoist**](/docs/spikemark/stage-model-viewer/making-models/making-a-hoist.md)

[**Modeling a Vertical Curtain**](/docs/spikemark/stage-model-viewer/making-models/making-a-curtain.md)

[**Modeling a Split Curtain**](/docs/spikemark/stage-model-viewer/making-models/making-a-split-curtain.md)

[**Modeling a Turntable or Periaktos**](/docs/spikemark/stage-model-viewer/making-models/making-a-turntable.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://docs.creativeconners.com/docs/spikemark/stage-model-viewer/making-models.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.
