> For the complete documentation index, see [llms.txt](https://docs.welkinhealth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.welkinhealth.com/admin/dictionaries/dictionaries.md).

# Dictionaries

Dictionaries are organization-wide reference data sets that can be used across Welkin — in assessments, Custom Data Types (CDTs), automations, and message templates. Common examples include CPT codes, ICD-10 codes, medication lists, and other standardized lookup values.

***

## Viewing dictionaries

The **Dictionaries** screen in Admin lists all dictionaries configured for your organization. By default, there are none — all dictionaries are created by your team.

***

## Creating a dictionary

1. Click the **Create Dictionary** button
2. Enter:
   * **Name** — internal identifier (used in Designer when referencing the dictionary)
   * **Title** — human-readable label shown in the UI
3. Click **Submit**

***

## Adding data to a dictionary

Because dictionaries typically contain large data sets (hundreds or thousands of codes), the data is **not entered manually through the UI**. Instead:

1. Prepare your data set in the required format (CSV or as specified by your implementation team)
2. Submit a **JSM (Jira Service Management) ticket** to Welkin with the data set attached
3. Welkin will upload the data to your dictionary

For updates to an existing dictionary (adding codes, removing deprecated entries), follow the same JSM ticket process.

***

## Using dictionaries

Once created and populated, a dictionary can be referenced in:

* **CDT field definitions** — as a dropdown source
* **Assessment fields** — as a selectable option list
* **Automation conditions** — to match against coded values
* **Message templates** — to display coded values in communications

Dictionary references are configured in the Designer.

***

## Related articles

* [Admin Portal Overview](/admin/admin.md)
* [Custom Data Types](https://docs.welkinhealth.com/designer/custom-data-types-cdt-designer)
* [Create an Assessment or Form Template](https://docs.welkinhealth.com/designer/how-to-create-an-assessment-or-form-template)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.welkinhealth.com/admin/dictionaries/dictionaries.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
