# Dictionary

### Dictionary

The **Dictionary** extension contains two dictionaries - English and Bahasa Indonesia. The English dictionary is sourced from [Merriam-Webster](https://www.merriam-webster.com) and [WordNet](https://wordnet.princeton.edu). Meanwhile, the Indonesian dictionary is sourced from the [Kamus Besar Bahasa Indonesia](https://kbbi.kemdikbud.go.id), abbreviated as KBBI.

![](/files/wKWrv63Szp2QJW5yJCY4)

This extension will be active when you click a span. This will show the part of speech and definition entries. You can change the desired dictionary set by clicking the three-dot menu in the top-right corner.


---

# Agent Instructions: 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:

```
GET https://docs.datasaur.ai/advanced/extensions/dictionary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
