# Welcome!

Welcome to FRC Team 937's programming documentation! As with the rest of this documentation, it is here to serve as documentation for any programming-related things that can be publicly facing.&#x20;

If you're a team member, you should have access to the programming Google Drive folder. If you don't, talk to the club sponsor (Mr. Fagan, as of 2022). It contains several things, mostly programming documentation that can't be publicly facing, for one reason or another. It can be found here: <https://drive.google.com/drive/folders/10QRKKeGyF1wYfXASNeiSQ5QV-CVRaIki>&#x20;

We hope this can be of some use. Thanks,

FRC Team 937


---

# 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://frc937.gitbook.io/frc-team-937/programming/welcome.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.
