> For the complete documentation index, see [llms.txt](https://docs.stenoob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stenoob.com/quickstart-stenoob-lab-pro-3+.md).

# Quickstart - Stenoob Lab (Pro 3+)

Your **Pro 3 keyboard** is fully compatible with **Stenoob Lab:** a free, browser-based practice tool designed to help you get started with steno.

***

### 1. Getting Started

* Open [Stenoob Lab](https://lab.stenoob.com) in **Google Chrome** (Mac and Windows supported).
* Plug in your **Stenoob Pro** keyboard.
* That’s it! Stenoob Lab is completely plug-and-play — no software installation required.

***

### Using Stenoob Lab

#### Layout Overview

* **Paper Tape (right side):** shows your raw steno strokes.
* **Editor (left side):** displays translations.

#### Saving & Clearing

* Work is saved automatically in your **browser (local storage)**.
* Data remains even after you close the page.
* To clear your session:
  * Use **Clear Editor** or **Clear Tape** in the menu.
  * Recommended on shared/public computers.

#### Customization

* **Font Size:** adjust tape and editor font size with the sliders.
* **Reset UI:** restore default interface settings.
* **Paper Tape-Only Mode:** hide the editor and center the tape for focused practice.

#### Dictionaries

* Comes with a built-in starter dictionary.
* You can upload your own in **`.json`** or **`.rtf`** format.

#### Compatibility

* **Supported:** Stenoob Pro 3 (and future models).
* **Not supported:** Pro, Pro 2, or Pro +.

<br>


---

# 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.stenoob.com/quickstart-stenoob-lab-pro-3+.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.
