> For the complete documentation index, see [llms.txt](https://robonation.gitbook.io/seaperch-challenge-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robonation.gitbook.io/seaperch-challenge-resources/2026-course-build-guide/readme.md).

# Introduction & Resources

### **Welcome to the International SeaPerch Challenge!**

This Build Guide includes instructions for building the [Obstacle Course](/seaperch-challenge-resources/2026-course-build-guide/section-1-obstacle-course-build-guide.md) and [Mission Course](/seaperch-challenge-resources/2026-course-build-guide/section-2-mission-course-build-guide.md) for the 2026 International SeaPerch Challenge.&#x20;

At the International Challenge: the obstacle courses and mission courses will be suspended from the pool’s lane dividers with the lower frames for the courses being approximately 5 to 6 feet below the water surface.

{% hint style="info" %}
**Regional Events:** This build guide is specific to the courses that will be used at the **2026 International SeaPerch Challenge**. Please check with your [local regional competition coordinator](https://seaperch.org/regionals) for course information for that specific event, which may differ from the International SeaPerch Challenge organized by RoboNation.
{% endhint %}

<div data-full-width="false"><figure><img src="https://3636245325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPbHFh5MEWFfy0t4LJirD%2Fuploads%2Fv2V8XDU9h893QVXR0SeE%2FSPC25%20Misson%20Course%20(Full%20-%20Setup)%20.png?alt=media&amp;token=7ec381bb-9e59-46b3-bbf3-0ddff8a77984" alt=""><figcaption><p>Mission and Obstacle Course Setup</p></figcaption></figure></div>


---

# 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://robonation.gitbook.io/seaperch-challenge-resources/2026-course-build-guide/readme.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.
