> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/widget/functioning-customization/methods/widget-window-state.md).

# Widget window state

> Pass the value to widget\_state property as "yes" in case if you want to hide and "no" to make the widget appear

```
window.acquire = window.acquire || [];
acquire.push(function(app){
    app.applyAction("update-settings",{"crm.widget_state_unsave":"no"});
})
```
