> For the complete documentation index, see [llms.txt](https://pcnautic.gitbook.io/autopilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pcnautic.gitbook.io/autopilot/operate/web-interface-apps/install-wizard.md).

# Install wizard

This wizard will guide you through 7 simple steps to prepare the Autopilot for its first use and ensure everything is configured correctly. The progress of each step is shown visually:

* <mark style="color:$info;">**Grey**</mark> – not yet completed
* <mark style="color:yellow;">**Yellow**</mark> – skipped
* <mark style="color:green;">**Green**</mark> – completed

If desired, steps can be skipped.

#### **Step 1: Info Marks & Manual Links**

Learn how to use info marks and access the manual directly from the interface.

#### **Step 2: Secure Wi-Fi**

Set a secure SSID and password for Master mode. Reconnect after saving changes.

#### **Step 3: Servo Motor Position**

Select whether the tiller drive is mounted on port or starboard.

#### **Step 4: Magnetic Heading Offset**

Set the correct mounting angle of the ControlHead (0°, ±90°, or 180°).

#### **Step 5: Inertial Sensor Alignment**

Align the sensors while the boat is level and stationary in the harbour.

#### **Step 6: Compass Calibration**

Calibrate the compass on open water and enable Compass Lock when stable.

#### **Step 7: Create Backup**

Save your configuration so it can be restored later if needed.

#### **Reset Install Wizard**

Clears setup progress and restarts the wizard.


---

# 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://pcnautic.gitbook.io/autopilot/operate/web-interface-apps/install-wizard.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.
