# Zuwiki

## Publish Your First Page

> Category: Getting Started

---

## Pages

- [Welcome to Zuwiki](https://docs.zuwiki.com/welcome-to-zuwiki)

### Getting Started

- [Create Your First Wiki](https://docs.zuwiki.com/getting-started/create-your-first-wiki)
- [Organize with Categories](https://docs.zuwiki.com/getting-started/organize-with-categories)
- [Publish Your First Page](https://docs.zuwiki.com/getting-started/publish-your-first-page)

### Core Concepts

- [Wikis, Categories, and Pages](https://docs.zuwiki.com/core-concepts/wikis-categories-and-pages)
- [Page Lifecycle](https://docs.zuwiki.com/core-concepts/page-lifecycle)
- [Page History and Restore](https://docs.zuwiki.com/core-concepts/page-history-and-restore)

### Access & Sharing

- [Public vs Internal Wikis](https://docs.zuwiki.com/access-sharing/public-vs-internal-wikis)
- [Visibility for Public Wikis](https://docs.zuwiki.com/access-sharing/visibility-and-access)
- [Share Links](https://docs.zuwiki.com/access-sharing/share-links)
- [Access Grants](https://docs.zuwiki.com/access-sharing/access-grants)
- [Classification and Sensitivity](https://docs.zuwiki.com/access-sharing/classification-and-sensitivity)

### Editor Guide

- [Markdown Basics](https://docs.zuwiki.com/editor-guide/markdown-basics)
- [Linking Between Pages](https://docs.zuwiki.com/editor-guide/linking-between-pages)
- [Icons and Visual Touches](https://docs.zuwiki.com/editor-guide/icons-and-visual-touches)
- [Rich Content Blocks](https://docs.zuwiki.com/editor-guide/rich-content-blocks)
- [OpenAPI Pages](https://docs.zuwiki.com/editor-guide/openapi-pages)

### Plans & Account

- [Plans and Limits](https://docs.zuwiki.com/plans-account/plans-and-limits)
- [Custom Domain](https://docs.zuwiki.com/plans-account/custom-domain)
- [Zuwiki for Open Source](https://docs.zuwiki.com/plans-account/zuwiki-for-open-source)

### Integrations

- [MCP Server](https://docs.zuwiki.com/integrations/mcp-server)

---

# Publish Your First Page

A new page starts as a **draft**. Drafts are visible to editors but hidden from regular readers. Publishing makes the page part of the wiki for everyone with access.

## Steps

1. Open the page you want to share.
2. Read it once from top to bottom. Spelling and tone are easier to fix before publication.
3. Switch the page status from **Draft** to **Published**.

That is the whole flow. There is no separate approval step by default, so think of publishing as a soft commit, not a release.

## A small checklist before you publish

- The title says what the page is about, not how it was created.
- The first paragraph tells the reader what they will learn.
- Links to related pages exist where a reader would naturally ask **and then what**.
- Code blocks have a language hint so syntax highlighting works.
- The page has an owner or a maintaining team listed somewhere.

## After publishing

A published page can still be edited. Every save creates a new entry in the page history, so reverting an unwanted change is one click away. If a page becomes stale, set it back to **Archived** rather than deleting it, the history stays and search results can point readers to a replacement.
