yep, show me where it's stored...
Or to view it nicely formatted:
```js console.dir(JSON.parse(localStorage.getItem('quuik_history') || '[]')) ```
That's where every message from this chat is saved.
Have your own question?
Ask Quuik →Or to view it nicely formatted:
```js console.dir(JSON.parse(localStorage.getItem('quuik_history') || '[]')) ```
That's where every message from this chat is saved.