# 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.


---

# 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.userdesk.io/product-guides/chat-widget-changelog.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.
