Skip to content

Create and manage documents

Create a new document

  1. Menu: File → New (or Ctrl+N).
  2. Enter a title and optional location.
  3. Create.

Document structure (Markdown)

A minimal chapter outline:

markdown
# Title

## Chapter 1

### Section 1.1

Content…

## Chapter 2

Academic 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

## References

Technical doc (example)

markdown
# Product name

## Overview

## Quick start

## Configuration

## API

## FAQ

Folders 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 @system at project root for style, glossary, and characters.

Templates

Speed up setup with Template creation.

Export

Package the project to Markdown ZIP—see Export.

Next