> 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/frc-kickoff-concepts/2026/build-guide/maxswerve.md).

# MAXSwerve Compatibility

<figure><img src="/files/IeI51zQJpsp4oXy5S7VE" alt=""><figcaption></figcaption></figure>

The 2026 REV ION FRC Starter Bot is easily be built with a MAXSwerve Drivetrain with only a couple of small modifications. Please see the Build Guide steps below that are small variations to the standard build guide.&#x20;

## Drivetrain Modifications&#x20;

<figure><img src="/files/SF2ipdj5Rotw5nYpbTYc" alt=""><figcaption></figcaption></figure>

The length of the MAXTube - 2x1 - 1/8in Wall should be cut to 20in. For Step 2 and Step 5.&#x20;

| <ol start="2"><li>Get:</li></ol><ul><li>2 - MAXTube - 2x1 - 1/8in Wall Cut to 20in</li><li>8 - Button Head Hex Drive Screw #10-32 x 2-1/2in</li><li>8 - #10-32 Low Profile Nylon Lock Nut</li></ul><p>Attach the polycarb panel to the 1in face of two pieces of MAXTube. The panel will be centered, and about 8 holes in from the end on each side.</p> | ![](/files/ELTMZxvDWTQGTPJUsXg3) |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| <ol start="5"><li>Get:</li></ol><ul><li>2 - MAXTube - 2x1 - 1/8in Wall Cut to 20in</li><li>2 - MAXTube Internal Support - 2x1 - 1/8in Wall</li></ul><p>Slide one MAXTube Internal Spacer into each end of the 2x1 section of MAXTube. The internal support should be aligned with the 7th hole from each side.</p>                                        | ![](/files/eBVIvHA6MbTmErh9vAwu) |

## Intake Modifications

| <p>18.5 Get:</p><ul><li>1 - MAXTube - 1x1 - 1/16in Wall - Grid Pattern Cut to 2in</li><li>2 - Button Head Hex Drive Screw #10-32 x 2-1/4in</li><li>2 - #10-32 Low Profile Nylon Lock Nut</li></ul><p>Attach a section of MAXTube to the arm assembly with 2 screws and locknuts. </p> | ![](/files/Tv2mxySRxzWPmul873eN) |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| <p>24.5 Get:</p><ul><li>1 - MAXTube - 1x1 - 1/16in Wall - Grid Pattern Cut to 2in</li><li>2 - Button Head Hex Drive Screw #10-32 x 2-1/4in</li><li>2 - #10-32 Low Profile Nylon Lock Nut</li></ul><p>Attach a section of MAXTube to the arm assembly with 2 screws and locknuts. </p> | ![](/files/BEtbwkdUcvIyHLNXrQJ5) |


---

# 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/frc-kickoff-concepts/2026/build-guide/maxswerve.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.
