> 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

![](https://688917408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLoGG8m6bokS9YTmS7m%2Fuploads%2Fgit-blob-3b7bb3320b3238f107aa161b4f4094413254b74b%2FScreenshot%202020-11-16%20at%2014.22.49.png?alt=media)

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.](https://688917408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLoGG8m6bokS9YTmS7m%2Fuploads%2Fgit-blob-ccbe26d0757ff572558725733c2fdbe85b249c12%2FScreenshot%202020-11-16%20at%2009.07.47.png?alt=media)

### Step 2

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

![Edit Bookmark modal in Google Chrome.](https://688917408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLoGG8m6bokS9YTmS7m%2Fuploads%2Fgit-blob-d0ea5f5257c2191d4563293a40c46014c5debbbf%2FScreenshot%202020-11-16%20at%2009.08.23.png?alt=media)

### 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.](https://688917408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLoGG8m6bokS9YTmS7m%2Fuploads%2Fgit-blob-6ea2be066cedeef7c08dc08e760364839deaf49e%2FScreenshot%202020-11-16%20at%2008.56.14.png?alt=media)
