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

# Editor

> Edit documents directly in Revisory with the AI-powered editor.

<Note>
  🇩🇪 [Auf Deutsch lesen](/de/dokumente/editor)
</Note>

The integrated editor lets you create or edit documents directly in Revisory – with AI assistance.

## Opening the editor

1. Go to **Documents**
2. Click **New Document** for a blank document, or
3. Open an existing document and click **Edit**

## Formatting

The editor supports Markdown formatting with a visual interface:

* **Bold** and *Italic*
* Headings (H1–H3)
* Lists (numbered and bulleted)
* Links
* Code blocks

Formatting is automatically converted to Markdown and preserved when saving.

## AI features

### Analyze text

1. Select a text passage
2. Click **AI Analysis**
3. Choose the evaluation criteria
4. The AI reviews the text and displays feedback directly in the editor

### Improvement suggestions

After analysis, the AI shows specific suggestions for improvement. You can:

* Accept suggestions with one click
* Dismiss suggestions
* Make your own adjustments

## Saving the document

Click **Save** to store the document in your document library. The document is then available for analyses.

<Tip>
  The editor automatically saves a draft every 30 seconds. If you close the browser, you can restore the last state.
</Tip>

## Keyboard shortcuts

| Action | Shortcut               |
| ------ | ---------------------- |
| Save   | `Ctrl/Cmd + S`         |
| Bold   | `Ctrl/Cmd + B`         |
| Italic | `Ctrl/Cmd + I`         |
| Undo   | `Ctrl/Cmd + Z`         |
| Redo   | `Ctrl/Cmd + Shift + Z` |
