> For the complete documentation index, see [llms.txt](https://docs.nuken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuken.xyz/the-basics/your-workspace/viewing-the-console.md).

# Viewing the console

See what's going on under the hood...

Depending on what framework / markup you're using, you may find it helpful to log things to the console via `console.log` (or other methods). That's why we've included an easy way for you to debug your projects with the **project console**.

<figure><img src="https://324211496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlBO-Je5kwyo8aFQDUg%2Fuploads%2FuVCbGdGqPcwaX7AuhMWB%2Fimage.png?alt=media&amp;token=b45bf7f3-6d51-42bb-a347-dce84badfcc1" alt=""><figcaption><p>A wild console appears!</p></figcaption></figure>

As you can see pictured above, the project console hovers near the bottom of your workspace. Any time a console event fires, your message is written to the pop-up window, and a notification bubble is shown onscreen.

`console.log`, `console.warn`, and `window.onerror` all appear in the project console. You can copy the messages displayed with the click of a button, or view helpful information on [Stack Overflow](https://stackoverflow.com). To help you keep track of message order, the time is displayed alongside each message, in 24-hour format.

{% hint style="warning" %}
The project console is cleared every time you click ▶️ and the preview area is refreshed, so make sure to download any important logs you'd like to save. If you'd like to get rid of a project console message, give it a good ol' double-click. But be warned, **deleted console messages cannot be recovered**.&#x20;
{% endhint %}

{% hint style="success" %}
Disabling notifications in the **Settings Menu** will not hide notifications shown in the project console.
{% endhint %}
