> For the complete documentation index, see [llms.txt](https://docs.pushpushgo.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pushpushgo.company/web-push/instructions/subscription-tests.md).

# Subscription tests

In order to check whether you are subscribed for notifications on a given browser, use the test mode. To enter the site in test mode, add ppg\_test\_mode=on to the link and refresh the page. For example, on the fictitious website [www.mypage.com](http://www.mypage.com), the link would look like this: *[www.mypage.com?ppg\\\_test\\\_mode=on](http://www.mypage.com?ppg\\_test\\_mode=on)*.

The green panel at the bottom of the page indicates that you are able to enter test mode. It contains information about whether you already subscribed to notifications, your subscriber ID, and test tags that have been marked.

![Testowanie](/files/qExm5oIM2TAuX8kU35WS)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pushpushgo.company/web-push/instructions/subscription-tests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
