# Introduction to Motion

**Power transmission** is the system of components that transfers motion from your motors to the moving parts of your robot. The easiest way to think of it is how you get things like wheels, arms, or intake mechanisms to spin. In FTC, choosing the right transmission method can impact your performance, efficiency, reliability, and maintainability.

This page provides an overview of common power transmission systems used in FTC, along with guidance on when and why to use each one.

### Common Power Transmission Methods

Each of the following methods has its own strengths, weaknesses, and ideal use cases:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Chain and Sprocket</td><td><p></p><ul><li><strong>Pros</strong>: Allows flexible placement, strong under load</li><li><strong>Cons</strong>: Requires tensioning, can be noisy</li><li><strong>Use Cases</strong>: Drivetrains, arms, elevator mechanisms</li></ul></td><td><a href="/files/ZDwaGknedV4Bgcap2hpU">/files/ZDwaGknedV4Bgcap2hpU</a></td></tr><tr><td>Belts and Pulleys</td><td><p></p><ul><li><strong>Pros</strong>: Quiet, lightweight, flexible layouts</li><li><strong>Cons</strong>: Can slip if not properly tensioned, lower load capacity</li><li><strong>Use Cases</strong>: Intakes, transfer systems, turrets</li></ul></td><td><a href="/files/sK3p6O3TqTqgvjGATBNi">/files/sK3p6O3TqTqgvjGATBNi</a></td></tr><tr><td>Spur Gears</td><td><ul><li><strong>Pros</strong>: High efficiency, compact, precise</li><li><strong>Cons</strong>: Requires rigid mounting, sensitive to misalignment</li><li><strong>Use Cases</strong>: Drivetrains, linear slides, arms</li></ul></td><td><a href="/files/4V8LGhxIc8fWvaL8tXwa">/files/4V8LGhxIc8fWvaL8tXwa</a></td></tr></tbody></table>

### Tutorials and Examples

* [Designing a Custom Gearbox in Onshape](/intro-to-cad/level-2/b.-power-transmission-wip.md#examples)
* [Chain Tensioning Techniques](https://www.youtube.com/watch?v=vi2FfGqCeGI)


---

# 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://www.ftcwiki.org/transmitting-power/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.
