> ## 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.

# Style Profiles

> Control tone, voice, structure, and audience alignment for generated content.

Style profiles define how content is written.

They control tone, voice, depth, and audience alignment while the template controls format and structure.

## Style System 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: '18px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Tone</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Formal, casual, analytical.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Voice</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Narrative perspective and expression.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Depth</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Level of detail and complexity.</div>
  </div>

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

## How Style Profiles Work

<Steps>
  <Step title="Select a template">
    Defines structure and output format.
  </Step>

  <Step title="Choose a style profile">
    Sets tone, voice, and audience alignment.
  </Step>

  <Step title="Generate content">
    The pipeline applies both template and style rules.
  </Step>
</Steps>

## Style Categories

<CardGroup cols={3}>
  <Card title="General Writing" icon="file-text" />

  <Card title="Technical Writing" icon="cpu" />

  <Card title="Academic Writing" icon="book" />

  <Card title="Marketing" icon="megaphone" />

  <Card title="Business" icon="briefcase" />

  <Card title="Creative" icon="film" />

  <Card title="Legal and Compliance" icon="scale" />

  <Card title="Journalism and Editorial" icon="newspaper" />

  <Card title="Specialized Domain" icon="flask" />
</CardGroup>

## New Style Profiles

Ten new style profiles added in May 2026.

### Legal and Compliance

| Profile            | Slug                 | Best for                                                                                                       |
| ------------------ | -------------------- | -------------------------------------------------------------------------------------------------------------- |
| Legal Analyst      | `legal_analyst`      | Practitioner-grade legal analysis with citation precision, jurisdictional framing, and formal analytical voice |
| Compliance Analyst | `compliance_analyst` | Regulatory compliance memos, impact assessments, and action-oriented briefings with deadline specificity       |

### Journalism and Editorial

| Profile                  | Slug                       | Best for                                                                                                    |
| ------------------------ | -------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Investigative Journalist | `investigative_journalist` | Long-form narrative journalism with scene-setting leads, source-woven evidence, and counternarrative        |
| Op-Ed Columnist          | `op_ed_columnist`          | Editorial opinion with clear thesis, evidence-backed argument, counterargument engagement, and direct voice |

### Business and Financial

| Profile               | Slug                    | Best for                                                                                           |
| --------------------- | ----------------------- | -------------------------------------------------------------------------------------------------- |
| Financial Commentator | `financial_commentator` | Earnings analysis, market commentary, and investor-facing content with accessible analytical voice |
| Real Estate Analyst   | `real_estate_analyst`   | Market analysis with specific metrics, comparable evidence, and investment framing                 |

### Healthcare and Science

| Profile              | Slug                   | Best for                                                                                           |
| -------------------- | ---------------------- | -------------------------------------------------------------------------------------------------- |
| Medical Writer       | `medical_writer`       | Clinical accuracy combined with plain language for healthcare communications and patient education |
| Science Communicator | `science_communicator` | Bridges technical and general audiences for medical AI, health technology, and science explainers  |

### Policy and Entertainment

| Profile        | Slug             | Best for                                                                                                    |
| -------------- | ---------------- | ----------------------------------------------------------------------------------------------------------- |
| Policy Analyst | `policy_analyst` | Deep policy and regulatory analysis with stakeholder coverage, evidence citations, and implementation focus |
| Showrunner     | `showrunner`     | TV and film series development documents, pitch materials, and writer's room preparation                    |

## Best Practices

<AccordionGroup>
  <Accordion title="Match style to audience">
    Choose based on reader expectations.
  </Accordion>

  <Accordion title="Avoid over-switching styles">
    Keep consistency across related content.
  </Accordion>

  <Accordion title="Combine with brand voice">
    Use brand voice for identity and style profiles for tone, depth, and audience fit.
  </Accordion>
</AccordionGroup>
