Content Studio
The Content Studio is a built-in document editor for drafting and managing text content directly within Pawz. Write markdown, HTML, or plain text, and optionally use AI to improve your writing with one click.Document management
Creating a document
- Open the Content view
- Click New Document
- Enter a title and select a content type
- Start writing in the editor
Content types
Operations
Editor
The editor provides a full-width text area optimized for focused writing:- Live word count: Displayed below the editor, updating as you type
- Title editing: Click the document title to rename it inline
- Content type selector: Switch between markdown, HTML, and plaintext
Document sidebar
The left sidebar lists all your documents with:
Click any document in the sidebar to open it in the editor.
AI Improve
The standout feature of Content Studio is AI Improve — a one-click button that sends your document content to the chat engine for AI-powered text improvement.How it works
- Write or paste content into the editor
- Click the AI Improve button
- The content is sent to your active AI model with instructions to improve clarity, grammar, and style
- The improved version is returned and can be reviewed
Storage
Documents are stored in the frontend SQLite database in thecontent_documents table. This means:
- Documents persist across app restarts
- Documents are stored locally on your machine
- No cloud sync — your content stays private
Schema
:::info
Content Studio documents are separate from Research findings and agent-generated files. They are your personal writing space within Pawz.
:::

