# Go to Line

In Arkain’s editor, you can quickly move to a specific line using the **Go to Line** feature.

The **Go to Line** feaure allows you to jump directly to a line number by moving both the cursor and the visible screen to that position.

To use this feature, right-click inside the editor and select **\[Go to Line]**. An input field will appear where you can enter the desired line number. Alternatively, press the default shortcut <kbd>**Alt**</kbd>**&#x20;+&#x20;**<kbd>**Ctrl**</kbd>**&#x20;+&#x20;**<kbd>**G**</kbd> or <kbd>**Cmd**</kbd> **+&#x20;**<kbd>**F**</kbd> (Mac) to open the input field.

After entering the line number, press <kbd>Enter</kbd> to confirm. The editor will immediately move the cursor and view to the specified line.


---

# 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.arkain.io/user-guide/workspace/editor/go-to-line.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.
