> 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/duo-build/edu-kit-class-bot/pre-loading-brackets.md).

# Pre-Loading Brackets

## Bracket Pre-Loading Parts Required

| **PART NUMBER**                                         | **DESCRIPTION**                           | **QTY.** |
| ------------------------------------------------------- | ----------------------------------------- | -------- |
| [REV-41-1317](https://www.revrobotics.com/rev-41-1317/) | 15MM BEARING PILLOW BLOCK                 | 10       |
| [REV-41-1320](https://www.revrobotics.com/rev-41-1320/) | 15MM PLASTIC INSIDE CORNER BRACKET        | 10       |
| [REV-41-1307](https://www.revrobotics.com/rev-41-1307/) | 15MM PLASTIC 45 DEGREE BRACKET            | 2        |
| [REV-41-1487](https://www.revrobotics.com/rev-41-1487/) | 15MM METAL BENT HD HEX MOTOR BRACKET V2   | 2        |
| [REV-41-1433](https://www.revrobotics.com/rev-41-1433/) | 15MM METAL BENT CORE HEX MOTOR BRACKET V2 | 1        |
| [REV-41-1485](https://www.revrobotics.com/rev-41-1485/) | 15MM METAL BENT SERVO BRACKET V2          | 1        |
| [REV-41-1359](https://www.revrobotics.com/rev-41-1359/) | M3 X 8MM HEX CAP SCREWS                   | 80       |
| [REV-41-1361](https://www.revrobotics.com/rev-41-1361/) | M3 NYLOC NUTS                             | 80       |

### Pre-Loading 45 Degree Bracket Steps&#x20;

{% hint style="warning" %}
Only **two** of the four 45 Degree Brackets in the build will be pre-loaded.&#x20;
{% endhint %}

|                                  |                                                                                                                                     |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/-MDVDMx3wUHt0SnEQVi3) | <p>Take a bracket and finger start one Hex Cap Screw and Nyloc Nut per hole.</p><p></p>                                             |
| ![](/files/-MDLd8qb94--FC7z_5-2) | <p><strong>PRE-LOADED BRACKET COMPELTE</strong></p><p>Repeat this step until you have <strong>two</strong> Pre-Loaded Brackets.</p> |

### Pre-Loading Inside Corner Bracket Steps&#x20;

{% hint style="warning" %}
The side of the bracket with “[ribs](/duo-build/structure/brackets.md#key-terms)” must have the Hex Cap Screw head.
{% endhint %}

|                                  |                                                                                                                    |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| ![](/files/-MCNXpeKDlZTtYN5LK5J) | <p>Take a bracket and finger start one Hex Cap Screw and Nyloc Nut per hole.</p><p></p>                            |
| ![](/files/-MCNv_X2QEBoRk6yEPMW) | <p><strong>PRE-LOADED BRACKET COMPELTE</strong></p><p>Repeat this step until you have ten Pre-Loaded Brackets.</p> |

### Pre-Loading **Bearing Pillow** Steps&#x20;

{% hint style="warning" %}
The side of the bracket with “[ribs](/duo-build/structure/brackets.md#key-terms)” must have the Hex Cap Screw head.
{% endhint %}

|                                  |                                                                                                                    |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| ![](/files/-MCNzqXarvcRwKWKsQX8) | <p>Take a bracket and finger start one Hex Cap Screw and Nyloc Nut per hole.</p><p></p>                            |
| ![](/files/-MCENatOdPYdhkS1PbeR) | <p><strong>PRE-LOADED BRACKET COMPELTE</strong></p><p>Repeat this step until you have ten Pre-Loaded Brackets.</p> |

### Pre-Loading Bent HD Hex Motor Bracket Steps&#x20;

|                                  |                                                                                                                    |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| ![](/files/-MDWfS-VEJYnTvC0zp2O) | <p>Take a bracket and finger start one Hex Cap Screw and Nyloc Nut per hole.</p><p></p>                            |
| ![](/files/-MDWelGANkdo2F22zduY) | <p><strong>PRE-LOADED BRACKET COMPELTE</strong></p><p>Repeat this step until you have two Pre-Loaded Brackets.</p> |

### Pre-Loading Bent Core Hex Motor Bracket Steps &#x20;

|                                  |                                                                                         |
| -------------------------------- | --------------------------------------------------------------------------------------- |
| ![](/files/-MDVDGyfuj06qS8lTJfl) | <p>Take a bracket and finger start one Hex Cap Screw and Nyloc Nut per hole.</p><p></p> |
| ![](/files/-MDLeZEVRkYrGjl7hQ5k) | <p><strong>PRE-LOADED BRACKET COMPELTE</strong></p><p></p>                              |

### Pre-Loading Bent Servo Bracket Steps &#x20;

|                                  |                                                                                         |
| -------------------------------- | --------------------------------------------------------------------------------------- |
| ![](/files/-MDVDvJVuLiBvPiBoO8b) | <p>Take a bracket and finger start one Hex Cap Screw and Nyloc Nut per hole.</p><p></p> |
| ![](/files/-MDLhoplwliP4Dx6hCP7) | <p><strong>PRE-LOADED BRACKET COMPELTE</strong></p><p></p>                              |


---

# 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/duo-build/edu-kit-class-bot/pre-loading-brackets.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.
