> For the complete documentation index, see [llms.txt](https://handbook.raidrobotics.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.raidrobotics.org/overview/handbook-introduction.md).

# Handbook Introduction

This document serves as RAID's official team handbook. This document will primarily be updated prior to new school years. If an issue arrises that requires an update to the team handbook, the whole team will be alerted prior to updates. The changelog at the end of the document will share all revisions.

{% hint style="info" %}
This webpage will now act as our official team handbook. RAID will no longer be creating printed version of the handbook to reduce our footprint. The contract will still be printed and is required to be a part of the team.

If you have any issues with this, please reach out to team leadership and you will be provided a printed version of the handbook
{% endhint %}

## Quick Links

This section houses a few quick links to important sections of the handbook

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-glasses">:glasses:</i></h4></td><td>Team Member Expectations</td><td><a href="/pages/jEhEp2j9rIGV3JvzGimT">/pages/jEhEp2j9rIGV3JvzGimT</a></td><td><a href="/pages/aQ2n8TewpVcKDGPjrnV1">/pages/aQ2n8TewpVcKDGPjrnV1</a></td></tr><tr><td><h4><i class="fa-helmet-safety">:helmet-safety:</i></h4></td><td>Safety</td><td><a href="/pages/RalQFQaU2tWmC3s0Tniu">/pages/RalQFQaU2tWmC3s0Tniu</a></td><td><a href="/pages/RalQFQaU2tWmC3s0Tniu">/pages/RalQFQaU2tWmC3s0Tniu</a></td></tr><tr><td><h4><i class="fa-id-badge">:id-badge:</i></h4></td><td>Attendance</td><td><a href="/pages/2aY48nmhnMXteXvFCNvI">/pages/2aY48nmhnMXteXvFCNvI</a></td><td><a href="/pages/2aY48nmhnMXteXvFCNvI">/pages/2aY48nmhnMXteXvFCNvI</a></td></tr><tr><td><h4><i class="fa-file-contract">:file-contract:</i></h4></td><td>Contract</td><td><a href="/pages/nITlucn5FHW9sAXaCgJA">/pages/nITlucn5FHW9sAXaCgJA</a></td><td><a href="/pages/nITlucn5FHW9sAXaCgJA">/pages/nITlucn5FHW9sAXaCgJA</a></td></tr><tr><td><h4><i class="fa-arrows-rotate-reverse">:arrows-rotate-reverse:</i></h4></td><td>Changelog</td><td><a href="/pages/cYSvOiwZnwL9d2jHNlAf">/pages/cYSvOiwZnwL9d2jHNlAf</a></td><td><a href="/pages/cYSvOiwZnwL9d2jHNlAf">/pages/cYSvOiwZnwL9d2jHNlAf</a></td></tr></tbody></table>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://handbook.raidrobotics.org/overview/handbook-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
