ArchDoc Documentation

Creating Documents

How to create new documents in ArchDoc

Creating Documents

Learn how to create new technical documents in ArchDoc.

Quick Start

  1. Navigate to Dashboard > Documents
  2. Click the New Document button
  3. Fill in the document details
  4. Click Create

Document Creation Form

Document Title

Enter a clear, descriptive title for your document.

Good examples:

  • "Use PostgreSQL as Primary Database"
  • "RFC: Implement User Notifications"
  • "Design Doc: Payment System Architecture"

Avoid:

  • "Untitled"
  • "New ADR"
  • "Document 1"

Document Type

Select the appropriate type:

TypeUse For
ADRSingle architectural decisions
RFCProposals for team discussion
Design DocDetailed technical designs

See Document Types for guidance on choosing.

Initial Content (Built-in Templates)

When you select a document type, the editor is pre-populated with a starter template tailored to that type:

TypeTemplate Sections
ADRStatus, Context, Decision, Consequences, Alternatives Considered, Notes
RFCSummary, Motivation, Proposed Solution, Implementation, Risks and Drawbacks, Alternatives, Unresolved Questions
Design DocOverview, Goals, Non-Goals, Background, Design, Implementation, Security Considerations, Testing Plan, Future Work

You can edit or clear the template before saving.

After Creating

Once created, you'll be taken to the document editor where you can:

  1. Write content using the rich text editor
  2. Add diagrams with Excalidraw or Mermaid
  3. Format text with headings, lists, code blocks
  4. Save changes manually or auto-save

Document Slug

Each document gets a unique slug based on its title:

  • Title: "Use PostgreSQL Database"
  • Slug: use-postgresql-database

The slug is used in the document URL:

/dashboard/documents/use-postgresql-database

Slugs are auto-generated but can be customized if needed. They must be unique within your organization.

Document Categories

New documents start as In Progress. You can change the category as the document evolves:

CategoryMeaning
In ProgressBeing drafted, open for edits
AcceptedApproved, ready for implementation
ClosedNo longer active

Best Practices

Start with a Clear Title

  • The title should explain what the document is about
  • Include the document type if helpful (e.g., "RFC: ...")

Choose the Right Type

  • Don't use Design Doc for a simple decision (use ADR)
  • Don't use ADR for a proposal needing discussion (use RFC)

Draft First, Format Later

  • Get your ideas down first
  • Polish formatting afterward

Save Regularly

  • Auto-save helps, but manual saves ensure nothing is lost
  • The editor caches content locally as backup

Document Limits

Your plan determines how many documents you can create:

PlanDocument Limit
Free5
Base15 + (2 × additional seats)
PremiumUnlimited

If you reach your limit:

Permissions

Who can create documents:

RoleCan Create
Admin✅ Yes
Member✅ Yes

All authenticated users in your organization can create documents.

Next Steps

After creating a document:

On this page