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

# Tool Guide

* <mark style="color:blue;">**`Prepare`**</mark>：You need to prepare or purchase it yourself.
* ✅：This product is already included in the kit.
* ❌：This kit does not require this tool.
* ❔：This tool is not essential and can be prepared based on the actual situation.

<table><thead><tr><th width="228">Tool Name</th><th>Voron2.4</th><th>Trident</th><th>Voron0.2</th><th>E3-SW</th><th>ERCF V2</th></tr></thead><tbody><tr><td><ol><li>Hex Wrench</li></ol></td><td>✅</td><td>✅</td><td>✅</td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td></tr><tr><td><ol start="2"><li>Screwdriver</li></ol></td><td>✅</td><td>✅</td><td>✅</td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td>❌</td></tr><tr><td><ol start="3"><li>Soldering Tools</li></ol></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td></tr><tr><td><ol start="4"><li>Crimping Tool</li></ol></td><td>❔</td><td>❔</td><td>❔</td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td>❔</td></tr><tr><td><ol start="5"><li>Measuring Tools</li></ol></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td></tr><tr><td><ol start="6"><li>M5 TAP</li></ol></td><td>❌</td><td>❌</td><td>❌</td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td>❌</td></tr><tr><td><ol start="7"><li>Cutting pliers</li></ol></td><td>✅</td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td></tr><tr><td><ol start="8"><li>Deburring Tool</li></ol></td><td>✅</td><td>❔</td><td>❔</td><td>❔</td><td>❔</td></tr><tr><td><ol start="9"><li>PTFE tube cutter</li></ol></td><td>✅</td><td>❔</td><td>❔</td><td>❔</td><td>❔</td></tr><tr><td><ol start="10"><li>502 glue, etc</li></ol></td><td>❔</td><td>❔</td><td>❔</td><td>❔</td><td>❔</td></tr><tr><td><ol start="12"><li>Thread Sealant</li></ol></td><td>❔</td><td>❔</td><td>❔</td><td>❔</td><td>❔</td></tr><tr><td><ol start="13"><li>Grease</li></ol></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td><mark style="color:blue;"><strong><code>Prepare</code></strong></mark></td><td>❔</td></tr></tbody></table>

{% hint style="info" %}
**Why is it necessary to prepare soldering tools?**&#x20;

Do I need to solder cables? During the assembly process of the kit, there is no need for soldering cables, but soldering tools are essential for using heat set inserts.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.siboor.com/welcome-to-siboor/tool-guide.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.
