# Engineering

- [2021](https://docs.wcrobotics.org/engineering/2021.md)
- [Frisbee Shooters](https://docs.wcrobotics.org/engineering/2021/frisbee-shooters.md): Prototyping is an important area of growth.  So, our first project in the 2021 Robotics Engineering course was to build a prototype frisbee shooter.
- [Ball Shooter](https://docs.wcrobotics.org/engineering/2021/ball-shooter.md): An adjustable ball-shooting prototype.
- [Over the Bumper Intake](https://docs.wcrobotics.org/engineering/2021/intake.md)
- [Climber Prototype](https://docs.wcrobotics.org/engineering/2021/climber-prototype.md): We are working on a climber that uses a tape measure or fish tape.
- [Highlights](https://docs.wcrobotics.org/engineering/2021/highlights.md): Points of Pride from Robotics Engineering, spring 2021
- [Presentations](https://docs.wcrobotics.org/engineering/2021/presentations.md)


---

# 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/engineering.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.
