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

# Real Estate Workflow Demo

> Example governed workflow for generating real estate market content with geographic specificity, market timing, and claim controls.

This demo shows how WriterzRoom generates real estate content using a governed vertical, structured template, style profile, and multi-agent workflow.

This is not a customer case study. It is a product workflow example.

## Demo Overview

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Vertical</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Real Estate and Property.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Template</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Market Analysis.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Style</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Market Research Report.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Output</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Metro market report.</div>
  </div>
</div>

## Scenario

A real estate advisory team needs a market report for multifamily conditions in a specific metro area.

The output must preserve geographic specificity, market timing, property-type context, and careful language around values, appreciation, rental growth, and returns.

## Selected Combination

| Layer         | Selection                | Purpose                                                                               |
| ------------- | ------------------------ | ------------------------------------------------------------------------------------- |
| Vertical      | Real Estate and Property | Applies Fair Housing awareness, geography, market timing, and property claim controls |
| Template      | Market Analysis          | Structures the output as a market report                                              |
| Style profile | Market Research Report   | Shapes the output as formal property-market intelligence                              |
| Pipeline      | Multi-agent workflow     | Plans, researches, drafts, edits, formats, optimizes, and prepares the output         |

## Example Input

| Field       | Example value                 |
| ----------- | ----------------------------- |
| Topic       | Multifamily market conditions |
| Geography   | Dallas-Fort Worth metro       |
| Asset class | Multifamily                   |
| Audience    | Investors and operators       |
| Timeframe   | Current year market outlook   |
| Output      | Metro market analysis         |

## What WriterzRoom Controls

<CardGroup cols={2}>
  <Card title="Geographic specificity" icon="map">
    Guides market commentary toward city, metro, neighborhood, region, or asset-class context.
  </Card>

  <Card title="Property claim control" icon="shield-alert">
    Reduces unsupported certainty around appreciation, value, rental growth, and investment performance.
  </Card>

  <Card title="Market timing" icon="calendar-clock">
    Encourages statistics to include dates, reporting periods, or data context where relevant.
  </Card>

  <Card title="Professional review" icon="clipboard-check">
    Produces drafts suitable for real estate, investment, legal, or lending review.
  </Card>
</CardGroup>

## Generation Flow

<Steps>
  <Step title="Plan the report">
    The planner identifies geography, asset class, audience, market angle, and risk-sensitive claims.
  </Step>

  <Step title="Gather market context">
    The researcher supports the report with property, housing, mortgage, census, or market data where applicable.
  </Step>

  <Step title="Draft the analysis">
    The writer creates a structured report using real estate and property-market language.
  </Step>

  <Step title="Edit for claim discipline">
    The editor reduces unsupported certainty around values, rents, returns, and market direction.
  </Step>

  <Step title="Format for review">
    The formatter prepares the report for internal review, export, or publication.
  </Step>
</Steps>

## Expected Output Structure

| Section                | Purpose                                                    |
| ---------------------- | ---------------------------------------------------------- |
| Executive summary      | Summarizes market conditions and implications              |
| Market context         | Defines geography, asset class, and timeframe              |
| Demand drivers         | Explains demographic, economic, or migration factors       |
| Supply conditions      | Discusses inventory, development, vacancy, or availability |
| Risk factors           | Identifies uncertainty, financing, rates, or policy risks  |
| Strategic implications | Supports investor or operator review                       |

## Example Output Preview

```mdx theme={"theme":{"light":"github-light","dark":"github-dark"}}
# Dallas-Fort Worth Multifamily Market Report

The Dallas-Fort Worth multifamily market should be evaluated through both demand-side and supply-side conditions. Recent population growth and employment trends may support long-term rental demand, but near-term performance depends on financing costs, new supply, rent affordability, and submarket-level absorption.
```
