# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firework.com/firework-for-developers/web/telemetry-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
