# Protocols and Interfaces

- [I3C Common Command Codes](https://support.binho.io/user-guide/protocols-and-interfaces/i3c-common-command-codes.md): This page provides an overview of CCCs, their functions, and the ones currently supported in the Binho family of products.
- [Bridge 1.1 API](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api.md)
- [Bridge 1.1 API - Basic I3C Commands](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api/bridge-1.1-api-basic-i3c-commands.md)
- [Bridge 1.1 API - I3C Common Command Codes](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api/bridge-1.1-api-i3c-common-command-codes.md)
- [Bridge 1.1 API - I2C Commands](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api/bridge-1.1-api-i2c-commands.md)
- [Bridge 1.1 API - SPI Commands](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api/bridge-1.1-api-spi-commands.md)
- [Bridge 1.1 API - UART Commands](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api/bridge-1.1-api-uart-commands.md)
- [Bridge 1.1 API - GPIO Commands](https://support.binho.io/user-guide/protocols-and-interfaces/bridge-1.1-api/bridge-1.1-api-gpio-commands.md)


---

# 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/user-guide/protocols-and-interfaces.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.
