---
{
  "id": "platform.doc.overview",
  "topic": "doc",
  "title": "Rich Doc overview and office-surface choice",
  "locale": "en",
  "version": "2026-09-04",
  "summary": "Doc is the private rich word-processing surface for formal, printable content, with thirteen Actions spanning import, editing, lifecycle, and File Center export.",
  "content": "Doc is Arinova’s rich word-processing surface. Canonical storage is ProseMirror JSON; Agents exchange Markdown through Actions. Choose Doc for reports, contracts, page layout, or printable documents. Use Memo for quick text, Note for notebook-organized notes, Slide for presentations, and Sheet for calculations.\n\nThirteen Actions cover create and File Center import; get and list; replace and append; archive, unarchive, and confirmed permanent delete; PDF, docx, HTML, or Markdown export; page settings; and text or block formatting. Export returns bounded metadata and safe links, never document bytes. Registry schemas define the exact fields.\n\nCreate returns `docId`, `version`, `wordCount`, and `pageSettings`; update and append include canonical `contentMd` for verification. Create and import accept an optional writable shared-space ID. An Agent-created Doc grants write access only to that Agent; other Docs require an explicit Agent grant.\n\nSigned-in owners can import `.md`, `.docx`, `.txt`, and `.html` as a new Doc from the Doc page. Files already in File Center can also be converted without creating a duplicate source file; a local `.docx` is first retained in File Center for provenance. The `import_doc` Action accepts supported File Center `.md`, `.docx`, and `.txt` sources; direct text and HTML import is user/CLI-only. Import never replaces the currently open Doc.\n\nThe Agent surface has no public-share, member, Agent-permission, or named-version restore action. All Doc Actions are forbidden on public surfaces. Current schemas, results, typed errors, and permissions override this card.\n",
  "aliases": [
    "doc",
    "rich document",
    "word processing",
    "formal document",
    "Word file",
    "report",
    "contract",
    "appendix",
    "page layout",
    "文件",
    "文書",
    "報告",
    "合約",
    "企劃書",
    "排版"
  ],
  "tags": [
    "doc",
    "overview",
    "office",
    "routing"
  ],
  "relatedActions": [
    "arinova.doc.create_doc",
    "arinova.doc.import_doc",
    "arinova.doc.get_doc",
    "arinova.doc.update_doc",
    "arinova.doc.append_content",
    "arinova.doc.list_docs",
    "arinova.doc.archive_doc",
    "arinova.doc.unarchive_doc",
    "arinova.doc.delete_doc",
    "arinova.doc.export_doc",
    "arinova.doc.set_page_settings",
    "arinova.doc.format_text",
    "arinova.doc.format_block"
  ],
  "relatedActionPrefixes": [],
  "url": "https://docs.arinova.ai/en/kb/doc/overview/"
}
---

Doc is Arinova’s rich word-processing surface. Canonical storage is ProseMirror JSON; Agents exchange Markdown through Actions. Choose Doc for reports, contracts, page layout, or printable documents. Use Memo for quick text, Note for notebook-organized notes, Slide for presentations, and Sheet for calculations.

Thirteen Actions cover create and File Center import; get and list; replace and append; archive, unarchive, and confirmed permanent delete; PDF, docx, HTML, or Markdown export; page settings; and text or block formatting. Export returns bounded metadata and safe links, never document bytes. Registry schemas define the exact fields.

Create returns `docId`, `version`, `wordCount`, and `pageSettings`; update and append include canonical `contentMd` for verification. Create and import accept an optional writable shared-space ID. An Agent-created Doc grants write access only to that Agent; other Docs require an explicit Agent grant.

Signed-in owners can import `.md`, `.docx`, `.txt`, and `.html` as a new Doc from the Doc page. Files already in File Center can also be converted without creating a duplicate source file; a local `.docx` is first retained in File Center for provenance. The `import_doc` Action accepts supported File Center `.md`, `.docx`, and `.txt` sources; direct text and HTML import is user/CLI-only. Import never replaces the currently open Doc.

The Agent surface has no public-share, member, Agent-permission, or named-version restore action. All Doc Actions are forbidden on public surfaces. Current schemas, results, typed errors, and permissions override this card.
