# How to Start a SeaPerch Program

## How to Start a SeaPerch Program

- [Introduction & Table of Contents](https://robonation.gitbook.io/how-to-start-a-seaperch-program/introduction-and-table-of-contents.md)
- [Section 1: What is SeaPerch?](https://robonation.gitbook.io/how-to-start-a-seaperch-program/section-1-what-is-seaperch.md)
- [Section 2: Starting a Program](https://robonation.gitbook.io/how-to-start-a-seaperch-program/section-2-starting-a-program.md)
- [Section 3: Ships Ahoy! Ready for Launch!](https://robonation.gitbook.io/how-to-start-a-seaperch-program/section-3-ships-ahoy-ready-for-launch.md)
- [Section 3.1: Review the Resources](https://robonation.gitbook.io/how-to-start-a-seaperch-program/section-3-ships-ahoy-ready-for-launch/section-3.1-review-the-resources.md)
- [Section 3.2: Gather Equipment, Materials and Technology](https://robonation.gitbook.io/how-to-start-a-seaperch-program/section-3-ships-ahoy-ready-for-launch/section-3.2-gather-equipment-materials-and-technology.md)
- [Section 3.3: Get Ready to Build!](https://robonation.gitbook.io/how-to-start-a-seaperch-program/section-3-ships-ahoy-ready-for-launch/section-3.3-get-ready-to-build.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://robonation.gitbook.io/how-to-start-a-seaperch-program/introduction-and-table-of-contents.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.
