> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/brushless/spark-flex.md).

# SPARK Flex Motor Controller

- [SPARK Flex Overview](https://docs.revrobotics.com/brushless/spark-flex/overview.md)
- [Flex Dock](https://docs.revrobotics.com/brushless/spark-flex/overview/dock.md)
- [SPARK Flex Specifications](https://docs.revrobotics.com/brushless/spark-flex/specs.md)
- [SPARK Flex Feature Description](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description.md)
- [Power and Motor Connections](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/power-and-motor-connections.md)
- [Control Connections](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/control-connections.md)
- [Data Port](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/data-port.md)
- [Mounting Holes](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/mounting-holes.md)
- [Control Interfaces](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/control-interfaces.md)
- [Mode Button](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/mode-button.md)
- [Operating Modes](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-feature-description/operating-modes.md)
- [SPARK Flex Getting Started ](https://docs.revrobotics.com/brushless/spark-flex/gs.md)
- [Wiring the SPARK Flex](https://docs.revrobotics.com/brushless/spark-flex/gs/wiring.md)
- [Make it Spin!](https://docs.revrobotics.com/brushless/spark-flex/gs/make-it-spin.md)
- [Basic Configurations](https://docs.revrobotics.com/brushless/spark-flex/gs/basic-config.md)
- [SPARK Flex Status LED Patterns](https://docs.revrobotics.com/brushless/spark-flex/status-led.md)
- [SPARK Flex Troubleshooting](https://docs.revrobotics.com/brushless/spark-flex/troubleshooting.md)
- [SPARK Flex Operating Modes](https://docs.revrobotics.com/brushless/spark-flex/spark-flex-operating-modes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.revrobotics.com/brushless/spark-flex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
