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

# Brand Voice

> Align generated content with your organization’s tone, wording, and communication patterns.

Brand voice is the layer that turns structurally correct content into content that reflects how your organization actually communicates.

It captures consistent patterns in tone, wording, rhythm, and formality, then applies those patterns across generation.

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '10px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '14px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '4px' }}>Tone</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)' }}>How the content feels to the reader</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '14px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '4px' }}>Posture</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)' }}>Confident, cautious, authoritative, or collaborative</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '14px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '4px' }}>Wording</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)' }}>Preferred phrases and vocabulary patterns</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '14px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '4px' }}>Rhythm</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)' }}>Sentence length, pacing, and flow</div>
  </div>
</div>

## How It Works

<Steps>
  <Step title="Open Brand Voice">
    Navigate to **Brand Voice** from the top navigation.
  </Step>

  <Step title="Upload writing samples">
    Upload between 1 and 10 representative pieces such as blog posts, emails, or published content.
  </Step>

  <Step title="Analyze patterns">
    WriterzRoom analyzes tone, vocabulary, phrasing patterns, and structural tendencies.
  </Step>

  <Step title="Create profile">
    A brand voice profile is generated and saved to your workspace.
  </Step>

  <Step title="Apply during generation">
    Select the profile alongside your template and style profile.
  </Step>

  <Step title="Track alignment">
    Use consistency scoring to evaluate how closely outputs match your voice over time.
  </Step>
</Steps>

<Tip>
  Use 3 to 5 representative pieces that reflect how you communicate today. The analysis reflects actual patterns in your writing.
</Tip>

## What Brand Voice Controls

<CardGroup cols={2}>
  <Card title="Tone alignment" icon="message-circle">
    Controls how the content feels to the reader.
  </Card>

  <Card title="Messaging posture" icon="shield">
    Shapes how assertive, cautious, or authoritative the content sounds.
  </Card>

  <Card title="Wording tendencies" icon="type">
    Applies preferred phrases and vocabulary patterns.
  </Card>

  <Card title="Communication rhythm" icon="activity">
    Influences sentence structure, pacing, and flow.
  </Card>
</CardGroup>

## Brand Voice and Style Profiles

They work together.

The style profile sets the writing mode such as Technical Dive, General Blog, or Executive Summary. Brand voice adjusts that mode to match how your organization communicates.

<div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '18px', background: 'rgba(255,255,255,0.04)', margin: '1rem 0 1.5rem' }}>
  <div style={{ fontSize: '14px', fontWeight: 700, marginBottom: '6px' }}>
    Style profile selects the format and tone baseline
  </div>

  <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', marginBottom: '10px' }}>
    Defines how the content should generally read based on audience and format.
  </div>

  <div style={{ fontSize: '14px', fontWeight: 700, marginBottom: '6px' }}>
    Brand voice adjusts it to your identity
  </div>

  <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>
    Aligns the output with your organization’s language, tone, and communication patterns.
  </div>
</div>

## When to Use Brand Voice

<AccordionGroup>
  <Accordion title="Recurring publishing">
    Maintain consistency across articles, newsletters, and campaigns.
  </Accordion>

  <Accordion title="Multiple contributors">
    Ensure outputs remain aligned even when different people generate content.
  </Accordion>

  <Accordion title="Inconsistent tone">
    Standardize phrasing, tone, and structure across recent content.
  </Accordion>

  <Accordion title="Delegated generation">
    Allow others to generate content while preserving your voice.
  </Accordion>
</AccordionGroup>
