# Controls

## Main Panel

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

1. Trigger emotional stimulus​
   * Each column represents stimuli for a [core emotion](https://humancyborgrelations.gitbook.io/r2d2/features/emotions). From right to left: happiness, sadness, anger, fear.
   * Press a lower button to trigger a mild stimulus. Press an upper button to trigger an extreme stimulus.
2. Trigger electrocution/overload stimulus​
3. Toggle [muse](https://humancyborgrelations.gitbook.io/r2d2/features/muse)​
4. ​[Emotion](https://humancyborgrelations.gitbook.io/r2d2/features/emotions) indicators
   * As R2 becomes happier, the happiness lamps light sequentially.
   * While an experienced operator will be intimately familiar with R2's personality and will also recognize R2's emotional state purely from the nature of his speech, these lamps offer a quick reference point.
5. View [memory panel](#memory-panel)​

## Memory Panel

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbO66OwDcaX7qHDoB0sPf%2Fuploads%2Frx8T1PDdtPT7InECamWB%2FScreen%20Shot%202022-09-21%20at%204.27.22%20PM.png?alt=media&#x26;token=996a1262-c148-434c-bad9-bdfdb87957a0" alt=""><figcaption></figcaption></figure>

1. ​[Memory](https://humancyborgrelations.gitbook.io/r2d2/features/memory) bank
   * Press and hold a memory button to store R2's most recent vocalization.
   * Press and release normally to replay the stored vocalization.
2. Choose between [strict](/r2d2/features/memory.md#strict-playback) and [organic](/r2d2/features/memory.md#undefined) memory playback

## Script Panel

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbO66OwDcaX7qHDoB0sPf%2Fuploads%2FHm8EcsNKd9RrvM2EChKd%2FScreen%20Shot%202022-09-21%20at%204.29.38%20PM.png?alt=media&#x26;token=d7c3ecaa-222a-4c5e-a247-39af6535a14c" alt=""><figcaption></figcaption></figure>

1. Vocalization display
   * A visual representation of the location and timing of the scripted words. The active word will flash.
2. Play
   * Play the scripted vocalization.
3. Word picker
   * Select a category then choose a word within that category. All words that are eligible to follow the previously scripted word (according to the speech AI) are highlighted in green.
4. Delete
   * Delete the active word.
5. Gap
   * Adjust the delay between the previous word and the active word. When the active word is gramatically recommended, the "Typical" lamp will illuminate when the gap is within the recommended range.
6. Word selector
   * Select a new active word by stepping backwards or forwards through the script.

## Override Panel

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

1. Canonical / Improvisational toggle
   * Choose between [Improvisational](/r2d2/features/speech.md#improvisational-vs-canonical-mode) and [Canonical](/r2d2/features/speech.md#improvisational-vs-canonical-mode) mode.
2. [Personality Chip Override](/r2d2/features/emotions.md#personality-chip-override) toggle
   * When enabled, the operator can force R2 into any state by touching anywhere along the emotion indicators on the [main panel](#main-panel).
3. Data export
   * Export your settings and vocalizer [memory](/r2d2/features/memory.md) for use with Teensy. See [R2D2Vocalizer.txt](/r2d2/platforms/embedded/sd-card/r2d2vocalizer.txt.md#transferring-data-from-app-to-teensy) for detailed instructions.
4. Help
   * A link to these instructions.


---

# 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://docs.humancyborgrelations.com/r2d2/platforms/app/controls.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.
