> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inkstone.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Editor Basics

> Learn the fundamentals of writing in Inkstone's document editor.

## **The Editor Interface**

When you open a document, you'll see four main areas:

* **The Project and Doc Bar** - (on the left side of the screen) Where projects and documents are created and stored. Collapsable with the >> button.
* **Toolbar** - Formatting controls and AI tools at the top
* **Writing Area** - The main canvas where you write
* **AI Panel** - (on the right) Expandable panel for AI conversations (toggle with the two arrows). Collapsable with the \<\< button.

<img src="https://mintcdn.com/inkstone/1Ms_JIBtEzdwn3_C/images/Screenshot2026-01-28at14.39.06.png?fit=max&auto=format&n=1Ms_JIBtEzdwn3_C&q=85&s=ed7c0a7b1ec65d9ff33c1f39e22d1005" alt="Screenshot2026 01 28at14 39 06" width="2884" height="1612" data-path="images/Screenshot2026-01-28at14.39.06.png" />

Click to expand: The Inkstone editor with toolbar, writing area, and AI panel

## **Creating Documents**

To create a new document:

1. Navigate to your project via the document explorer in the left panel
2. Click the **New Document** button under the name of your folder.
3. Start typing - your document will be named "Untitled Document" until you change it

## **Editing Document Titles**

There are three ways you can edit the title of your document:

1. Click on the document title at the top of the page to edit it. The title automatically saves when you click away or press Enter.
2. Navigate to your project in left panel. Click the three dots <Icon icon="ellipsis" /> next to the "Untitled Document" you want to change the name of. Select **Rename Document**. Begin typing. Press Enter or click away to save
3. Ask the AI assistant in the panel on the right to change the name of your document to whatever you like! It will update and save instantly.

## **Auto-Save and Versions**

### Auto-Save

Inkstone automatically saves your work as you type. You'll see a timestamp showing when your document was last saved (e.g., "Edited 2 minutes ago"). Click the history button to show past versions of the document.

<img alt="Autosave" src="https://mintcdn.com/inkstone/Hz2xcwuRu4hReSTr/images/Screenshot%202026-02-02%20at%2011.11.20.png?fit=max&auto=format&n=Hz2xcwuRu4hReSTr&q=85&s=473f2d18c23cca9a7f3b085c583a6517" width={180} height={156} loading="lazy" decoding="async" className="rounded-xl border border-zinc-600/50 shadow-lg shadow-black/20 ring-1 ring-white/10" style={{ float:"right",maxWidth:180,height:"auto",margin:"0.5rem 0 1rem 1.5rem" }} data-path="images/Screenshot 2026-02-02 at 11.11.20.png" />

There's no save button - your work is always safe.

### Versions

Since Inkstone saves your work as you type, you can preview and restore previous versions of your document at any time.

Simply select the History button/the timestamp showing when your document was last edited, on the top right of the screen. The History tab will open.

Here, you will see all previous versions of your document. Choose to either preview or restore that version. Changes between that version and the current version are highlighted in red and green.

## **Basic Text Editing**

Type normally to add text. Use standard keyboard shortcuts:

* **Select all**: `Cmd/Ctrl + A`
* **Copy**: `Cmd/Ctrl + C`
* **Cut**: `Cmd/Ctrl + X`
* **Paste**: `Cmd/Ctrl + V`
* **Undo**: `Cmd/Ctrl + Z`
* **Redo**: `Cmd/Ctrl + Shift + Z`
* **Find and  Replace**: `Cmd/Ctrl + F`

## **Paragraphs and Line Breaks**

* Press **Enter** to create a new paragraph
* Press **Shift + Enter** to create a line break within the same paragraph

## **Next Steps**

* [**Formatting**](/docspage/editor/formatting) - Learn about text formatting options
* [**Keyboard Shortcuts**](/docspage/editor/keyboard-shortcuts) - Speed up your workflow
