# Servos

Servos are essentially small motors that can only rotate a set number of degrees via a 3-wire PWM connector.&#x20;

Servos are used in FTC for high-precision applications that are low-load. Typically, servos have limited range of rotation (180°-270° is common). The output has splines, which are the rigid teeth that are on top of the servo.

## Dual Mode

Dual Mode servos are servos that allow users to switch between two operational modes: Servo mode and continuous mode.

<details>

<summary>Servo Mode</summary>

&#x20;Servos that can rotate to a given position based on a PWM (Pulse Width Modulation) input signal are called regular servos.

</details>

<details>

<summary>Continuous Mode</summary>

Continuous rotation servos are effectively just small motors in a servo form factor. They have no position control; instead, a PWM signal is used to control their rotation speed.

</details>


---

# 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/servos.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.
