---
title: "NODUS wiki (project knowledge)"
description: "Order Lab Wiki tab and Admin Wiki — Postgres Markdown vault for buyer and integrator project knowledge (NODUS-shaped pages, wikilinks, MCP)."
locale: "en"
---
# NODUS wiki (project knowledge)

Order Lab **Wiki** (`?tab=wiki`) is the project-scoped view of the clone **Admin Wiki** vault — Markdown pages with `[[wikilinks]]`, optional product NODUS pages, and the same kernel agents use via ring-mcp. It is **not** the filesystem `/docs` MDX library.

| Surface | Path |
|---------|------|
| Buyer | `/my-orders/[id]?tab=wiki` |
| Integrator | `/my-jobs/[id]?tab=wiki` |
| Admin vault | `/admin/wiki` |

### For founders

## Why use the wiki on your order

Chat forgets. Put brand decisions, MX records, WalletConnect Project ID notes, and go-live checklists into the **order wiki** so the next integrator session starts from written truth.

### Operator habits

- After setting Secrets, add a short page: *Env sources* (which console → which key).
- Link playbook steps that blocked you.
- Prefer wiki over pasting long secrets into the Project room (store secrets only on Secrets tab).

Full feature doc: [Admin Wiki](/docs/features/admin-wiki.md).

### For developers

## Kernel pointers

| Layer | Location |
|-------|----------|
| Kernel | `features/wiki/**` |
| Collections | `wiki_pages`, `wiki_links`, `wiki_events` |
| HTTP | `/api/wiki`, `/api/wiki/[id]` |
| MCP | `ring-wiki-*` on `/api/mcp/v1/wiki*` |

Depth: [Admin Wiki](/docs/features/admin-wiki.md) · [Ring MCP](/docs/development/ring-mcp.md).

## Related documentation

  
- [features/admin-wiki](/docs/features/admin-wiki.md) — Deep-dive: vault ACL, wikilinks, Store Research NODUS pages.

  
- [configuration/playbook](/docs/configuration/playbook.md) — Same-workflow: playbook tab checklist beside wiki notes.

  
- [features/owner-project-lab](/docs/features/owner-project-lab.md) — Prerequisite: Order Lab tabs including wiki.

  
- [configuration](/docs/configuration.md) — See-also: configuration hub.
