New — Miro, Notion, Linear, and Documents. See what's new
DazlDocs
Feature Reference

Documents

The Documents panel is a file browser for the markdown documents that guide the AI's behavior when generating and modifying code.

Use the Documents panel to write and manage the markdown files that live alongside your project: PRDs, user flows, technical designs, brand voice notes, research, and anything else your team works from. The AI can also read them for context when generating or modifying code.

The Documents panel showing the file listing with README and Prompts folder

What's in the Documents Panel

The panel surfaces four types of content:

  • Skills – markdown files that give the AI specialized knowledge for specific tasks, such as brand voice or accessibility standards. See Skills for details.
  • System prompts – the Prompts/ folder ships with every project. These define how the AI behaves, covering coding conventions, design tokens, component structure, routing patterns, and more.
  • Documents – any markdown files you create to describe what you're building: feature specs, design direction, technical constraints, or a project README.
  • Content files – markdown files that are part of the project itself, like individual blog posts, help articles, or landing page copy.

Creating Documents

Click + New to create a document from a blank file or a built-in template (PRD, User Flow, Technical Design, Agent Instruction). You can also create a custom template or a skill from the same menu.

Custom Templates

Enable custom templates from the + New menu or the button at the bottom of the panel. Once enabled, Dazl creates a templates directory with starter templates and a README explaining how the system works.

The Documents panel showing Skills, Other, Prompts, and Templates sections with six starter templates

Custom templates appear in the + New menu alongside the built-in options. Each template can belong to a group that defines shared defaults for that document type: display name, icon, default filename, folder, and file extension. This lets teams standardize document types like PRDs, bug reports, or internal instructions.

To turn an existing document into a reusable template, use the context menu on any file in the Documents panel.

Template Editor

Open a template file to edit it. The template editor shows structured settings at the top (template name, group, and folder override) with the markdown body below. This replaces hand-editing raw frontmatter.

The Custom Document Templates README showing how templates work, with Name, Group, and Folder fields explained

Editing Documents

Click a document to open it as a tab in the center area. The editor is a WYSIWYG markdown editor with a formatting toolbar:

  • Format dropdown – switch between Paragraph, Heading 1, Heading 2, Heading 3
  • Text formatting – Bold, Italic, Underline, Strikethrough, Inline Code
  • Blocks – Code Block, Bullet List, Numbered List
  • Tables – insert and edit markdown tables

A document open in the WYSIWYG editor with the formatting toolbar visible

Attaching Documents to Chat

Each file in the panel has an Attach to Chat Context button. You can also drag any document, skill, or prompt directly from the panel into the chat input to give the AI access to its contents.

On this page