> For the complete documentation index, see [llms.txt](https://ruka.gitbook.io/instructions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ruka.gitbook.io/instructions/hardware/ptfe-tubes.md).

# PTFE Tubes

## Materials

* Palm + Wrist Printed Part
* PTFE Tube
* Razor

## Instructions

Route PTFE tubes as shown in the video and according to this schema:

{% hint style="info" %}
The numbers in this diagram are the suggested order to put the PTFE tubes in
{% endhint %}

<div><figure><img src="/files/8415rWxy8H8O2YoXewNc" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/B4bvU7Btv2G6d08KRs9r" alt="" width="563"><figcaption></figcaption></figure></div>

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

Trim the ends of the PTFE so that at the wrist they are flush with the surface and at the top they have 1/8  - 1/4 " left.

{% embed url="<https://drive.google.com/file/d/1PnbOMTGz7gc0gkTZwUrv3TzFElMDups_/view?usp=sharing>" %}

{% hint style="info" %}
The video below is an outdated version where the thumb attachment is different. Refer to the above video for the new thumb attachment.
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1ljFLEAUSTKE26jQLXO6bOC4QPFXZR1Pw/view?quality=hd&usp=sharing>" %}


---

# 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://ruka.gitbook.io/instructions/hardware/ptfe-tubes.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.
