Texts (Editor)
Longer, written-out content from the chat lands in a dedicated editor with version history, auto-save and Word export – instead of in the middle of the conversation.
When the AI writes a letter, an e-mail, a report or another piece of fully-worded text in chat, it would flood the entire conversation. The Texts feature solves this: such content does not appear inline in the chat but in a dedicated editor – as clean, editable documents. All that remains in the chat is a compact card to click. Every text created this way is kept permanently, can be edited by hand, keeps a version history and can be exported as a Word file.
What a "text" is
A text (internally an "artifact") is a standalone document with a title and content that lives on independently of any single chat message. There are two kinds:
Markdown texts (
text/markdown) – running text, headings, lists, tables, quotes. These are edited in the built-in WYSIWYG editor.HTML texts (
text/html) – interactive or visual results (e.g. small tools, 3D scenes, elaborate charts). These are view-only – not edited in the editor – and open in a sandboxed preview.
Visibility: texts are private by default – only you can see them. If a text is created inside a project chat, it becomes visible project-wide and carries a Projekt badge.
Creating a text
Via chat (the usual way)
Simply ask the AI for written-out content, for example:
"Write me a letter to …"
"Draft a job advert for …"
"Create a summary as Markdown"
The AI recognises such requests (letter, e-mail, cover letter, application, job advert, report, summary, note, minutes, "as Markdown" …) and automatically creates the content as a text. While it writes, you see:
a card inside the chat message showing the title and a
schreibt…("writing…") hint,the content streaming live into the editor on the right.
If you explicitly ask for a format such as Markdown, the AI always creates a text instead of a code block in the chat – so the content stays cleanly editable.
By hand
Open the overview page at /texts and click + Neuer Text (New text) in the top right. An empty document titled Neuer Text is created and opened straight in the editor.
Managing texts – the overview page
At /texts you find all your texts as a grid of cards. Each card shows the title, a short excerpt and when it was last changed; project texts carry a Projekt badge.
Control | Function |
|---|---|
| Filters by title and excerpt |
| Shows all texts |
| Only your personal (non-project) texts |
| Only project-bound texts |
| Creates an empty document |
Clicking a card opens the text in the full-screen editor at /texts/{id}.
The editor
The editor opens in two places: as a right-hand side panel in the chat (on larger screens) and as a full-screen page at /texts/{id}. Both offer the same features.
Formatting toolbar
Above the text area (for Markdown texts only) sits a toolbar:
Heading 1/Heading 2/Heading 3Bold,Italic,StrikethroughBullet list,Numbered listLink(prompts for the URL),Code(inline code),Quote
You can also type Markdown syntax (e.g. ## for a heading or - for a list) and it is converted automatically. Tables are supported and rendered correctly too.
Renaming
Click the title at the top and type a new one. It is saved with Enter or when you leave the field.
Automatic saving
You never need to save manually. Your changes are saved automatically about two seconds after your last keystroke. The status line at the bottom shows the state:
Indicator | Meaning |
|---|---|
| No unsaved changes |
| Saving in progress |
| Saved successfully |
| Error – please try again |
| The AI is filling the text right now |
| Current version number |
While the AI is writing a text (Schreibt…), the editor is locked. Once the AI is finished, you can edit again.
Version history
Every text keeps a version history. A new version is created:
on every AI revision (marked with a chip icon and the model used),
on your own edits, before the AI next overwrites the text (marked with a person icon).
Open the history via the ⋮ icon (Versions) at the top of the editor.
On the left you see the version list (v1, v2, …) with timestamp and origin. Pick a version to view its content on the right. You can then:
Kopieren(Copy) – place the version's content on the clipboard,Als aktuelle Version setzen(Set as current) – restore the older version (it becomes the new current version; the previous state stays in the history).
Word export
Use the download icon at the top of the editor to download the text as a Word file (.docx). This option is available for Markdown texts only, not for HTML texts.
Texts across multiple chats
Texts are not tied to a single chat. In every chat the AI knows:
the text currently open in that chat, with full content – which it can revise directly,
a list of your most recently created texts (titles only) – whose full content it cannot see.
For the AI to edit an earlier text that is not open in the current chat, open it first (via the overview page or the card). After that the AI can change it. If you simply ask it to tweak "the old job advert" without opening it, it will point this out.
When you ask the AI to revise, it rewrites the entire text (no partial editing) and creates a new version. The card in the original chat message stays pinned to the state produced back then – later edits never change old chat histories.
HTML texts
If the AI produces an interactive or visual result as an HTML text, a card with a code icon appears in the chat. Clicking it opens a full-screen preview (lightbox). For security reasons HTML texts run in an isolated environment; they cannot be edited in the editor and cannot be exported as Word.
Deleting a text
In the full-screen editor (/texts/{id}) you find Löschen (Delete) in the top right. After a confirmation prompt the text is removed irreversibly, including all versions.
Deletion cannot be undone – the entire version history is lost as well.
Limits (as of v1)
At most one text is created per AI response.
Revisions are always a full rewrite, never a targeted edit of individual passages.
The AI does not pull in texts on its own – you must open the desired text first.
Images cannot be inserted in the editor.
There is no comparison (diff) mode between arbitrary versions and no simultaneous editing by multiple people.
The editor side panel in the chat appears on larger screens; on a phone it is best to open texts via the overview page
/texts.