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

# Security Overview

> Account protection, data handling, and secure workflow practices.

WriterzRoom protects workspace access, account data, generated content, and connected publishing workflows through authenticated access, encrypted transport, scoped data handling, and secure operational controls.

This page summarizes the security posture users should understand before using WriterzRoom for professional content workflows.

## Security 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 }}>Authentication</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Protected workspace access through authenticated sessions.</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 }}>Infrastructure</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Managed production infrastructure with restricted database access.</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 }}>Content Scope</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Generated content remains scoped to the authenticated workspace.</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 }}>Responsible Use</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Secure use depends on account protection and review before publishing.</div>
  </div>
</div>

## Authentication

<CardGroup cols={2}>
  <Card title="Protected sessions" icon="lock">
    WriterzRoom uses authenticated sessions for protected workspace access.
  </Card>

  <Card title="Request validation" icon="shield-check">
    Sessions are validated on protected requests.
  </Card>

  <Card title="Account scoping" icon="user-check">
    Workspace access is scoped to the authenticated account.
  </Card>

  <Card title="Credential safety" icon="key">
    Support will never ask for your password or private credentials.
  </Card>
</CardGroup>

## Infrastructure

* WriterzRoom runs on managed production infrastructure
* Database access is restricted and routed through the application layer
* Public database access is not exposed
* TLS is enforced for frontend and API traffic

## Content and Data

| Area                   | Handling                                                                   |
| ---------------------- | -------------------------------------------------------------------------- |
| Generated content      | Stored in your workspace and scoped to your account                        |
| Model training         | Private workspace content is not used to train WriterzRoom-owned AI models |
| Publishing credentials | Stored securely and not shown in plaintext after initial entry             |
| API-related secrets    | Managed through secure secret management controls                          |

## Secure Workflow Practices

<Steps>
  <Step title="Protect your account">
    Use secure account credentials and avoid sharing account access.
  </Step>

  <Step title="Review content before publishing">
    Confirm accuracy, tone, source quality, and compliance needs.
  </Step>

  <Step title="Apply domain disclaimers">
    Use appropriate disclaimers for Healthcare, Fintech, Legal, Political, and other regulated contexts.
  </Step>

  <Step title="Follow the Terms of Service">
    Use WriterzRoom for lawful professional workflows only.
  </Step>
</Steps>

<Note>
  WriterzRoom is not currently intended for processing protected health information, or PHI, under HIPAA unless a separate written agreement expressly permits that use. Contact [support@writerzroom.com](mailto:support@writerzroom.com) before using the platform for workflows involving regulated or highly sensitive data.
</Note>
