> For the complete documentation index, see [llms.txt](https://quadfusion.printm3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quadfusion.printm3d.com/getting-started/getting-connected.md).

# Getting Connected

Overall, there are three main things you must complete in order to use your QuadFusion:

**Step One:**

You must mount your QuadFusion to whatever printer you are using. Depending on the printer you have, you may need to design a mount for your QuadFusion.&#x20;

**Step Two:**

The base QuadFusion has six connections that need to be made. Four of the connectors (yellow) are for each of the motors that move gears inside the QuadFusion in order to feed filament. The red wire (green) on the QuadFusion is the heater wire, and the white wire (red) is the thermistor.&#x20;

![](/files/-LIgtVL_9Ws6sIslJOyu)

**Step Three:**

Lastly, you will need to update your firmware settings\
Go to these guides for more information about updating your firmware: [Updating Firmware](/getting-started/updating-firmware.md) and [Updating your Control Board Settings](/getting-started/updating-control-board-settings.md)


---

# 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://quadfusion.printm3d.com/getting-started/getting-connected.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.
