# Dictionary

<figure><img src="https://1844075039-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUEEEG0B7Uk04yjOhgDwT%2Fuploads%2Fgit-blob-a2477ae21a9de23c446e87f118acce2c55e33b6b%2F143-dict.png?alt=media" alt=""><figcaption></figcaption></figure>

Nitrocid KS features a dictionary supplied as a separate addon to allow you to get a definition of an English word. You can define a word of your choice, as long as it's found in the back end, which is the [Free Dictionary API](https://dictionaryapi.dev/).

{% hint style="info" %}
`dictionaryapi.dev` API is licensed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0).
{% endhint %}

This feature can be used by executing the `dict` command, passing it a word that you want to define, such as `hello` or `goodbye`. The dictionary command provides you with the following information:

* Word
* Word meaning
  * Part of speech
  * Definition
  * Example in sentence
  * Meaning-based synonyms
  * Meaning-based antonyms
* Base synonyms
* Base antonyms

The availability of said information can vary, depending on a word and on a part of speech used in various meanings.
