> For the complete documentation index, see [llms.txt](https://docs.voltera.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltera.io/docs/nova/getting-started/starter-project/legacy-first-print-project-terra-nova/final-assembly.md).

# Final Assembly

To test out your print you'll need to do some minor assembly. Start by trimming the PET to the printed outline. Be careful to not cut through any of the interior traces.

<figure><img src="/files/2S1iaw7ol4MfKIrOv42F" alt="" width="375"><figcaption><p>Trim to the outer line</p></figcaption></figure>

Next, Add some tape around the finger stylus to hold its shape.

<div align="center"><figure><img src="/files/6c0iSiRbqRydkK1Efxa7" alt="" width="375"><figcaption><p>Tape the finger stylus</p></figcaption></figure></div>

Carefully pull down the black tabs on the connector of the companion board. This will allow you to insert your printed design.&#x20;

<div align="center"><figure><img src="/files/KLvCjH5KIpX36YnFrMQm" alt="" width="290"><figcaption><p>Pull the black connector tabs down</p></figcaption></figure></div>

Next, plug your printed cable end into the connecter at the bottom companion board and gently close the two black connector tabs to lock it in place.

<div align="center" data-full-width="true"><figure><img src="/files/7UdGbdAsIaVyRu45esNU" alt="" width="375"><figcaption><p>Printed cable end</p></figcaption></figure> <figure><img src="/files/xttkiTCVGwRKKj7TVpHE" alt="" width="375"><figcaption><p>Companion board connector</p></figcaption></figure> <figure><img src="/files/36wIZsa5iBPCMMEQup2R" alt="" width="375"><figcaption><p>Inserting the cable end into the connector</p></figcaption></figure></div>

You're now ready to test the board out. The power button is in labeled in the center of the board. With the left potentiometer you can control the volume and with the right potentiometer you can control the pitch to tune the keyboard.

<figure><img src="/files/QpvV48h80HlRp4x1g3FE" alt="" width="375"><figcaption><p>Highlighting the power, volume and pitch buttons</p></figcaption></figure>

Finally, using the printed finger stylus you can play the keyboard by making contact with the keys.

{% embed url="<https://youtu.be/fduNpsIe91g>" %}

And that's it! Your first print is complete. We always love seeing prints in action, so feel free to tag us in any social media posts. Here's where you can find us:

* [Facebook](https://www.facebook.com/voltera.io/)
* [Twitter](https://twitter.com/voltera_io)
* [Instagram](https://www.instagram.com/voltera.io/)


---

# 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.voltera.io/docs/nova/getting-started/starter-project/legacy-first-print-project-terra-nova/final-assembly.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.
