# insertContent The `insertContent` command adds a passed value to the document. See also: [setContent](/api/commands/set-content), [clearContent](/api/commands/clear-content) ## Parameters `value: Content` The command is pretty flexible and takes plain text, HTML or even JSON as a value. ## Usage ```js // Plain text editor.commands.insertContent('Example Text') // HTML editor.commands.insertContent('