TawkTypeDocs

Settings reference

Find every settings page, the main defaults, valid numeric ranges and the vocabulary file format.

On this page

Open, change and save#

Open Settings from the status bar or tray controls. Most edits are kept in a draft until you click Save. Cancel discards the ordinary pending settings edits. Actions such as downloading or deleting models, clearing history, forgetting a key and confirming Delete my data act separately; they are not undone by cancelling the settings window.

If Save is disabled, read the validation message under a numeric field. Invalid values are not silently clamped to an allowed number. Guided first-run setup is different: it saves each choice as you make it so the following step can use that choice.

Actual app screenshot. The documentation follows current behavior even when a screenshot shows earlier labels.

The eight settings pages#

PageControls and actionsDetailed guide
GeneralStatistics, file size, Open data folder, Delete my data, deletion on uninstall, Windows startup, updates and About links.Updates · Data removal · Licence
TranscriptionEngine, language, microphone, Whisper model, download/cancel and model deletion.Speech engines
ActivationPush-to-talk, toggle, suppression, tap threshold, insertion method, sounds and recording limit.Shortcuts & recording
ModesActive mode, cycle shortcut, per-mode cleanup switches, tone and additional spellings.Modes & local cleanup
AppearanceSystem/light/dark theme, idle visibility and bar position.Status bar & appearance
VocabularySpellings, replacements, snippets, JSON import/export.Vocabulary
AI cleanupPermission, key, forget-key action, model, timeout, dictionary and instructions.Claude rewriting
HistoryLogging, maximum entries, open-on-start, recent entries and deletion.History & corrections

Main defaults#

SettingDefault
Engine / languageAuto / English
Whisper modelLargeV3Turbo
MicrophoneSystem default
Push-to-talkRight Ctrl
Toggle shortcut / mode shortcutBoth unassigned
Minimum hold250 ms
InsertionAuto
Recording limit5 minutes
SoundsOff
Active modeClean prose
Claude rewriteOff
Rewrite timeout2,000 ms
HistoryOn, maximum 200 entries
History windowAlways on top enabled; open on start disabled
ThemeSystem
Status barVisible while idle; bottom centre
Delete data on uninstallOff; local data is kept

Existing installations can retain migrated choices instead of these fresh-install defaults. Check the saved controls on your own PC.

Numeric ranges#

FieldAllowed rangeMeaning of zero
Ignore taps shorter than0–5,000 ms, whole numbersNo minimum hold duration.
Stop recording after0–600 minutes, fractional values allowedNo automatic recording limit.
Give up after250–600,000 ms, whole numbersNot allowed.
Keep at most1–1,000,000 entries, whole numbersNot allowed; use History off to stop retention.

The recording limit is displayed in minutes and stored in seconds. Decimal input follows the current Windows culture, with an invariant-number fallback. A number outside its range shows a specific error before you can save.

Vocabulary JSON format#

A standalone vocabulary export uses three lists. Replacements have From and To; snippets have Trigger and Text. This example is a vocabulary file, not a complete settings file:

Vocabulary JSON
{
  "Spellings": [
    "TawkType",
    "HR",
    "API"
  ],
  "Replacements": [
    {
      "From": "see sharp",
      "To": "C#"
    }
  ],
  "Snippets": [
    {
      "Trigger": "project link",
      "Text": "https://example.com/project"
    },
    {
      "Trigger": "my signature",
      "Text": "Alex Morgan\nCustomer Support"
    }
  ]
}

The importer accepts property names without case sensitivity. Empty or incomplete entries are filtered; a file with none of the three populated lists is rejected. Import replaces the main vocabulary draft and requires Save to retain it. It does not merge mode-specific terms or change cloud permission.

Editing the settings file#

settings.json is a readable JSON representation of the application settings, with enum names stored as strings. Prefer the Settings window because it validates values and applies the change to the running app.

If you deliberately edit the file, close TawkType first and keep a backup. Malformed JSON can cause the app to load defaults. The current implementation does not provide a full transactional recovery and merge system for competing settings writes.

Do not place an API key in this file. The supported paths are the protected key field or the separate environment variable described in key storage.

Search guides and settings. Everything is searched in your browser.
browse Enter openSearch stays on this device