> ## Documentation Index
> Fetch the complete documentation index at: https://motorbridge.seeedstudio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Project Index

This documentation set is aligned with the current `main` branch implementation.

## Documentation Navigation Graph

```mermaid theme={null}
flowchart TD
  IDX["index.md"] --> ARCH["architecture.md"]
  IDX --> DEV["devices.md"]
  IDX --> CLI["cli.md"]
  IDX --> ABI["abi.md"]
  IDX --> EX["examples.md"]
  IDX --> EXT["extending.md"]
  IDX --> WIN["windows_distribution.md"]
  IDX --> TST["testing.md"]
  IDX --> CANDBG["can_debugging.md"]
  IDX --> DIST["distribution_channels.md"]
  IDX --> STUDIO["motorbridge-studio (separate repo)"]
  IDX --> INT["integrations/README.md"]
```

## Quick Links

* Architecture: [architecture.md](/source/project/architecture)
* CLI Guide: [cli.md](/source/project/cli)
* ABI Guide: [abi.md](/source/project/abi)
* Cross-language Examples: [examples.md](/source/project/examples)
* Supported Devices: [devices.md](/source/project/devices)
* Vendor Extension Guide: [extending.md](/source/project/extending)
* Windows Distribution: [windows\_distribution.md](/source/project/windows-distribution)
* Testing Guide: [testing.md](/source/project/testing)
* CAN Debugging (Linux `slcan` + Windows `pcan`): [can\_debugging.md](/source/project/can-debugging)
* Distribution Channels (APT/Homebrew/Winget/Scoop/Choco): [distribution\_channels.md](/source/project/distribution-channels)
* MotorBridge Studio: separate repository `motorbridge-studio` (split from `tools/factory_calib_ui_ws`)
* Integrations: [`integrations/README.md`](/source/integrations/overview)
* WS Gateway: [`integrations/ws_gateway/README.md`](/source/integrations/ws-gateway/overview)

## What motorbridge Provides

* Vendor-agnostic core runtime (`motor_core`)
* Vendor protocol plugins (`motor_vendors/*`)
* Rust CLI (`motor_cli`)
* Stable C ABI (`motor_abi`) for C/C++/Python/others
* Python SDK package (`bindings/python`)
* C++ RAII wrapper package (`bindings/cpp`)

## Recommended Reading Order

1. [architecture.md](/source/project/architecture)
2. [devices.md](/source/project/devices)
3. [cli.md](/source/project/cli)
4. [abi.md](/source/project/abi)
5. [examples.md](/source/project/examples)
6. [extending.md](/source/project/extending)
7. [windows\_distribution.md](/source/project/windows-distribution)
8. [can\_debugging.md](/source/project/can-debugging)
9. [distribution\_channels.md](/source/project/distribution-channels)
10. [testing.md](/source/project/testing)
