# 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, Left 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 light blue background. Each of these fields allows for either alphanumeric or numeric input. For example, in the Jog Workspace, the Axis Control Panel has various input fields and even some drop down menus, such as **Position Units** and **Spike Type**.

[Spikes](/docs/spikemark/spikes.md) have become a little more complicated, so they don't follow the light blue input field convention. Each field is editable, even though they are white backgrounds.

![](/files/-Mk2WeLNjaJ9IfUKUnIY)

## **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/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.
