# 6032 Pirate Robotics

## 6032 Pirate Robotics Team

- [Treasure Chest](https://docs.wcrobotics.org/master.md)
- [Why FIRST?](https://docs.wcrobotics.org/about-us/why-first.md)
- [Our Current Workshop](https://docs.wcrobotics.org/about-us/workshop.md)
- [Past Competitions & Awards](https://docs.wcrobotics.org/about-us/history.md): Founded in 2015 - 2016
- [Pirate Robotics Handbook](https://docs.wcrobotics.org/team-handbook/pirate-robotics-handbook.md)
- [Pirate Robotics Handbook](https://docs.wcrobotics.org/team-handbook/handbook.md): FIRST Robotics Competition Team #6032
- [Mission , Vision and Purpose](https://docs.wcrobotics.org/team-handbook/handbook/our-values.md)
- [Membership Requirements](https://docs.wcrobotics.org/team-handbook/handbook/membership-requirements.md): Please read this page very carefully.
- [Team Organization](https://docs.wcrobotics.org/team-handbook/handbook/team-organization.md)
- [Funding and Financials](https://docs.wcrobotics.org/team-handbook/handbook/funding-and-financials.md)
- [Safety](https://docs.wcrobotics.org/team-handbook/handbook/safety.md)
- [Team Travel](https://docs.wcrobotics.org/team-handbook/handbook/team-travel.md)
- [Communication & Resources](https://docs.wcrobotics.org/team-handbook/handbook/communication-and-resources.md)
- [Checklist & Forms](https://docs.wcrobotics.org/team-handbook/handbook/handbook-forms.md)
- [Marketing & Outreach](https://docs.wcrobotics.org/marketing-and-recruiting/team-branding-and-media.md)
- [Member Recruiting](https://docs.wcrobotics.org/marketing-and-recruiting/member-recruiting.md): Various forms of media used to encourage West Carrollton students to join the team.
- [Branding & Media Standards](https://docs.wcrobotics.org/marketing-and-recruiting/team-branding-and-media-1.md): Logo, Colors, Fonts, Google Slides Template, Marketing Material etc.
- [Fall Workshops](https://docs.wcrobotics.org/training/fall-workshops.md): Fall 2021
- [Safety](https://docs.wcrobotics.org/training/safety.md)
- [How We Prototype](https://docs.wcrobotics.org/training/prototyping.md): Find out "what's hard but looks easy, and what's easy but looks hard."
- [Electrical](https://docs.wcrobotics.org/training/electrical.md)
- [Onshape ](https://docs.wcrobotics.org/training/onshape-training.md)
- [Getting Started with Onshape](https://docs.wcrobotics.org/training/onshape-training/getting-started.md): How to create an Onshape Account and learn the basics.
- [FeatureScripts & MKCad](https://docs.wcrobotics.org/training/onshape-training/featurescripts-and-mkcad.md): Why Onshape works well with FRC.
- [Java](https://docs.wcrobotics.org/training/java.md)
- [Extra Programming Resources](https://docs.wcrobotics.org/training/java/extra-programming-resources.md)
- [Bumpers](https://docs.wcrobotics.org/training/bumpers.md)
- [Self Learning Resources](https://docs.wcrobotics.org/training/resources.md): Super helpful high-quality information from other teams.
- [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)
- [2021 Camps](https://docs.wcrobotics.org/stem-camps/2021-camps.md)
- [VEX IQ Camps](https://docs.wcrobotics.org/stem-camps/2021-camps/vexiq-camps.md): Theme: Robot Olympics (Grades 6 - 8)
- [VEX GO Camps](https://docs.wcrobotics.org/stem-camps/2021-camps/vexgo-camps.md): Theme: Mission to Mars (Grades 4 - 5)
- [Grant Writing](https://docs.wcrobotics.org/program-administration/grant-writing.md)
- [Fundraising](https://docs.wcrobotics.org/program-administration/fundraisers.md)
- [Key Dates and Deadlines](https://docs.wcrobotics.org/program-administration/admin-links.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wcrobotics.org/master.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.
