# Assembly manual

{% embed url="<https://github.com/Lzhikai/SIBOOR-E3-SW/blob/main/Manual/0226%20SIBOOR-E3-SW_Assembly_Instructions.pdf>" %}

{% hint style="info" %}
If you don't want to navigate to another page, you can click here to directly download the latest version of the [**`Assembly manual`**](https://github.com/Lzhikai/SIBOOR-E3-SW/raw/main/Manual/0226%20SIBOOR-E3-SW_Assembly_Instructions.pdf)***.***
{% endhint %}

{% hint style="success" %}
**Where Does the Manual Come From?**

The E3-SW conversion kit has a significantly different assembly process compared to the standard SW kit. To help users better understand the instructions and assemble the kit, we have created a new assembly guide to ensure the manual is perfectly compatible with SIBOOR's kit.

The assembly logic and the presentation of most steps in this manual are inspired by the original VORON manual.

If you find an issue in the documentation or have a suggestion for improvement, please consider opening an issue on GitHub&#x20;

([https://github.com/Lzhikai/SIBOOR-E3-SW/tree/main/Manual/issues](https://github.com/Lzhikai/SIBOOR-E3-SW/issues)). When raising an issue, include the relevant page numbers and a brief description; annotated screenshots are also highly appreciated. We periodically update the manual based on feedback.
{% endhint %}

<figure><img src="/files/yJBxwLa4XwGiQ8vEj0i1" alt=""><figcaption></figcaption></figure>


---

# 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://docs.siboor.com/e3-sw-conversion/the-build/assembly-manual.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.
