# All Parts

## <mark style="color:blue;background-color:red;">IN PROGRESS</mark>

Our goal is to make VoidBot as compatible as possible, but it's not possible to include all the parts in any kit because of the different requirements of the users. A kit is designed by keeping in mind the need of masses. And if you need any other component, you can find all of them here along with the parts which are available in the kit&#x20;

{% tabs %}
{% tab title="Dev. Board" %}

<table data-full-width="true"><thead><tr><th width="167">Arduino</th><th width="122">DF Robot</th><th width="135">Raspberry Pi </th><th>Beagleboard</th><th>NVIDIA</th></tr></thead><tbody><tr><td>Arduino UNO R3/R4 Minima/R4 WiFi</td><td></td><td></td><td></td><td>Jetson Nano</td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>
{% endtab %}

{% tab title="Sensors" %}

{% endtab %}
{% endtabs %}


---

# 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://wiki.electroboffin.com/voidbot/all-parts.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.
