# Quick Links

## SPARK Motor Controllers

<details>

<summary>SPARK Flex Links</summary>

## General Resources

* [Getting Started with the SPARK Flex](/brushless/spark-flex/gs.md)
* [Troubleshooting](/brushless/spark-flex/troubleshooting.md)
  * [Status LED Patterns](/brushless/spark-flex/status-led.md)
* [SPARK Flex Specifications](/brushless/spark-flex/specs.md)
  * [SPARK Flex Data Port Pinout](/brushless/spark-flex/specs.md#data-port-specfifications)

## Software Resources

* [Getting Started with the REV Hardware Client](https://docs.revrobotics.com/rev-hardware-client/)
* [REVLib API and Installation](/revlib/install.md)
* [Swerve Calibration](/rev-hardware-client-2/guides/swerve-calibration.md)

</details>

<details>

<summary>SPARK MAX Links</summary>

## General Resources

* [Getting Started with the SPARK MAX](/brushless/spark-max/gs.md)
* [Troubleshooting](/brushless/spark-max/troubleshooting.md)
  * [Status LED Patterns](/brushless/spark-max/status-led.md)
* [SPARK MAX Specifications](/brushless/spark-max/specs.md)
  * [SPARK MAX Data Port Pinout](/brushless/spark-max/specs/data-port.md)
* [Using Encoders with the SPARK MAX](/brushless/spark-max/encoders.md)

## Software Resources

* [Getting Started with the REV Hardware Client](https://docs.revrobotics.com/rev-hardware-client/)
* [REVLib API and Installation](/revlib/install.md)
* [Swerve Calibration](/rev-hardware-client-2/guides/swerve-calibration.md)
* [SPARK MAX Code Examples](https://github.com/REVrobotics/REVLib-Examples)

</details>

## NEO Brushless Motors

<details>

<summary>Motor Comparison and Testing</summary>

* [Motor Comparison](/brushless/neo/compare.md)
  * [NEO Vortex Comparisons](/brushless/neo/compare.md#neo-vortex-quick-comparison)
  * [NEO V1.1 Comparisons](https://docs.revrobotics.com/brushless/home/pages/rkh1EJhtQtrlKyTssZwJ#neo-v1.1-quick-comparison)
* [Dynamometer Testing](broken://pages/xuD8xZeSbJemWxAmuZDf)

</details>

<details>

<summary>NEO Vortex Links</summary>

* [NEO Vortex Overview](/brushless/neo/vortex.md)
* [NEO Vortex Specifications](/brushless/neo/vortex.md#specifications)
  * [Motor Curves - NEO Vortex](/brushless/neo/vortex.md#neo-vortex-motor-curve)
* [Docking a SPARK Flex](/brushless/neo/vortex/docking-flex.md)
* [Installing a shaft](/brushless/neo/vortex/shaft-installation.md)

</details>

<details>

<summary>NEO V1.1 Links</summary>

## NEO V1.1

* [NEO V1.1 Overview](/brushless/neo/v1.1.md)
* [NEO V1.1 Specifications](/brushless/neo/v1.1.md#specifications)
  * [Motor Curves - NEO V1.1](https://docs.revrobotics.com/brushless/home/pages/kQNTStdZY4UftyiC3qHy#neo-v1.1-motor-curve)
* [Pinion Pressing Guide](/brushless/neo/v1.1/pinion-pressing.md)

NEO V1

* [NEO V1 Overview](/brushless/neo/v1.1/neo-v1.md)
* [NEO V1 Specifications](/brushless/neo/v1.1/neo-v1.md#specifications)
  * [Motor Curves - NEO V1](/brushless/neo/v1.1/neo-v1.md#neo-v1-motor-curve)
* [Pinion Pressing Guide](https://docs.revrobotics.com/brushless/home/pages/14qkXgvpyG11esqFVa8Y#neo-v1.0-pinion-pressing-guide)

</details>

<details>

<summary>NEO 550 Links</summary>

* [NEO 550 Overview ](/brushless/neo/550.md)
* [NEO 550 Specifications](/brushless/neo/550.md#specifications)&#x20;
  * [Motor Curves - NEO 550](/brushless/neo/550.md#neo-550-motor-curve)
* [Pinion Pressing Guide ](/brushless/neo/550/pinion-pressing.md)

</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://docs.revrobotics.com/brushless/home/links.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.
