What problem does it solve? Content created or edited through the Weegloo CMA does not appear on the CDA delivery API until it is explicitly published, which causes confusing "missing content" bugs when building sites or write-then-read workflows. ## Core Features & Use Cases - Publish Model Reference: Documents that CDA and ACDA serve only published snapshots taken at publish time, never in-progress CMA drafts. - CMA Workflow Guidance: Clarifies that CMA Create and Update operations require a separate Publish call before changes reach delivery, and distinguishes Unpublish (hide from delivery) from Delete (permanent removal). - ACMA Differences: Explains that ACMA auto-publishes on Create and auto-unpublishes on Delete, so no separate publish or unpublish step is needed. - Use Case: A developer updates an article via the CMA but the live site still shows the old version; this Skill explains that a Publish call is required to push the new snapshot to the CDA. ## Quick Start Ask why newly created or updated Weegloo content is not showing up on the CDA delivery API and how to publish it.