# Robotics Competition

The Student Robotics Competition Programme is the main activity of Student Robotics and is how it currently meets its charitable objective set out in its [constitution](https://github.com/srobo/ops-manual/tree/d76377192d4c94c4bd4298f0f3954f5d342af24b/resources/constitution.pdf). It consists of an annual programme, aligned with the academic year, where teams of 16-19 year-olds (generally in sixth form) take part in an reasonably open-ended engineering challenge to construct autonomous robots.

The teams are divided into 2 categories:

* Events
* Services

“Events” teams are responsible for stuff that directly impacts the current competition cycle. Their term of office is 11 months to cover a competition year.

“Services” teams are responsible for stuff that either entirely or largely spans multiple competition cycles. Their term of office lasts for 24 months.

This division of teams is to aid understanding of remits of the different teams.

The principle teams are as follows:

Events teams:

* [Competition team](https://opsmanual.studentrobotics.org/version-8.0.0/annual-robotics-competition/competition-team)
* [Marketing team](https://github.com/srobo/ops-manual/blob/safeguarding/annual-robotics-competition/marketing-team.md)

Services teams:

* [Kit team](https://opsmanual.studentrobotics.org/version-8.0.0/annual-robotics-competition/kit-team)
* [Infrastructure team](https://github.com/srobo/ops-manual/blob/safeguarding/annual-robotics-competition/infrastructure-team.md)
* [Fundraising team](https://github.com/srobo/ops-manual/blob/safeguarding/annual-robotics-competition/fundraising-team.md)

The planning, management and delivery of the competition programme is the remit of the Competition Team and it is up to the Competition Team Committee to define the programme for a given annual cycle.

A competition programme requires teams to participate and volunteers to help run it, it is the responsibility of the Marketing team to source these teams and volunteers.

Delivery of the competition programme isn't possible without a kit to run the competition around, providing this kit is the responsibility of the Kit Team.

SR uses a number of software services to provide the competition programme, for example the website servers, SR accounts, and GitHub. The Infrastructure Team is responsible for maintaining these.

All the teams require funding to operate, it is the responsibility of the Fundraising Team to source funding to support the 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://opsmanual.studentrobotics.org/version-8.0.0/annual-robotics-competition.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.
