# Quick Start

### Hardware Setup

1. Make the necessary connections for power and Ethernet. Don't mount the sonar to your vessel quite yet, we need to calibrate the accelerometers on a level surface first.&#x20;
2. Apply power to the unit. The status LED should begin to pulse.

<figure><img src="/files/4Vh4tZeZOiXQlN8Eab49" alt=""><figcaption><p>Status LED</p></figcaption></figure>

### Software Setup

[Install SonarView](/c/sonarview/installation.md) (1.10.0 or higher recommended)

### Testing & Calibration

1. Launch SonarView. If your device is powered on and reachable, it should appear in Device Discovery. Change the IP Address of the device if necessary (or enable DHCP), then click Connect.&#x20;

   <figure><img src="/files/ikhVvkPL97eX4gOaBxJV" alt=""><figcaption></figcaption></figure>

   NOTE: **You will need to choose a valid IP address for your setup**, [some information on this topic can be found here. ](https://docs.ceruleansonar.com/c/v/sonarview/device-discovery-and-ip-addressing)
2. Place the Surveyor on a level surface and calibrate the accelerometer using the menu on the left side.&#x20;
3. Enable "Waterfall" on the right side and start pinging. Some points should appear in the 3D viewer.&#x20;
4. If all is well, you are ready to do your first in-water test. Refer to the [SonarView docs](https://docs.ceruleansonar.com/c/sonarview/) for general information on how to use SonarView.&#x20;

### Platform Specific Instructions:

* [BlueBoat](/c/surveyor-240-16/platform-specific-setup/installation-on-blueboat.md)
* [NMEA Position / Heading Source](/c/surveyor-240-16/platform-specific-setup/nmea-position-heading-source.md)

### [Go to Your First Survey](/c/surveyor-240-16/your-first-survey.md)<br>


---

# 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.ceruleansonar.com/c/surveyor-240-16/quick-start.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.
