---
{
  "id": "platform.memo.overview",
  "topic": "memo",
  "title": "Conversation Memo overview",
  "locale": "en",
  "version": "2026-07-24",
  "summary": "Memo provides shared pages inside a conversation for meeting records, collective conclusions, announcements, comments, and version history.",
  "content": "Memo is a shared page inside a conversation, including a community conversation. Use it for meeting records, collective conclusions, or announcements that conversation members should see. Choose Note for personal material organized in a notebook. Choose Doc for rich word-processing, layout, or export-oriented documents; Markdown is only a lossy projection of a Doc. Do not route those Note or Doc requests to Memo.\n\nPage actions create, list, fetch, update, and delete shared pages. Comment actions add, list, fetch, update, and delete a flat page-level discussion. Version actions list or fetch immutable snapshots and restore an older snapshot as a new current version. Generated-document resolvers find Memo pages produced by skill packages; they do not generate content.\n\nReads permit the public surface, while every mutation requires a private conversation. Successful create, update, and restore operations record a version snapshot. Page action results include a deep-link `url`; quote that URL directly in the user response. Runtime registry policy, current action results, persisted state, and typed errors always override this card.\n",
  "aliases": [
    "memo",
    "memo page",
    "shared page",
    "conversation page",
    "meeting notes",
    "shared conclusions"
  ],
  "tags": [
    "memo",
    "overview",
    "shared-page"
  ],
  "relatedActions": [
    "arinova.memo.create_page",
    "arinova.memo.list_pages",
    "arinova.memo.get_page",
    "arinova.memo.update_page",
    "arinova.memo.delete_page",
    "arinova.memo.add_comment",
    "arinova.memo.list_comments",
    "arinova.memo.get_comment",
    "arinova.memo.update_comment",
    "arinova.memo.delete_comment",
    "arinova.memo.list_versions",
    "arinova.memo.get_version",
    "arinova.memo.restore_version",
    "arinova.memo.resolve_generated_documents",
    "arinova.memo.resolve_generated_design_system"
  ],
  "relatedActionPrefixes": [],
  "url": "https://docs.arinova.ai/en/kb/memo/overview/"
}
---

Memo is a shared page inside a conversation, including a community conversation. Use it for meeting records, collective conclusions, or announcements that conversation members should see. Choose Note for personal material organized in a notebook. Choose Doc for rich word-processing, layout, or export-oriented documents; Markdown is only a lossy projection of a Doc. Do not route those Note or Doc requests to Memo.

Page actions create, list, fetch, update, and delete shared pages. Comment actions add, list, fetch, update, and delete a flat page-level discussion. Version actions list or fetch immutable snapshots and restore an older snapshot as a new current version. Generated-document resolvers find Memo pages produced by skill packages; they do not generate content.

Reads permit the public surface, while every mutation requires a private conversation. Successful create, update, and restore operations record a version snapshot. Page action results include a deep-link `url`; quote that URL directly in the user response. Runtime registry policy, current action results, persisted state, and typed errors always override this card.
