# Quick control search

## Availability

\[SINCE Orbeon Forms 2021.1]

## Rationale

In large forms, it is often difficult to navigate to a specific form control, especially when sections are closed.

The Quick control search provides a quick way to find a control.

## Usage

You use one of the following keyboard shortcuts:

* `⌘J` (macOS)
* `⌃J` (other operating systems)

The shortcut opens a small dialog. Clicking or pressing the Enter key and then typing a search term allows you to search from the list of available form controls. Upon selection, Form Builder scrolls to the control selected and highlights it.

If the "Open Settings Dialog" option is selected, the "Control Settings" dialog for the control also opens right away.

![The quick search dialog](https://4129616727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LEkBiSDvlXs3VWiO0Zu%2Fuploads%2Fgit-blob-6e25680d77ee4a899155a8c7a6a3125778bf9943%2Fquick-search.png?alt=media)

## See also

* Blog post: [Quickly navigate to fields in large forms](https://blog.orbeon.com/2022/06/navigate-to-fields-in-large-forms.html)
* [Keyboard shortcuts](https://doc.orbeon.com/form-builder/form-editor/keyboard-shortcuts)


---

# 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://doc.orbeon.com/form-builder/form-editor/quick-control-search.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.
