> For the complete documentation index, see [llms.txt](https://docs.firework.com/firework-for-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firework.com/firework-for-developers/web/telemetry-console.md).

# Telemetry console

![](/files/hnA0P1mpY5Y39py4Tmbi)

Firework Embed feed provides aditional telemetry console which can be enabled by executing small javascript code snippet either from url bar or JS console (Command+Option+J).

```javascript
window._fwn.console()
```

Recommended way is to create browser Bookmarklet. [More about bookmarklets.](https://en.wikipedia.org/wiki/Bookmarklet)

## Google Chrome guide

### Step 1

Click the **star** next to url in browser's address bar to open bookmark edit modal.

![Google Chrome address bar.](/files/BgKfCM1WUnCSmNkusOEY)

### Step 2

Click **More...** to edit bookmark address.

![Edit Bookmark modal in Google Chrome.](/files/lP37RHlBuaOb3WrZszmD)

### Step 3

**Copy and paste** code below to the **URL** field. Modify name if necessary and save

```javascript
javascript: (window._fwn ? window._fwn.console() : alert('FWN could not be found.'))
```

![Paste the code into bookmark's URL field.](/files/NtZy0ISNfuub3J1j4pwD)
