> ## Documentation Index
> Fetch the complete documentation index at: https://docs.radicalwhale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Pages

> Create workspace and record-level pages for documentation

## Workspace Pages

Workspace pages are accessible to all workspace members.

Navigate to **Pages** → **Create Page**.

**Configure**:

* **Title**: Descriptive name for the page
* **Icon**: Select emoji or Lucide icon for visual identification
* **Status**: Draft (work-in-progress), Published (ready to share), or Archived (historical reference)
* **Tags**: Categorize for organization and discovery (optional)

Content auto-saves as you type. Use markdown or the formatting toolbar.

## Record Pages

Record pages attach to specific dataset records, providing contextual documentation.

From any dataset, click a record → **Pages** tab → **Create Page**.

Page automatically links to the record. AI has access to all record field values when generating content.

## Organization

**Titles**: Be specific ("Q4 2024 Marketing Strategy" not "Notes"), include dates when relevant, use consistent patterns.

**Tags**: Use lowercase with hyphens ("project-alpha", "q4-launch"). Organize by project, type, topic, or status.

**Status**: Draft for work-in-progress, Published for finalized content, Archived for historical reference.

## Quick Templates

### Meeting Notes

```markdown theme={null}
# Meeting: [Topic]

**Date**: [Date] | **Attendees**: [Names]

## Discussion

[Notes]

## Decisions

- Decision 1
- Decision 2

## Action Items

- [ ] @Person - Task
```

### Research Notes

```markdown theme={null}
# Research: [Topic]

**Date**: [Date]

## Objective

[What we're learning]

## Key Findings

1. Finding 1
2. Finding 2

## Insights

[What this means]

## Recommendations

[What to do]
```

### Project Brief

```markdown theme={null}
# Project: [Name]

**Owner**: [Name] | **Timeline**: [Dates] | **Status**: 🟢 On Track

## Overview

[Brief description]

## Goals

1. Goal 1
2. Goal 2

## Timeline

- **Phase 1**: [Dates]
- **Phase 2**: [Dates]
- **Launch**: [Date]

## Risks & Mitigation

1. Risk 1 → Mitigation
```

## Next Steps

<CardGroup cols={2}>
  <Card title="AI Content Generation" icon="sparkles" href="/guides/pages/ai-content-generation">
    Use AI to generate content
  </Card>

  <Card title="Using Page Context" icon="link" href="/guides/pages/using-page-context">
    Attach pages as AI context
  </Card>

  <Card title="Understanding Pages" icon="book" href="/concepts/pages">
    Pages concepts and capabilities
  </Card>

  <Card title="Creating Datasets" icon="table" href="/guides/datasets/creating-datasets">
    Create datasets for records
  </Card>
</CardGroup>
