# Selection and Input

As we go through the various screens, you’ll want to select and put information into various fields. Just like with most computer programs, you can left-click and right-click just about anywhere to achieve various actions.

* Left-Click
  * Typically, lef-clicking is used to select an option or activate an input field.
* Double-Click
  * Left-clicking twice quickly in succession on the Splitter Panes will automatically collapse and expand the associated window area.
* Right-Click
  * Typically, right-clicking opens a contextual menu for various options related to the object or area being clicked.

## Input Field

Input fields are identified by having a dark grey background. Each of these fields allows for either alphanumeric or numeric input. For example, in the Jog Workspace, the quick properties have various input fields and even some drop down menus, such as position units and spike type.

[Spikes](/docs/spikemark-6/navigating-spikemark/selection-and-input.md) are a little more complicated, so they don't follow the dark grey input field convention. Each field is editable, even though they are the backgrounds color.

<figure><img src="/files/r2poHsfcYioEjY3qUNXr" alt="Quick Properties"><figcaption></figcaption></figure>

## Confirming Data

When inputting data there are two methods for confirming or saving that information into that field.

* **Tab** - After the data has been entered, press the tab key. This will automatically cycle to the next input field and confirm the previously entered information.
* **Click** - Clicking into another text field will confirm the data you entered.


---

# 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.creativeconners.com/docs/spikemark-6/navigating-spikemark/selection-and-input.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.
