> For the complete documentation index, see [llms.txt](https://docs.protoboard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protoboard.xyz/readme.md).

# Welcome to Protoboard

Protoboard is a hardware validation platform by Delta Robotics Inc. You pick parts, it models them as **ProtoParts** with real interfaces and resources, and it validates the connections (electrical, mechanical, thermal, pneumatic, and network) before you order anything. Flagged risks, adapter suggestions, and a buy-with-confidence parts list, instead of learning by releasing the magic smoke.

> **Validate before you Fabricate.**

<a href="https://alpha.protoboard.xyz" class="button primary">Open Protoboard</a>

## Explore the docs

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quickstart</strong></td><td>Build and validate your first board in under 10 minutes.</td><td><a href="/pages/os67jGvpW7kLJF30aZ7J">/pages/os67jGvpW7kLJF30aZ7J</a></td></tr><tr><td><strong>Core Workflow</strong></td><td>The Build, Validate, Fix, Ship loop that every project follows.</td><td><a href="/pages/M4o8WbyXQ7m9LhYqmJq3">/pages/M4o8WbyXQ7m9LhYqmJq3</a></td></tr><tr><td><strong>User Guide</strong></td><td>Projects, the canvas, parts, connections, DRC, BOM, and sharing.</td><td><a href="/pages/UFXXgy9t0LPTK8DSb09N">/pages/UFXXgy9t0LPTK8DSb09N</a></td></tr><tr><td><strong>ProtoBot</strong></td><td>The built-in AI assistant that searches, wires, and validates for you.</td><td><a href="/pages/V2XpldgZhLrpxp3GkM0W">/pages/V2XpldgZhLrpxp3GkM0W</a></td></tr><tr><td><strong>Agent Bridge (MCP)</strong></td><td>Connect Claude Code, Codex, or any MCP agent to your live board.</td><td><a href="/pages/ce7Da5nUvTsTxErIJVeU">/pages/ce7Da5nUvTsTxErIJVeU</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Step-by-step builds, from blank parts to a full motor control chain.</td><td><a href="/pages/Xb7RyDavaOsg3XJMjKbF">/pages/Xb7RyDavaOsg3XJMjKbF</a></td></tr><tr><td><strong>Reference</strong></td><td>The ProtoPart schema, interfaces, rulesets, and error codes.</td><td><a href="/pages/kdqVj3N7YyiyqZwrzppX">/pages/kdqVj3N7YyiyqZwrzppX</a></td></tr><tr><td><strong>FAQ &#x26; Help</strong></td><td>Quick answers, troubleshooting, known limitations, and the changelog.</td><td><a href="/pages/aKI5B6ZZ9EwnEJj0qQhl">/pages/aKI5B6ZZ9EwnEJj0qQhl</a></td></tr></tbody></table>

## How compatibility works

Compatibility = same interface intent + matching attributes + a valid resource assignment. The validator pairs interfaces, checks hard limits (voltage, current, timing, fit), and proposes an assignment. If intent matches but attributes don't, it suggests minimal adapters. Full detail: [Interfaces and Harnesses](/reference/interfaces-and-harnesses.md).

{% hint style="success" %}
Add parts even if specs feel hazy; the engine tells you what's missing. Prefer defined interfaces over ad-hoc wiring. Fail in software, not in hardware.
{% endhint %}


---

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

```
GET https://docs.protoboard.xyz/readme.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.
