---
title: "FAQ"
description: "Short answers to the questions asked most often about how Blogged works."
updated: "2026-08-29"
verifiedAgainst:
  - packages/shared/src/trial.ts
  - apps/web/lib/server/acquisition-runtime-control.ts
  - apps/web/lib/server/free-opt-in.ts
  - packages/shared/src/free-grant.ts
  - packages/shared/src/autopilot.ts
  - apps/web/lib/pricing-plans.ts
---

<FaqList>
  <FaqItem question="Will Blogged publish to my blog without me?">
    Only if you set it up that way. Autopilot has to be activated per Project, and
    even then a post only publishes without review when its Content Direction is
    set to `auto` and the Project is in Full mode. See
    [safety boundaries](/autopilot/boundaries).
  </FaqItem>
  <FaqItem question="Is the content unique?">
    Every article is generated for your Project, against your own Knowledge
    Engine, in your Content Direction's voice, and Blogged holds identity locks so
    the same Topic is not written twice.
  </FaqItem>
  <FaqItem question="Can I edit what it writes?">
    Yes. Every post opens in a full editor, and nothing prevents you rewriting any
    of it. See [the editor](/content/editor).
  </FaqItem>
  <FaqItem question="Do I need my own domain?">
    No. Every Project publishes to a `blogged.dev` subdomain immediately, and you
    can connect your own domain whenever you like. See
    [custom domains](/blog/custom-domain).
  </FaqItem>
  <FaqItem question="Why is pricing per Project rather than per account?">
    Because a Project is the unit that produces content, and a mature product and
    a new side product do not need the same allowance. One workspace holds many
    Projects on one subscription. See [plans](/billing/plans).
  </FaqItem>
  <FaqItem question="What happens when I hit a limit?">
    Production stops for that Project. On a paid plan it resumes when the billing
    period rolls over; a Free Project's allowance is a lifetime total, so it does
    not come back and upgrading is what lifts it. Nothing is deleted and nothing
    already published is affected. See [usage and limits](/billing/usage).
  </FaqItem>
  <FaqItem question="What does a new account get?">
    Two things are decided at signup and they are separate: the offer your
    account is assigned, and whether it may take a one-time Free allowance
    instead on its first Project. Which combination a new account gets is a
    setting that has changed more than once, so the honest answer is that your
    own plan step shows it. The two possibilities are a three day trial over a
    plan you choose, and a Free grant of 3 posts, 40 Topics, 15 images and 7
    competitors, which never resets and now asks for a public post on X to
    claim. See [the trial](/billing/trial) and
    [the Free grant](/billing/free-grant).
  </FaqItem>
  <FaqItem question="Can I run more than one blog?">
    Yes. Add a Project per product. Each has its own strategy, content, blog and
    plan. See [running several Projects](/workspaces/multiple-projects).
  </FaqItem>
  <FaqItem question="Can I import posts I already wrote?">
    Yes, as markdown, either preserved and polished or rewritten. See
    [importing a draft](/content/import).
  </FaqItem>
  <FaqItem question="Can I export my posts?">
    Yes. Any post can be exported as Markdown from the editor. Do this before
    cancelling, since a cancelled subscription stops the blog being served. See
    [cancelling](/billing/cancel).
  </FaqItem>
  <FaqItem question="Does it work if my product has no website yet?">
    Yes. Write a description and upload what you have. The first setup step
    completes on evidence rather than on a scan. See [Sources](/onboarding/sources).
  </FaqItem>
  <FaqItem question="How do I stop everything for a while?">
    Pause Autopilot to stop production while keeping the blog live, or archive the
    Project to stop it entirely. See
    [pausing and archiving](/workspaces/lifecycle).
  </FaqItem>
  <FaqItem question="Who can see and change things in my workspace?">
    Whoever you invite, according to their role. Spending and billing are limited
    to owners and admins. See [roles](/reference/roles).
  </FaqItem>
  <FaqItem question="Is Blogged reading competitor sites on my behalf?">
    Only the competitors you approved, only their public pages, and only within
    limits. See [BloggedBot](/reference/crawler).
  </FaqItem>
</FaqList>

Anything not answered here: [hello@blogged.dev](mailto:hello@blogged.dev).
