# 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: 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:

```
GET https://docs.creativeconners.com/docs/spikemark/stage-model-viewer/making-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
