# Python SDKs

The Binho Host Adapters aren't just limited to the Binho Mission Control app. For those who prefer direct interaction through programming, our specialized Python SDKs provide an alternative pathway to harness the full potential of your host adapter.

## Binho Supernova

For owners of the Binho Supernova host adapter, the SupernovaController package offers an API for interacting with target devices through I3C and I2C protocols. Dive deep and discover advanced functionalities with this SDK:

{% content-ref url="/pages/6U7ONeor99LjHOygKmeg" %}
[SupernovaController](/getting-started/python-sdks/supernovacontroller.md)
{% endcontent-ref %}

## Binho Nova

If you have the Binho Nova host adapter and wish to leverage its capabilities through the Python SDK, refer to the guide below to kickstart your journey with the Nova SDK:

{% content-ref url="/pages/K6ObyvpKb8VCitk6eVqZ" %}
[Nova SDK](/getting-started/python-sdks/nova-sdk.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/python-sdks.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.
