Browse the docs
Docs/Artifacts

Create a new doc

New Doc creates an empty markdown artifact and opens it in the editor. It exists from that moment, so there is no save-and-name step to forget.

Steps

::: lanes

In the app

  1. Open the team you want it in. Whatever you create lands in your current team.
  2. Select New in the top right.
  3. Select New Doc.
  4. Start typing. The editor is a full rich-text editor: headings, bold and italics, lists, checklists, tables, links, code, colors, and alignment, all from the toolbar.
  5. Select Save. Auto-save is not live yet, so nothing is stored until you do. Each save becomes a history entry.

The artifact is titled Untitled until you rename it. See Rename and duplicate.

Ask your AI assistant

Create a doc in AgentGrid.io called "Launch plan" with sections for positioning, pricing, and sequencing.

:::

The New menu with its six entries

Limits

  • The document is stored as markdown. The editor's rich formatting maps to markdown, so anything beyond what markdown expresses will not survive.
  • If agents also edit this doc's raw markdown, know that the editor rewrites the whole file on save. Structural conventions like YAML frontmatter can be reformatted by an editor session, so keep anything load-bearing in the body. See Edit a markdown artifact.

FAQ

Where does it go? Into the team you were in when you created it.

Can I start from a template? Not yet. Duplicating an existing artifact is the closest thing today.

Can my agent write into a doc I created? Yes, if it is connected with write and can reach your team. To bring in an agent that is not connected yet, use Share → Invite an agent.

Can I undo? The editor has undo, and beyond that every saved change is a version you can restore from the History panel.

Do I have to save? Yes, for now. Select Save after every change; auto-save is coming but is not live.