> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/documentation/sheets-and-files/untitled-1.md).

# Sheets

Like the Notes app, Soulver organizes your sheets for you – there's no need to keep track of files yourself in Finder or Files.

There's also no need to manually save, as Soulver automatically saves changes for you.

#### Making new sheets

Click "New Sheet" in the sidebar or press ⌘N.

{% hint style="info" %}
You can have new sheets open in a new window by setting the preference for ⌘N behaviour in the **General** settings
{% endhint %}

#### Making new folders

By default, new sheets are saved in the **General** folder, but you can make your own folders too.

Hover over the `General` folder and click the little `+`. A new folder starts with a blank sheet by default.

#### Renaming folders

Double click a folder in the sidebar and type your preferred name. Folders are sorted alphabetically.

#### Moving sheets into folders

Drag and drop sheets from the list into the folder, or use the Sheet menu (**Move Sheet To…**) or the contextual menu on a sheet in the sidebar.

#### Deleting sheets & folders

Hover over a sheet or folder in the sidebar and click the little red cross, or click a sheet and press the delete key. To delete the current sheet while editing it, press control-⌘-delete.

{% hint style="warning" %}
Deleted sheets are moved into the **Trash**.

To empty the trash, hover over it and choose **`Empty Trash`**

When you delete a sheet from the Trash, or empty the Trash it will be permanently deleted. You may be able to recover it from a backup (File > Backups).
{% endhint %}

## Sheet Tips

### Searching Sheets

You can search your sheets on Mac by going to the Edit menu > Find > Sheet List Search (or press Option-⌘-F) and typing your search query:

![Spotlight searching in Soulver](/files/-MjFy04yD7JWggqreIIO)

### **Sorting sheets**

You can choose to sort sheets by date modified, creation date or title (the first line of the sheet) in Soulver's **General** settings.

{% hint style="info" %}
You can also optionally have new sheets start with a # heading, or a // comment
{% endhint %}

### Opening sheets in new windows

Double click a sheet in the sidebar to open it in a new window.

{% hint style="info" %}
Swipe left/right on your Mac's trackpad or Magic mouse to toggle the sidebar opened and closed.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.soulver.app/documentation/sheets-and-files/untitled-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
