> ## 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 Web Component

> Drop-in web component for dictation

The [Dictation Web Component](/sdks/dictation-component) handles microphone management, push-to-talk, command parsing, and editor wiring out of the box.

```html theme={"system"}
<medera-dictation
  access-token="..."
  language="en-US"
  punctuation="smart"
></medera-dictation>

```

See the [Dictation Web Component reference](/sdks/dictation-component) for full API.
