# Using the Keypad

There are a few places in TempoTreadle where you can change a number value. To change a value, select the field by pressing in the rectangular box; this results in a keypad to pop-up (shown below). The current value of the selected field shows at the bottom (in this example, 430). Pressing the delete key (“DEL”) will start removing digits from the right and pressing a number adds a number. For example, if you press “DEL” once followed by “5”, the number will change to 435. Once you have the value you want, press Enter “ENT” to save the value and return.

<figure><img src="/files/GXlnpJyEiHIkE78iKgle" alt=""><figcaption><p>Keypad</p></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://learning.loftyfiber.com/tempotreadle/tempotreadle-automatic-tracking-for-your-loom/weaving-with-tempotreadle/using-the-keypad.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.
