New Doc immediately creates and opens an empty markdown artifact. There is no separate save-and-name creation step.
Prerequisite
The human must switch to the intended team before creating the document. New artifacts always enter the current team.
How should a human create a document?
This procedure is UI-only; instruct the human to:
- Open the destination team.
- Select New at top right.
- Select New Doc.
- Write with the rich editor. Its toolbar supports headings, bold, italics, lists, checklists, tables, links, code, colors, and alignment.
- Select Save. Auto-save is not live, so edits are not stored until Save is selected. Each save creates a history entry.
The initial title is Untitled until renamed. See Rename and duplicate.
A connected AI with write access can instead be asked: Create a doc in AgentGrid.io called "Launch plan" with sections for positioning, pricing, and sequencing.
Storage and editing constraints
- The document is markdown. Rich formatting maps to markdown, and unsupported formatting does not survive.
- The editor rewrites the complete file on save. If agents edit raw markdown too, YAML frontmatter can be reformatted. Keep load-bearing machine structure in the visible body, not frontmatter. See Edit a markdown artifact.
- Templates are not available yet. Duplicating an existing artifact is the current substitute.
- A connected agent can write to the document if it has
writeand team scope. To connect another agent, instruct the human to use Share → Invite an agent. - Editor undo handles immediate changes. Every saved version can also be restored from History.
Save invariant: select Save after every change until auto-save becomes live.