# Close

In Arkain’s editor, you can manage open files with various close options.

To close a single file, click the **\[X]** button on the file tab. This immediately closes the selected file tab from the editor.

For additional options, right-click on a file tab to open the context menu. From here, you can choose:

* **\[Close All]** to close every open file.
* **\[Close Other Tabs]** to close all files except the one you selected.
* **\[Close Tabs to the Right]** to close all files positioned to the right of the current tab.

If you only want to close saved files, click the **`…`** button at the top right of the editor and select **\[Close Saved]**. This will close all file tabs that have no unsaved changes.

{% hint style="info" %}
When the Workspace is split into multiple editor groups, close commands such as \[Close All], \[Close Other Tabs], or \[Close Tabs to the Right] only apply to the editors within the current split group, not across the entire Workspace.
{% endhint %}


---

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