# Getting Started

Welcome to our Getting Started Guide. Both the *Binho Nova* and the *Binho Supernova* were designed for ultimate flexibility, as such, there are multiple ways to control and interact with them. First, follow the Hardware Setup Guide to quickly get your device connected to the host computer and your electronics:

{% content-ref url="/pages/CRo5UZS9pvtsbxYn4W59" %}
[Hardware Setup](/getting-started/hardware-setup.md)
{% endcontent-ref %}

Once everything is connected, follow the guides below to learn how to interact with the Binho Nova and/or the Binho Supernova, using our GUI desktop application Binho Mission Control. Alternatively you can use one of the SDKs we offer to obtain more configurability.

### Desktop App Guide

The best way to familiarize yourself with the Binho host adapter is to test it using Binho Mission Control, the cross-platform desktop software designed for interfacing with host adapters. Even if you plan to use it in automated settings, starting with the GUI is recommended before you begin writing scripts.

{% content-ref url="/pages/nfLqczpf8meNhRRN1Ypu" %}
[Binho Mission Control](/getting-started/binho-mission-control.md)
{% endcontent-ref %}

### Python SDK Guide

When you're ready to start writing your own automated scripts, take a look at our guide for using our Python SDKs.

{% content-ref url="/pages/3K5SrDVU7t3EZURppN9L" %}
[Python SDKs](/getting-started/python-sdks.md)
{% endcontent-ref %}


---

# 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.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.
