# FIRST Robotics Competition

### Generelt

[FIRST Robotics Competition](https://www.firstinspires.org/robotics/frc)

[FIRST Robotics Competition Control System](https://docs.wpilib.org/). Denne siden er den primære ressursen som dokumenterer bruken av FRC® Control System (inkludert ledninger, konfigurering og programvare) samt WPILib-biblioteker og verktøy.

[Chief Delphi](https://www.chiefdelphi.com/). Dette er et forum med MASSE informasjon om FRC. Oversiktlig? Nei...

[FRC Survival Guide v3.1](https://drive.google.com/file/d/1cfxmvL-dUtT1e3tm_mh_4wJf39891w8e/view?usp=sharing). Søk også på Chief Delphi for eventuelt oppdatert versjon.

### Mekanikk

Fyll på her...

### Elektronikk

Fyll på her...

### Programmering

Fyll på her...


---

# 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.hellrobotics.no/kompetanse/first-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.
