# Code Fields

In all **Code fields**, you can use the below shortcuts (PC / MAC):

* Ctrl-F / Cmd-F --> **Start searching**<br>
* Ctrl-G / Cmd-G --> Find **next**<br>
* Shift-Ctrl-G / Shift-Cmd-G --> Find **previous**<br>
* Shift-Ctrl-F / Cmd-Option-F --> **Replace**<br>
* Shift-Ctrl-R / Shift-Cmd-Option-F --> **Replace all**<br>
* Alt-F --> Persistent search (dialog doesn't auto-close, enter to find next, Shift-Enter to find previous)<br>
* Alt-G --> Jump to line

There are many code fields across Locoia. Shortcuts can be used in all of them. Below is an example of the [SQL Helper](/connectors/helpers/sql-helper.md).

<figure><img src="/files/aJU9n55oU8a8D8w8Hd5V" alt="" width="563"><figcaption><p>Code field of the SQL Helper</p></figcaption></figure>


---

# 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.locoia.com/automation/flow-builder/code-fields-search-and-replace.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.
