> For the complete documentation index, see [llms.txt](https://docs.userdesk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.userdesk.io/product-guides/chat-widget-changelog.md).

# Chat Widget Changelog

## v1.13.0 — 2024-01-25

Added `Userdesk.askUserQuestion`.\
See the [docs page](/product-guides/javascript-widget.md#ask-questions-on-behalf-of-the-user) for more details.\
\
Added new `escalate-human` prefixed classes to customize the Escalate to Human button.

## v1.10.0 — 2023-10-16

Added `Userdesk.setCustomCSS`\
See the [docs page](/product-guides/customize-widget-css.md) for more information.

## v1.10.1 — 2023-10-18

Replace `console.error` with `console.debug`.\
This is useful in case you have tools like Sentry in place, Userdesk will not consume your quota.\
At the same time, you can check the browser console to see the errors.\
In the future, we will provide a specific mechanism to intercept remote errors for the Userdesk widget.
