A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
If you just need to read the text contents of a document, you should convert the document to markdown using pandoc. Pandoc provides excellent support for preserving document structure and can show tracked changes:
You need raw XML access for: comments, complex formatting, document structure, embedded media, and metadata. For any of these features, you'll need to unpack a document and read its raw XML contents.
Комплексное создание, редактирование и анализ документов с поддержкой отслеживания изменений, комментариев, сохранения форматирования и извлечения текста. Когда Клоду необходимо работать с профессиональными документами (файлами .docx) для: (1) создания новых документов, (2) изменения или редактирования содержимого, (3) работы с отслеживаемыми изменениями, (4) добавления комментариев или любых других задач, связанных с документами. Источник: vibery-studio/templates.