> 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/mount-pulleys.md).

# Mount Pulleys

## Materials

<table><thead><tr><th width="252">Part Name</th><th width="144" align="center">Total Quantity</th></tr></thead><tbody><tr><td>Small Pulleys</td><td align="center">8</td></tr><tr><td>Large Pulleys</td><td align="center">3</td></tr><tr><td>6mm Dynamixel screws*</td><td align="center">16</td></tr><tr><td>M2 x 4 mm Screws</td><td align="center">6</td></tr><tr><td>Assembled Hand</td><td align="center">1</td></tr><tr><td>Scissors</td><td align="center">1</td></tr></tbody></table>

\*Screws come with the dynamixel motors

## Instructions

### Video

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

### 0. Set all the motor positions to 100 for the right hand and 4000 for the left hand

### 1. Insert the string

Feed the string through the pulley

<figure><img src="/files/Wbao1oHxPyRcUSNPiqZ5" alt="" width="188"><figcaption></figcaption></figure>

### 2. Loosely attach the pulley to the motor

Attach the pulley with two screws loosely such that the string can still be pulled

<figure><img src="/files/M3SIpcrhcalADWCegRBR" alt="" width="188"><figcaption></figcaption></figure>

### 3. Tie the knot

&#x20;Tie the knot in the string as close to the pulley as possible, then pull the string through.

<div><figure><img src="/files/82Nf1SZJmoTidn4H14O0" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/4n31AMHOlJDc0LOcCwe6" alt="" width="188"><figcaption></figcaption></figure></div>

### 4. Tighten the screws all the way

Repeat this for all motors.


---

# 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/mount-pulleys.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.
