> For the complete documentation index, see [llms.txt](https://support.binho.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.binho.io/examples/other-examples.md).

# Other Examples

## Related to the Binho Mission Control App

Example on the UI with GPIO and Simulator at [GPIO Protocol Example](/getting-started/binho-mission-control/communication-protocols/gpio.md#example).

You can also find some real device examples with Mission Control for [I2C](https://support.binho.io/getting-started/binho-mission-control/communication-protocols/i2c#real-world-example) and [SPI](https://support.binho.io/getting-started/binho-mission-control/communication-protocols/spi#real-world-examples).

## Related to the Python SDKs

For Nova SDK examples, see the [Example Scripts](https://support.binho.io/getting-started/python-sdks/nova-sdk#example-scripts).

For Supernova Python SDK (Supernova Controller), check out the [In-Package Examples](https://support.binho.io/getting-started/python-sdks/supernovacontroller#examples).

## Related to the C++ SDK

For the C++ SDK, you can check out the [Included Example Applications](https://support.binho.io/getting-started/c++-sdk/example-applications#example-applications).


---

# 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://support.binho.io/examples/other-examples.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.
