Documents
The Documents tab lets you create, preview, and manage professional documents within your project.
Document Builder
Create documents from scratch or use templates:
- Open the Documents tab in your project
- Click New Document
- Choose a template or start blank
- Edit content using the rich text editor or Markdown
- Preview the rendered output
- Export as PDF, DOCX, or HTML
Templates
Templates provide pre-built document structures:
| Template | Description |
|---|---|
| Technical Spec | Architecture and design documents |
| Integration Guide | User-facing integration reference |
| Release Notes | Changelog and version summaries |
| Meeting Notes | Structured meeting documentation |
| Proposal | Project proposals with scope and timeline |
| Report | Data-driven reports with charts |
Custom Templates
Create your own templates:
- Build a document with your preferred structure
- Click Save as Template
- Templates are available to all team members in the project
Variables
Documents support dynamic variables that are resolved at render time:
| Variable | Description |
|---|---|
{{project.name}} | Current project name |
{{project.description}} | Project description |
{{date}} | Current date |
{{author}} | Document author |
| Custom variables | Define your own key-value pairs |
Setting Variables
- Open the Variables panel in the document editor
- Add custom variables with key-value pairs
- Reference them in your document with
{{key}}syntax
Preview
The document preview shows the final rendered output:
- Live preview — Updates as you type
- PDF preview — See exactly how the exported PDF will look
- Print preview — Optimized for printing
Signatures
Documents can include digital signature fields:
- Signature requests — Send documents for signing
- Signature tracking — Monitor who has signed
- Audit trail — Full history of signature events
AI-Assisted Writing
Ask the AI agent to help with documents:
"Generate a technical spec for the payment integration"
"Create release notes from the last 10 commits"
"Write a user-facing integration reference"