# Introduction

This manual serves as the primary means for the Student Robotics Trustees to define what Student Robotics is, what it stands for and how it operates. It is not intended as a detailed prescriptive manual of how each activity within the organisation is carried out, but rather as a means to set the foundations upon which the organisation is built.

The latest version is always available to read at <https://opsmanual.studentrobotics.org/>. The source of this document is available at <https://github.com/srobo/ops-manual>. Please note that information contained on the 'master' branch of the repository (the 'In Development' version of the GitBook) has not yet been released and is therefore not authoritative.


---

# 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://opsmanual.studentrobotics.org/readme.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.
