# SPARK Motor Controllers

- [SPARK MAX vs SPARK Flex](https://docs.revrobotics.com/revlib/spark/max-vs-flex.md)
- [Configuring a SPARK](https://docs.revrobotics.com/revlib/spark/configuring-a-spark.md)
- [Closed Loop Control](https://docs.revrobotics.com/revlib/spark/closed-loop.md)
- [Closed Loop Control Getting Started](https://docs.revrobotics.com/revlib/spark/closed-loop/closed-loop-control-getting-started.md)
- [Getting Started with PID Tuning](https://docs.revrobotics.com/revlib/spark/closed-loop/getting-started-with-pid-tuning.md)
- [Units](https://docs.revrobotics.com/revlib/spark/closed-loop/units.md)
- [Feed Forward Control](https://docs.revrobotics.com/revlib/spark/closed-loop/feed-forward-control.md)
- [Position Control Mode](https://docs.revrobotics.com/revlib/spark/closed-loop/position-control-mode.md)
- [Velocity Control Mode](https://docs.revrobotics.com/revlib/spark/closed-loop/velocity-control-mode.md)
- [Current Control Mode](https://docs.revrobotics.com/revlib/spark/closed-loop/current-control-mode.md)
- [MAXMotion Position Control](https://docs.revrobotics.com/revlib/spark/closed-loop/maxmotion-position-control.md)
- [MAXMotion Velocity Control](https://docs.revrobotics.com/revlib/spark/closed-loop/maxmotion-velocity-control.md)
- [Simulation](https://docs.revrobotics.com/revlib/spark/sim.md)
- [Simulation Getting Started](https://docs.revrobotics.com/revlib/spark/sim/simulation-getting-started.md)
- [REVLib Simulation Feature Overview](https://docs.revrobotics.com/revlib/spark/sim/revlib-simulation-feature-overview.md)
- [Simulating Additional Sensors and Auxiliary Devices](https://docs.revrobotics.com/revlib/spark/sim/simulating-additional-sensors-and-auxiliary-devices.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.revrobotics.com/revlib/spark.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.
