> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/team-handbook-njord-2025/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njord.gitbook.io/team-handbook-njord-2025/11-evaluation/11.5-technical-inspection.md).

# 11.5 Technical Inspection

Team’s vessels are to be tested in the following before they are allowed to compete:&#x20;

* **Propulsion:** The vessel's propulsion system, including the motor(s) and propeller(s), will be tested to ensure that they are functioning correctly and providing the necessary thrust to propel the vessel. This is important for ensuring the vessel can move at the desired speed and maneuverability.
* **Visual Indicators:** The vessel's visual indicators, such as lights and flags, will be tested to ensure that they are visible and functioning correctly. This is important for ensuring the safety of the crew and other boats on the water.
* **Power Supply Arrangement:** The vessel's power supply, including batteries and charging systems, will be tested to ensure that they are functioning correctly and providing the necessary power to operate the vessel. This is important for ensuring the vessel can compete for the full duration of the event.
* **Kill switches:** An emergency stop mechanism, also known as a kill switch, will be tested to ensure that it is working properly and that the vessel can be shut down quickly in case of emergency. This is important for ensuring the safety of the crew and other boats on the water.
* **GUI:** The vessel’s GUI will be evaluated to ensure it is visually clear, intuitive, and easy to operate. The interface should be well-structured, with a layout that effectively communicates the vessel’s status and actions. It must be designed to allow an operator with no technical background to quickly grasp what the ASV is doing.&#x20;

Other components that may be tested include navigation and communication systems, safety equipment, and overall compliance with competition regulations.


---

# 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:

```
GET https://njord.gitbook.io/team-handbook-njord-2025/11-evaluation/11.5-technical-inspection.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.
