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

# Profile and Settings

> Manage your workspace, content preferences, API access, analytics, and account security.

Settings is the control panel for your WriterzRoom workspace.

It is organized into five groups: **Workspace**, **Content**, **Developer**, **Account**, and **Team & Workspace**. Each section saves independently. On desktop, the sidebar remains persistent and sticky. On mobile, sections are accessible through a dropdown selector.

## Settings Overview

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, 1fr)', gap: '10px', 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 }}>Workspace</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Profile, notifications, and appearance.</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</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Generation defaults, brand voice, styles, and verticals.</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 }}>Developer</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>API access and account identifiers.</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 }}>Account</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Billing, analytics, publishing, security, and account controls.</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 }}>Workspace</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Organization profile, team members, credit pool, and audit log. Enterprise plan required.</div>
  </div>
</div>

## Workspace

<CardGroup cols={3}>
  <Card title="Profile" icon="user">
    Update your display name, bio, company, role, language, and timezone. Email is managed by your auth provider and cannot be edited here.
  </Card>

  <Card title="Notifications" icon="bell">
    Toggle email notifications, browser push notifications, and product update communications independently.
  </Card>

  <Card title="Appearance" icon="palette">
    Choose between WriterzRoom, Dark, Light, and System themes. The selection applies immediately across the platform.
  </Card>
</CardGroup>

## Content

<CardGroup cols={2}>
  <Card title="Generation" icon="sliders-horizontal">
    Set your default generation tier, max output length, auto-backup frequency, creativity level, and auto-save behavior. These defaults apply to new generations unless overridden during generation.
  </Card>

  <Card title="Brand Voice" icon="fingerprint">
    View and delete saved brand voice profiles. Each profile shows its extracted tone, voice classification, and creation date. Navigate to [Brand Voice](/product/brand-voice) to analyze new writing samples.
  </Card>

  <Card title="Style Profiles" icon="wand">
    Set a default style profile applied automatically when starting a new generation. The full style profile library remains selectable at generation time.
  </Card>

  <Card title="Corpus and Verticals" icon="building-2">
    Select the industry verticals relevant to your content. Preferred verticals help guide research and source selection toward your domain during generation.
  </Card>
</CardGroup>

## Developer

| Section    | What it controls                                                                                                                                      |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| API Access | View the platform base URL, copy a ready-to-run `curl` example for the generate endpoint, and copy your account ID for API calls and support requests |

Full API reference: [API Overview](/api/overview)

## Account

<AccordionGroup>
  <Accordion title="Billing">
    View your current plan, credit usage and remaining balance, billing cycle reset date, and available upgrade options. Credit pack purchases and plan changes are handled through the billing flow.
  </Accordion>

  <Accordion title="Analytics">
    Review generation activity across selectable time ranges. Metrics include total generations, estimated words produced, success rate, average generation time, and period-over-period percentage changes.
  </Accordion>

  <Accordion title="Publishing">
    Connect and manage publishing platform integrations including Medium, WordPress, Ghost, Dev.to, Hashnode, LinkedIn, and Beehiiv.
  </Accordion>

  <Accordion title="Security">
    Enable or disable TOTP-based two-factor authentication. Setup requires scanning a QR code with an authenticator app and confirming with a 6-digit code. Disabling 2FA also requires a valid authenticator code.
  </Accordion>

  <Accordion title="Account">
    View your account ID, email, role, and plan tier. Export generated content and settings as a JSON file. Permanently delete your account. This action cancels active subscriptions, removes generated content, and cannot be reversed.
  </Accordion>
</AccordionGroup>

## Workspace

Workspace is a dedicated B2B org management hub accessible from the sidebar at `/workspace`. It is separate from Settings and requires an Enterprise plan.

| Tab          | What it controls                                                                                                   |
| ------------ | ------------------------------------------------------------------------------------------------------------------ |
| Organization | Company name, website, primary vertical, and description injected into every team generation as persistent context |
| Team         | Invite members by email, assign roles (Admin, Editor, Viewer), track pending invites, and remove members           |
| Credit Pool  | Org-level credit balance, monthly allocation, and per-member usage breakdown                                       |
| Audit Log    | Chronological feed of all team activity: generations, publishes, member changes                                    |

See [Workspace](/product/workspace) for full documentation.

## Account Deletion

<Steps>
  <Step title="Open Danger Zone">
    Go to **Settings → Account → Danger Zone**.
  </Step>

  <Step title="Confirm deletion">
    Type `DELETE` to confirm the request.
  </Step>

  <Step title="Submit deletion">
    Active subscriptions are cancelled automatically before the account is removed.
  </Step>

  <Step title="Retain your own copy">
    Export any content you wish to retain before deleting. Content cannot be recovered after deletion is complete.
  </Step>
</Steps>

You can also request deletion by contacting [support@writerzroom.com](mailto:support@writerzroom.com). Requests are processed within 30 days.

## Password Reset

Click **Forgot your password?** on the sign-in page and enter your account email.

You will receive a reset link valid for 1 hour. If you signed up with Google, your account does not have a password. Use **Continue with Google** to sign in.

<Tip>
  Review Settings after your first few sessions. That is usually when your usage pattern becomes clear enough to decide which preferences and defaults matter most for your workflow.
</Tip>
