# Command Panel

By navigating this interactive tour, gain a hands-on understanding of the dynamic capabilities and user-friendly design of the Command Panel.

***

Centrally positioned between the Navigation Menu and the Transaction Log View, the Command Panel serves as the primary input panel. Here, users can interface directly with devices connected via the chosen host adapter. The options displayed within the Command Panel dynamically adapt based on the selected protocol.

To provide a tangible example, the interactive tour below showcases configurations and transactions with an accelerometer sensor, interfaced through a Binho Supernova Host Adapter.

{% @arcade/embed flowId="7hhZNoAk9gp6eF2Pj2yn" url="<https://app.arcade.software/share/7hhZNoAk9gp6eF2Pj2yn>" %}

Walk through the following steps in the example:

1. Initialize the bus by clicking the "INIT BUS" button.
2. Select the accelerometer sensor, identified by the address 0x08.
3. Opt for a push-pull clock frequency set at 12.5 MHz, the maximum frequency supported by the I3C protocol.
4. Adjust the bus voltage to 3.3 V.
5. Proceed to read a sequence of 10 bytes.
6. Conclude by executing two CCC command requests: GETBCR and GETMWL.


---

# 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://support.binho.io/getting-started/binho-mission-control/interactive-tour/command-panel.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.
