> For the complete documentation index, see [llms.txt](https://docs.ceruleansonar.com/c/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ceruleansonar.com/c/basestation-plus-network-hub/basestation-plus-controls.md).

# BaseStation Plus Controls

The BaseStation Plus has a simple control panel. No controls were added when converting from the Blue Robotics BaseStation.

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

* The **power switch** turns on the Wi-Fi, Ethernet switch and tether interface. The button must be held for up to two seconds to change state. This is to help avoid an inadvertent power on or off. The small green LED above the switch will light when the system is powered, and the charge level gauge will show the state of the battery charge. **DO NOT POWER THE UNIT WITHOUT AN ANTENNA ATTACHED.**
* The **charging switch** starts charging the battery pack. The button must be held for up to two seconds to change state. A power source (such as a laptop USB-C port) must be attached to the USB-C input in order to charge. It is not recommended to charge while the unit is turned "on". When charging, the small LED above the switch will light, and the charge level gauge will flash the battery charge state.
* The **show charge** switch causes the charge level gauge to light up momentarily, allowing you to see the charge state. It turns off by itself. It is not necessary at actuate this button when the unit is "on" or "charging."
* The **charge level gauge** shows the state of the battery charge.


---

# 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://docs.ceruleansonar.com/c/basestation-plus-network-hub/basestation-plus-controls.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.
