# Walkthrough

## Open the app

Open the app at <https://fine-ping.glitch.me/>.

## Open DevTools

Right-click `inspect element` and select the `Debugger` tab. Then click `command + P` to search for and open two files:

* `client.js`,
* and `firebase-messaging-sw.js`.

You'll likely need to open the `Application` tab in DevTools and navigate to the `Service Workers` side tab. Then click the link for `firebase-messaging-sw.js` to inspect it in the `Sources` tab.

![client.js](https://goo.gl/3EmcES)

![firebase-messaging-sw.js](https://goo.gl/xoGxvx)

## Video

{% embed url="<https://youtu.be/QaTNDARGH0E>" %}


---

# 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://www.fullstackfirebase.com/cloud-messaging/walkthrough.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.
