diff --git a/developers/building-docs.md b/developers/building-docs.md
index 049c7d52..c642f733 100644
--- a/developers/building-docs.md
+++ b/developers/building-docs.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# ArduPilot documentation editing instructions can be found at [https://ardupilot.org/dev/docs/common-wiki_editing_guide.html](https://ardupilot.org/dev/docs/common-wiki_editing_guide.html).
+
+## You should be automatically redirected.
+
+---
+
# Serve Docs Locally
## Install npm
diff --git a/developers/developers.md b/developers/developers.md
index 5ae013ec..fa668ab8 100755
--- a/developers/developers.md
+++ b/developers/developers.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# ArduPilot firmware building instructions can be found at [https://ardupilot.org/dev/docs/building-the-code.html](https://ardupilot.org/dev/docs/building-the-code.html).
+
+## You should be automatically redirected.
+
+---
+
# Developers
## How to Get the Code
diff --git a/developers/dvl-integration.md b/developers/dvl-integration.md
index 96fba9de..c1bda2e8 100755
--- a/developers/dvl-integration.md
+++ b/developers/dvl-integration.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# ArduPilot firmware building instructions can be found at [https://ardupilot.org/dev/docs/building-the-code.html](https://ardupilot.org/dev/docs/building-the-code.html).
+
+## You should be automatically redirected.
+
+---
+
# DVL integration (BETA)
The DVL integration with ArduSub is in a BETA stage and is currently unsupported for normal use. This document is provided to instruct beta testers and developers how to test the BETA stage integration. There is no guarantee that the DVL integration will work for any particular application.
diff --git a/developers/rc-input-and-output.md b/developers/rc-input-and-output.md
index 5c8c6adf..dd0d13e3 100644
--- a/developers/rc-input-and-output.md
+++ b/developers/rc-input-and-output.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://ardupilot.org/sub/docs/rc-setup.html](https://ardupilot.org/sub/docs/rc-setup.html).
+
+## You should be automatically redirected.
+
+---
+
# RC input and output
ArduSub is designed around two independent concepts of *RC Input* and *RC Output*. RC Input is an array of control channels representing pilot inputs like forward and yaw commands. RC Output is an array of channels representing the pulse widths to write to individual servo output pins. Although ArduSub does not support the use of RC receivers, the logic is the same and is applied to joystick inputs instead. Joystick input and RC Input are synonymous in ArduSub.
diff --git a/developers/software-components.md b/developers/software-components.md
index 3cf9db83..9c6d5d2d 100755
--- a/developers/software-components.md
+++ b/developers/software-components.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle](https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle).
+
+## You should be automatically redirected.
+
+---
+
# Software Components
There are three major software components involved in the operation of ArduSub:
diff --git a/getting-started/initial-setup.md b/getting-started/initial-setup.md
index b4758a14..74b6bef4 100755
--- a/getting-started/initial-setup.md
+++ b/getting-started/initial-setup.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://ardupilot.org/sub/docs/ardusub-setup.html](https://ardupilot.org/sub/docs/ardusub-setup.html).
+
+## You should be automatically redirected.
+
+---
+
# Initial Setup
After the software is installed on the electronics, the electronics need to be wired and the software needs to be configured. mounting the controller to the vehicle, connecting it to the tether, power, and motors, and then performing initial configuration and calibration.
diff --git a/getting-started/installation.md b/getting-started/installation.md
index 69030648..fca78861 100755
--- a/getting-started/installation.md
+++ b/getting-started/installation.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://bluerobotics.com/learn/bluerov2-software-setup/#choose-your-operating-system](https://bluerobotics.com/learn/bluerov2-software-setup/#choose-your-operating-system).
+
+## You should be automatically redirected.
+
+---
+
# Installation
## QGroundControl
diff --git a/introduction/required-software.md b/introduction/required-software.md
index 2393700e..9ab531bc 100644
--- a/introduction/required-software.md
+++ b/introduction/required-software.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle](https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle).
+
+## You should be automatically redirected.
+
+---
+
# Required Software
The ArduSub control system is made up of three major software components:
diff --git a/introduction/required-software/companion-computer-software.md b/introduction/required-software/companion-computer-software.md
index 09f48010..f7f7a392 100644
--- a/introduction/required-software/companion-computer-software.md
+++ b/introduction/required-software/companion-computer-software.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained. We recommend [BlueOS](https://blueos.cloud/docs/) instead!
+
+## You should be automatically redirected.
+
+---
+
# Companion Computer Software
The Companion Computer software image is a modified version of [Raspbian](https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit) that is written onto a microSD card and installed in the [Companion Computer](/introduction/hardware-options/required-hardware/companion-computer.md).
diff --git a/introduction/required-software/qgroundcontrol-software.md b/introduction/required-software/qgroundcontrol-software.md
index 914f4d80..69c44755 100644
--- a/introduction/required-software/qgroundcontrol-software.md
+++ b/introduction/required-software/qgroundcontrol-software.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# Blue Robotics no longer maintains subsea functionality in QGroundControl. We recommend [Cockpit](https://blueos.cloud/cockpit/docs/) instead!
+
+## You should be automatically redirected.
+
+---
+
# QGroundControl Software
QGroundControl (QGC) is the Graphical User Interface (GUI) for ArduSub, which provides setup and control functionality. QGC runs on Windows, OS X, and Linux platforms.
diff --git a/quick-start/installing-ardusub.md b/quick-start/installing-ardusub.md
index 13fdda44..aa3f2e84 100644
--- a/quick-start/installing-ardusub.md
+++ b/quick-start/installing-ardusub.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# ArduSub can be installed via the BlueOS [Autopilot Firmware page](https://blueos.cloud/docs/stable/usage/advanced/#autopilot-firmware). Make sure to visit the [Vehicle Setup](https://blueos.cloud/docs/stable/usage/advanced/#vehicle-setup) page afterwards!
+
+## You should be automatically redirected.
+
+---
+
# Installing ArduSub
>**Note** The current Stable version of ArduSub is **v4.0.3**. If your firmware is out of date, it may be updated by following one of the methods below.
diff --git a/quick-start/installing-companion.md b/quick-start/installing-companion.md
index d686f263..d5421753 100644
--- a/quick-start/installing-companion.md
+++ b/quick-start/installing-companion.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained. [Install BlueOS](https://blueos.cloud/docs/stable/usage/installation/) instead!
+
+## You should be automatically redirected.
+
+---
+
# Installing the Companion Computer Software Image
>**Note** The current version of Companion is **v0.0.31**. If your system is out of date you can update by either installing a fresh image with the instructions below or connecting to Wi-Fi and performing a [Software Update](#software-update).
diff --git a/quick-start/installing-qgc.md b/quick-start/installing-qgc.md
index 60b05ee5..23ac2d5f 100644
--- a/quick-start/installing-qgc.md
+++ b/quick-start/installing-qgc.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# Blue Robotics no longer maintains subsea functionality in QGroundControl. [Install Cockpit](https://blueos.cloud/cockpit/docs/stable/usage/installation/) instead!
+
+## You should be automatically redirected.
+
+---
+
# QGroundControl Installation
>**Note** The latest recommended version of QGroundControl is **v4.2.3**. If your software is out of date, please uninstall the QGC application and download the latest version below.
diff --git a/quick-start/vehicle-frame.md b/quick-start/vehicle-frame.md
index 40da2a23..a555985e 100644
--- a/quick-start/vehicle-frame.md
+++ b/quick-start/vehicle-frame.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://ardupilot.org/sub/docs/sub-frames.html](https://ardupilot.org/sub/docs/sub-frames.html).
+
+## You should be automatically redirected.
+
+---
+
# Building a Vehicle Frame
## Frame Selection
diff --git a/reference/ardusub-configuration.md b/reference/ardusub-configuration.md
index 6b953f21..bd4e55d0 100644
--- a/reference/ardusub-configuration.md
+++ b/reference/ardusub-configuration.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# ArduSub [Vehicle Setup](https://blueos.cloud/docs/stable/usage/advanced/#vehicle-setup) can be configured using BlueOS.
+
+## You should be automatically redirected.
+
+---
+
# ArduSub Configuration and Features
When an autopilot board with ArduSub firmware is connected, the default QGC interface changes to a customized one for ArduSub vehicles. A few pages on the [Vehicle Setup View](/reference/qgroundcontrol/vehicle-setup-view.md) are different from other ArduPilot vehicle types and any setting or section labeled "PX4 Only" will not apply.
diff --git a/reference/companion-web-ui.md b/reference/companion-web-ui.md
index 6509fff1..7f5933fb 100644
--- a/reference/companion-web-ui.md
+++ b/reference/companion-web-ui.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained. Try [BlueOS](https://blueos.cloud/docs/stable/) instead!
+
+## You should be automatically redirected.
+
+---
+
# Companion Web Interface
The Companion computer([Install instructions](/quick-start/installing-companion.md)) hosts a useful web-interface with different pages for accessing parameters and functionalities associated with Companion. When a Companion computer is connected to a ground computer, a user can access the web-interface on [192.168.2.2:2770](http://192.168.2.2:2770). Users can access Network, System, Camera and Routing pages alongside a number of other user friendly options as described below.
diff --git a/reference/companion/camera.md b/reference/companion/camera.md
index dfee57a4..8e3aade4 100644
--- a/reference/companion/camera.md
+++ b/reference/companion/camera.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#video-streams)...
+
+---
+
# Camera
The [Camera](http://192.168.2.2:2770/camera) page allows the user to view and make changes to:
diff --git a/reference/companion/file-system.md b/reference/companion/file-system.md
index b8224ba3..94137b94 100644
--- a/reference/companion/file-system.md
+++ b/reference/companion/file-system.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#file-browser)...
+
+---
+
# File System Access
[File Manager](http://192.168.2.2:7777) page can be used to:
diff --git a/reference/companion/git.md b/reference/companion/git.md
index 475ac2a9..e2faf4b4 100644
--- a/reference/companion/git.md
+++ b/reference/companion/git.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#blueos-version)...
+
+---
+
# Git
[Git](http://192.168.2.2:2770/git) page is used for:
diff --git a/reference/companion/mavlink-rest.md b/reference/companion/mavlink-rest.md
index bcb9d43f..6cf93cb3 100644
--- a/reference/companion/mavlink-rest.md
+++ b/reference/companion/mavlink-rest.md
@@ -1,5 +1,14 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#mavlink-endpoints)...
+
+---
+
+
# MAVLink REST API
Starting from companion 0.0.19, a MAVLink REST API ([http://192.168.2.2:4777/mavlink](http://192.168.2.2:4777/mavlink)) endpoint is available.
diff --git a/reference/companion/mavproxy.md b/reference/companion/mavproxy.md
index 6b01f41c..c4692e11 100644
--- a/reference/companion/mavproxy.md
+++ b/reference/companion/mavproxy.md
@@ -1,5 +1,14 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#mavlink-endpoints)...
+
+---
+
+
# MAVProxy
[MAVProxy](http://192.168.2.2:2770/mavproxy) page allows the user to:
diff --git a/reference/companion/network.md b/reference/companion/network.md
index 16865c93..329f972a 100644
--- a/reference/companion/network.md
+++ b/reference/companion/network.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/getting-started/#connect-internet)...
+
+---
+
# Network
The web interface by default opens at the [Network](http://192.168.2.2:2770/network) page. This page allows users to:
diff --git a/reference/companion/routing.md b/reference/companion/routing.md
index 7738a427..8de83ccd 100644
--- a/reference/companion/routing.md
+++ b/reference/companion/routing.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#serial-bridges)...
+
+---
+
# Routing
The [Routing](http://192.168.2.2:2770/routing) page can be used to route serial communications between serial devices and network ports. It can be used to create one-to-one, and one-to-many connections. The configuration on this page is persistent and loaded at boot. The configuration is stored in the file `~/routing.conf`.
diff --git a/reference/companion/system.md b/reference/companion/system.md
index 58174367..d2b3cdf0 100644
--- a/reference/companion/system.md
+++ b/reference/companion/system.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#system-information)...
+
+---
+
# System
The [System](http://192.168.2.2:2770/system) page provides the following functionalities and features:
diff --git a/reference/companion/terminal-over-browser.md b/reference/companion/terminal-over-browser.md
index 9088929f..f82c0810 100644
--- a/reference/companion/terminal-over-browser.md
+++ b/reference/companion/terminal-over-browser.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#terminal)...
+
+---
+
# Terminal over browser
[Terminal](http://192.168.2.2:8088) page can be used to:
diff --git a/reference/companion/waterlinked.md b/reference/companion/waterlinked.md
index 5293b4c7..adb65a4e 100644
--- a/reference/companion/waterlinked.md
+++ b/reference/companion/waterlinked.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#extensions)...
+
+---
+
# Water Linked
[Waterlinked](http://192.168.2.2:2770/waterlinked) page can be used to:
diff --git a/reference/companion/web-ui.md b/reference/companion/web-ui.md
index 672d0824..6090e5b3 100644
--- a/reference/companion/web-ui.md
+++ b/reference/companion/web-ui.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# The old Blue Robotics Companion software is no longer maintained.
+
+## Redirecting to [the replacement BlueOS feature](https://blueos.cloud/docs/stable/usage/advanced/#interface-overview)...
+
+---
+
# Companion Web Interface
The Companion computer([Install instructions](/getting-started/installation.md#raspberry-pi)) hosts a useful web-interface with different pages for accessing parameters and functionalities associated with Companion. When a Companion computer is connected to a ground computer, a user can access the web-interface on [192.168.2.2:2770](http://192.168.2.2:2770). Users can access Network, System, Camera and Routing pages alongside a number of other user friendly options as described below.
diff --git a/reference/data-logging.md b/reference/data-logging.md
index d0d93e98..d6ae93b7 100644
--- a/reference/data-logging.md
+++ b/reference/data-logging.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://ardupilot.org/sub/docs/common-logs.html](https://ardupilot.org/sub/docs/common-logs.html).
+
+## You should be automatically redirected.
+
+---
+
# Logging
There are two types of logs that can be used to diagnose problems while running ArduSub, or to retrieve data for post-processing.
diff --git a/reference/qgc-configuration.md b/reference/qgc-configuration.md
index 5ea303a4..29de6dc8 100644
--- a/reference/qgc-configuration.md
+++ b/reference/qgc-configuration.md
@@ -1,5 +1,13 @@
{% include "../archive-notice.html" %}
+
+
+# Blue Robotics no longer maintains subsea functionality in QGroundControl. [Install Cockpit](https://blueos.cloud/cockpit/docs/stable/usage/installation/) instead!
+
+## You should be automatically redirected.
+
+---
+
# QGroundControl Features and Configuration
QGroundControl (QGC) is the Graphical User Interface (GUI) for ArduSub, which provides setup and control functionality. It is installed on the [Topside Computer](/introduction/hardware-options/required-hardware/topside-computer.md).
diff --git a/reference/qgroundcontrol/analyze-view.md b/reference/qgroundcontrol/analyze-view.md
index 9763006f..77100ea8 100644
--- a/reference/qgroundcontrol/analyze-view.md
+++ b/reference/qgroundcontrol/analyze-view.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/analyze_view/](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/analyze_view/).
+
+## You should be automatically redirected.
+
+---
+
# Analyze View
## Log Download Page
diff --git a/reference/qgroundcontrol/application-settings-view.md b/reference/qgroundcontrol/application-settings-view.md
index facaad43..edfebc36 100644
--- a/reference/qgroundcontrol/application-settings-view.md
+++ b/reference/qgroundcontrol/application-settings-view.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/settings_view/settings_view.html](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/settings_view/settings_view.html).
+
+## You should be automatically redirected.
+
+---
+
# Application Settings View
The _Application Settings View_ is used to configure the settings for the QGroundControl application (rather than a specific vehicle). You do not have to have a vehicle connected to change these values.
diff --git a/reference/qgroundcontrol/fly-view.md b/reference/qgroundcontrol/fly-view.md
index c0a105a8..cd0539c2 100644
--- a/reference/qgroundcontrol/fly-view.md
+++ b/reference/qgroundcontrol/fly-view.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/fly_view/fly_view.html](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/fly_view/fly_view.html).
+
+## You should be automatically redirected.
+
+---
+
# Fly View
The Fly View is used to control and monitor the vehicle when diving.
diff --git a/reference/qgroundcontrol/main-toolbar.md b/reference/qgroundcontrol/main-toolbar.md
index 854b1f49..90d12bc6 100644
--- a/reference/qgroundcontrol/main-toolbar.md
+++ b/reference/qgroundcontrol/main-toolbar.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/toolbar/toolbar.html](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/toolbar/toolbar.html).
+
+## You should be automatically redirected.
+
+---
+
# Main Toolbar
The main menu/tool bar provides access to the different application views, and high level status information for the connected vehicle. The menu is the same in all views except for "Plan View" (which has a single icon to take you back to "Fly" view).
diff --git a/reference/qgroundcontrol/other-features.md b/reference/qgroundcontrol/other-features.md
index dcd5e64f..017fe218 100644
--- a/reference/qgroundcontrol/other-features.md
+++ b/reference/qgroundcontrol/other-features.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/fly_view/video_overlay.html](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/fly_view/video_overlay.html).
+
+## You should be automatically redirected.
+
+---
+
# Other Features
## Video Overlay
diff --git a/reference/qgroundcontrol/plan-view.md b/reference/qgroundcontrol/plan-view.md
index d2d5582d..d64eb335 100644
--- a/reference/qgroundcontrol/plan-view.md
+++ b/reference/qgroundcontrol/plan-view.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/plan_view/plan_view.html](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/plan_view/plan_view.html).
+
+## You should be automatically redirected.
+
+---
+
# Plan View
The Plan View is used to plan autonomous missions for your vehicle, and upload them to the vehicle. Once the mission is planned and sent to the vehicle, you switch to the [Fly View]() to run the mission.
diff --git a/reference/qgroundcontrol/vehicle-setup-view.md b/reference/qgroundcontrol/vehicle-setup-view.md
index f380c305..fb443f17 100644
--- a/reference/qgroundcontrol/vehicle-setup-view.md
+++ b/reference/qgroundcontrol/vehicle-setup-view.md
@@ -1,5 +1,13 @@
{% include "../../archive-notice.html" %}
+
+
+# This documentation has been moved to [https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/setup_view/setup_view.html](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/setup_view/setup_view.html).
+
+## You should be automatically redirected.
+
+---
+
# Vehicle Setup View
The Vehicle Setup View is used to configure a new ArduSub vehicle prior to first use and tune a configured vehicle.