> 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/spark-flex-feature-description/mounting-holes.md).

# Mounting Holes

The mounting face of the SPARK Flex features six #10-32 threaded mounting holes on a 2 in bolt circle. Each hole has an absolute **maximum** depth of 0.25 in.   &#x20;

<figure><img src="/files/UoNEOo6DRHyWGA5Z0WKh" alt=""><figcaption><p>SPARK Flex Mounting Hole Pattern</p></figcaption></figure>

{% hint style="danger" %} <mark style="color:red;">DO NOT</mark> exceed the maximum mounting screw depth of 0.25 in when mounting the SPARK Flex. Doing so will result in permanent damage to the SPARK Flex and will void the warranty.
{% endhint %}

Depth gauges are laser-etched into each side of the SPARK Flex body to make it easy to check that the chosen screw length will not violate the maximum depth.

<figure><img src="/files/LPY8iHaI0Jp3uqg9WrxN" alt=""><figcaption><p>SPARK Flex Mounting Screw Depth Gauge</p></figcaption></figure>

Simply check the screw length against the intended stack-up of structure and motor controller, and verify that it does not violate the maximum depth.

<figure><img src="/files/T0z9Kt7cqzQ1XKCskUbp" alt="" width="494"><figcaption><p>Checking Screw Length with SPARK Flex Mounting Screw Depth Gauge</p></figcaption></figure>


---

# 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/spark-flex-feature-description/mounting-holes.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.
