> ## Documentation Index
> Fetch the complete documentation index at: https://pipit.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Dictionary

> Add custom words and text replacements

## Overview

Add word corrections so Pipit automatically fixes misrecognitions. For example, if "Kubernetes" is often heard as "Coober net ease", add both forms and Pipit will correct it.

## Adding a Correction

<Steps>
  <Step>
    Go to **Settings** → **Dictionary**
  </Step>

  <Step>
    Click **Add Entry**
  </Step>

  <Step>
    Enter the correction in comma-separated format:

    ```
    misheard_form,correct_form
    ```

    Example: `Coober net ease,Kubernetes`
  </Step>

  <Step>
    Click **Save**
  </Step>
</Steps>

## Best Practices

* Add the exact misheard form, not what you intend to say
* Focus on words that are consistently misrecognized
* Test entries after adding them
