How to insert references in the document

Hi,
we are trying to explore to allow us to edit document templates online.
It require us to link other child documents.
In word we usually insert these references using Ctrl+K
Please let me know if this can be achieved by GroupDocs editor?

Thanks,
Priyanka

@priyanka9

Do you intend to develop your own web application for the mentioned requirements? Please note that the API is UI-Agnostic. This is the sole workflow supported by the API.

In order to edit a document with GroupDocs.Editor, user must perform several sequential steps: load document into GroupDocs.Editor (using optional load options), open document for editing (with optional edit options), generate HTML markup with resources (using different options and settings), and pass this markup to the 3rd-party WYSIWYG HTML-editor. Then end-user edits the document content, and when he finish editing and submits the edited document, this modified markup should be transferred back to the GroupDocs.Editor and converted to the output document of desired format.