# Introduction to Motion

**Transmitting Motion** is the act of getting motion from one part of the robot to another using shafts, sprockets, gears, etc.&#x20;

**Transforming Motion** is the act of changing the turning force (torque) and speed. Torque and speed are inverse to each other, meaning when one increases the other decreases. Several of the same components that transmit motion are also used to transform motion (sprockets and chain, belts and pulleys, and gears).&#x20;

The core component to transmitting motion on a robot is a shaft. They come in many shapes and styles, but the goal of each shaft is to transmit motion to other components

![](/files/oxbAVH9py1VGL1Ul5gkt)

One of the main components in transmitting motion in the REV ION Build System is 1/2in Hex (hexagonal, six sided) shape. 1/2in Hex is featured in components where a MAXSpline is too large or when motion needs to be directly transmitted to a 1/2in Hex shaft. 1/2in Hex shafts are available in a number of different lengths and can be cut to length if needed.&#x20;

Another important shape for transmitting motion in the REV ION Build System is the MAXSpline. This shape is incorporated into the other main motion components such as: MAXHubs, sprockets, gears, wheels, pulleys, and MAXSpline shaft.

The two primary systems used for transmitting motion in the REV ION Build System are gears and sprockets with chain.&#x20;


---

# 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.revrobotics.com/ion-build/motion/introduction-to-motion.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.
