# Step 3: Jogging

Keep in mind that all of these methods are variations on **network jogging**, or more simply put, jogging through Spikemark. Remember, at this point, we are still just working in **Simulator Mode**. We'll go over [Jogging From A Stagehand](/docs/spikemark/quickstart/step-5-going-live/test-manual-movement.md) in another section.

## What will we accomplish in this step?

* [**3.1 Single Axis Jogging**](/docs/spikemark/quickstart/jogging/3.1-single-axis-jogging.md)
* [**3.2 Jogging Multiple Machines (Multi-Jog)**](/docs/spikemark/quickstart/jogging/3.2-jogging-multiple-machines-multi-jog.md)
* [**3.3 Move to Position**](/docs/spikemark/quickstart/jogging/3.3-move-to-position.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/quickstart/jogging.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.
