# New File / Folder

The **New File and New Folder** features allow you to add items directly into the **Project Sidebar**.

There are two ways to create a new file or folder:

### Clicking the \[+] button

1. Select the location in the Project Sidebar where you want the item to appear.
2. Click the \[+] icon at the top in the Project Sidebar.
3. Select **\[New File]** or **\[New Folder]**.

### Using Right-clicking

1. Right-click on any sub project or folder in the Project Sidebar.
2. Select **\[New File]** or **\[New Folder].**

An input field will appear at the currently selected location in the Project Sidebar. Enter the desired name and press Enter to confirm. This will create the new item within the chosen location.

{% hint style="warning" %}

* The name must be unique within your project.
* A few characters that could cause functional issues are restricted, including /, \\, :, <, >, $, quotes or control characters. File names cannot be comprised solely of spaces or periods ('.') either.
  {% endhint %}

When you create a new file, an editor for that file will automatically open in the Workspace, allowing you to start editing immediately. New folders are added directly to the selected location and can be used to organize your files.


---

# 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/file-management/new-file-folder.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.
