Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

Dictation commands let the clinician control the editor by voice. Medera ships a default command set; you can extend it per deployment.

Default commands

PhraseCommandArgs
”new paragraph”new_paragraph
“next section”next_section
“period”period
“comma”comma
“scratch that”delete_last
“go to assessment”goto_sectionassessment

Custom commands

{
  "name": "insert_template",
  "phrases": ["insert template {name}"],
  "args": { "name": "string" }
}
See Dictation Commands best practices.