# Bumpers

## How to build FRC Bumpers:

Go to **page 53** in the 2020 Robonauts Everybot Build Documentation: <https://docs.google.com/document/d/1thQL7Op2YYWohWd5WxZG-pNNlPpiAZtJYyzoRxK_xfQ/edit>

![This image from the Everybot Build Documentation](/files/vknrlf9QZ4E5aTGTpp9w)

## How to iron on numbers:

{% embed url="<https://youtu.be/xDei4AemvGk>" %}

## How to mount bumpers:

We typically use these brackets: <https://www.robopromo.com/product_p/rp-2031.htm>

Remember to check the rules for the bumper zone so you know how high the bumpers should be above the ground.

{% embed url="<https://youtu.be/jHNOwxoML2Y>" %}


---

# 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.wcrobotics.org/training/bumpers.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.
