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

# Glossary

> Definitions for the core WriterzRoom concepts used across the product and documentation.

This glossary defines the core concepts used throughout WriterzRoom.

Use it as a reference when reviewing product pages, API documentation, generation workflows, billing details, and platform architecture.

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '5px' }}>Generation</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Terms related to creating, routing, and reviewing content.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '5px' }}>Configuration</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Terms related to templates, styles, verticals, and brand voice.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '12px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800, marginBottom: '5px' }}>Workspace</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)', lineHeight: 1.5 }}>Terms related to saving, editing, exporting, publishing, and API usage.</div>
  </div>
</div>

## Core Terms

<AccordionGroup>
  <Accordion title="Agent">
    A specialized workflow component responsible for one stage of content generation, such as planning, research, writing, editing, formatting, SEO, or publishing.
  </Accordion>

  <Accordion title="Agent Pipeline">
    The coordinated sequence of agents that process a generation request.

    WriterzRoom can use this pipeline:

    **Planner → Researcher → Call Writer → Writer → Editor → Formatter → SEO → Publisher**
  </Accordion>

  <Accordion title="API">
    The programmatic interface for creating content, checking generation status, retrieving templates, retrieving style profiles, and integrating WriterzRoom into external workflows.
  </Accordion>

  <Accordion title="Brand Voice">
    A saved voice profile that helps generated content better match an organization’s communication style.

    Brand voice works alongside templates and style profiles.
  </Accordion>

  <Accordion title="Call Writer">
    The coordination agent that prepares writing instructions from planning and research context before the main draft is generated.
  </Accordion>

  <Accordion title="Content Library">
    The workspace where saved drafts are stored.

    The Content Library supports reviewing, editing, organizing, exporting, and publishing generated content.
  </Accordion>

  <Accordion title="Generation">
    The end-to-end process of creating content from a template, style profile, user inputs, and generation tier.
  </Accordion>

  <Accordion title="Generation Tier">
    The selected processing level for a generation request.

    WriterzRoom supports **Quick**, **Standard**, and **Premium** generation tiers.
  </Accordion>

  <Accordion title="Model Routing">
    The system process that assigns generation work based on tier, workflow stage, template needs, and platform safeguards.
  </Accordion>

  <Accordion title="Publishing Integration">
    A connection or workflow that prepares content for delivery to an external channel or platform.
  </Accordion>

  <Accordion title="Request ID">
    A unique identifier returned when a generation request is submitted through the API.

    The request ID is used to check generation status and retrieve completed results.
  </Accordion>

  <Accordion title="Section Regeneration">
    A workflow for regenerating a specific part of a saved draft instead of rerunning the full generation.
  </Accordion>

  <Accordion title="Slug">
    A URL-safe identifier used for templates, style profiles, and API requests.

    Examples:

    * `blog_article_generator`
    * `general_blog`
    * `technical_dive`
  </Accordion>

  <Accordion title="Source Quality">
    The process of evaluating retrieved research material before it is used in generated content.

    Source quality may consider relevance, authority, recency, and information density.
  </Accordion>

  <Accordion title="Style Contract">
    The boundary between what a style profile controls and what the template controls.

    For example, a style profile may control tone and voice, while the template controls structure and required sections.
  </Accordion>

  <Accordion title="Style Profile">
    A reusable writing configuration that controls tone, voice, depth, pacing, formality, and audience fit.

    WriterzRoom includes a growing library of style profiles.
  </Accordion>

  <Accordion title="Template">
    A reusable content structure that defines what the platform should create.

    Templates control the content type, required inputs, section expectations, and output format.
  </Accordion>

  <Accordion title="Vertical">
    A domain-specific configuration that adds industry context, source expectations, allowed templates, recommended styles, and compliance guidance.

    WriterzRoom supports verticals such as Healthcare, Fintech, Legal, SaaS, Real Estate, Entertainment, and Political & Policy.
  </Accordion>
</AccordionGroup>

## Common Identifiers

| Concept          | Example                        |
| ---------------- | ------------------------------ |
| Template ID      | `blog_article_generator`       |
| Style Profile ID | `technical_dive`               |
| Vertical ID      | `saas_tech`                    |
| Tier             | `standard`                     |
| Request ID       | Generated after API submission |

## Recommended Next Pages

<CardGroup cols={3}>
  <Card title="What is WriterzRoom" icon="sparkles" href="/getting-started/what-is-writerzroom">
    Return to the platform overview.
  </Card>

  <Card title="Quick Start" icon="play" href="/getting-started/quick-start">
    Generate your first draft.
  </Card>

  <Card title="API Overview" icon="code-2" href="/api/overview">
    Learn how to use WriterzRoom programmatically.
  </Card>
</CardGroup>
