# Split Workspace

In Arkain’s editor, you can view multiple files side by side using the **Split Workspace** feature.

The **Split Workspace** feature allows you to divide the editor into multiple panes to work on several files at the same time.

There are two ways to split the Workspace:

### Drag and Drop

1. Drag an editor tab and drop it into the desired position.
2. A purple highlight will appear, showing where the tab will be placed.
3. You can split the Workspace in any direction—top, bottom, left, or right.

### Click the Split button

1. Click the **Split** button at the top right corner of the editor.
2. This creates a new split group to the right of the current one.

{% hint style="success" %}
For maximum efficiency, you have full control over your screen real estate. Once you've split your Workspace, you can adjust the size of the panels by **clicking and dragging the divider line**. Furthermore, **double-clicking the divider line** allows you to instantly balance and set the split panels to equal sizes.
{% endhint %}

If all editors are closed, the default **Welcome screen** will appear. From here, you can right-click and select **\[Split Right]** or **\[Split Down]** to add a new split group to the Workspace.


---

# 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/split-workspace.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.
