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

# Source Quality

> Learn how WriterzRoom improves research-backed content by scoring sources, refining searches, validating statistics, and auditing citations.

WriterzRoom includes source quality controls for research-backed content.

The goal is to reduce weak sourcing, avoid unsupported claims, and make generated research context easier to review before publication.

<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: '5px' }}>Score</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Evaluate candidate sources before drafting.</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: '5px' }}>Refine</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Improve weak search results with better query framing.</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: '5px' }}>Validate</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Check statistics before they reach the draft.</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: '5px' }}>Audit</div>
    <div style={{ fontSize: '12px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Review citation markers and reference alignment.</div>
  </div>
</div>

## When Source Quality Controls Apply

Source quality controls are most relevant for content that depends on evidence, citations, statistics, or external context.

<CardGroup cols={3}>
  <Card title="Research Content" icon="book-open">
    Research papers, white papers, literature reviews, and technical explainers.
  </Card>

  <Card title="Business Intelligence" icon="chart-no-axes-combined">
    Market analysis, strategic briefs, competitive analysis, and industry reports.
  </Card>

  <Card title="Specialized Domains" icon="building-2">
    Healthcare, legal, financial, political, and other high-context verticals.
  </Card>
</CardGroup>

## Source Scoring

WriterzRoom evaluates candidate sources before passing research context into the writing stage.

| Signal              | What it evaluates                                                   |
| ------------------- | ------------------------------------------------------------------- |
| Relevance           | Whether the source matches the topic and query intent               |
| Authority           | Whether the source comes from a credible domain or publication type |
| Recency             | Whether the source is current enough for the topic                  |
| Information density | Whether the source contains useful substance rather than filler     |

These signals help the pipeline prioritize stronger source material before drafting begins.

## Adaptive Search Refinement

Initial search results are not always strong enough.

When source quality is weak, WriterzRoom can refine the search query and attempt to improve the source set. This helps address cases where the first query is too narrow, too broad, or framed in a way that returns poor results.

<Steps>
  <Step title="Retrieve candidate sources">
    WriterzRoom gathers possible sources for the requested topic, vertical, and content type.
  </Step>

  <Step title="Score source quality">
    Sources are evaluated for relevance, authority, recency, and information density.
  </Step>

  <Step title="Refine weak queries">
    If the first source set is weak, the system can reformulate the search direction.
  </Step>

  <Step title="Pass structured context forward">
    Stronger source context is made available to downstream generation stages.
  </Step>
</Steps>

## Statistics Validation

For research-heavy content, WriterzRoom can validate statistics against available source snippets before the claims reach the writing stage.

This reduces the chance that unsupported numbers, percentages, or claims appear in the generated draft.

<Warning>
  Source validation improves quality, but it does not guarantee that every factual claim is publication-ready. Review all research-backed content before publishing.
</Warning>

## Citation Audit

WriterzRoom applies citation checks after drafting.

Citation controls are designed to detect common issues such as:

* Citation markers that exceed the verified source list
* Inline references that do not appear to align with the cited source
* Reference entries that are no longer cited in the body

These checks help reduce fabricated or misattributed citations in final output.

## Quality Chain

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '10px', margin: '1rem 0 1.5rem' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#4f6ef7', fontWeight: 800, marginBottom: '5px' }}>01</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Retrieval</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#4f6ef7', fontWeight: 800, marginBottom: '5px' }}>02</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Scoring</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#4f6ef7', fontWeight: 800, marginBottom: '5px' }}>03</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Refinement</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#4f6ef7', fontWeight: 800, marginBottom: '5px' }}>04</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Ranking</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#f59e0b', fontWeight: 800, marginBottom: '5px' }}>05</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Validation</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#f59e0b', fontWeight: 800, marginBottom: '5px' }}>06</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Writer rules</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#f59e0b', fontWeight: 800, marginBottom: '5px' }}>07</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Citation audit</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '10px', padding: '12px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontSize: '11px', color: '#f59e0b', fontWeight: 800, marginBottom: '5px' }}>08</div>
    <div style={{ fontWeight: 700, fontSize: '13px' }}>Final format</div>
  </div>
</div>

## Practical Guidance

For stronger research-backed output:

* Use a specific topic.
* Provide the target audience.
* Include the desired angle or question.
* Enable statistics only when the content needs them.
* Review citations before publishing.
* Upload reference material when you want the output grounded in specific documents.

<Info>
  WriterzRoom source quality controls support better drafting and review. They do not replace independent fact-checking or professional verification.
</Info>

<CardGroup cols={2}>
  <Card title="Multi-Agent Pipeline" icon="network" href="/architecture/multi-agent-pipeline">
    See where source quality fits in the generation workflow.
  </Card>

  <Card title="Glossary" icon="book-open" href="/getting-started/glossary">
    Review key WriterzRoom terms and concepts.
  </Card>
</CardGroup>
