Create and manage documents
Create a new document
- Menu: File → New (or
Ctrl+N). - Enter a title and optional location.
- Create.
Document structure (Markdown)
A minimal chapter outline:
markdown
# Title
## Chapter 1
### Section 1.1
Content…
## Chapter 2Academic paper (example)
markdown
# Paper title
## Abstract
## 1. Introduction
### 1.1 Background
### 1.2 Goals
## 2. Related work
## 3. Method
## 4. Experiments
## 5. Results
## 6. Conclusion
## ReferencesTechnical doc (example)
markdown
# Product name
## Overview
## Quick start
## Configuration
## API
## FAQFolders and files
- Use folders for parts, acts, or major sections.
- One file ≈ one chapter or section—easier for the Agent to patch with diffs.
- Keep
@systemat project root for style, glossary, and characters.
Templates
Speed up setup with Template creation.
Export
Package the project to Markdown ZIP—see Export.