# Training Approach

- [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.


---

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