> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/faq/web-browser-push/retrieve-push-user-id.md).

# Retrieve Push User ID

If a member of your team or a subscriber are having consistent difficultly seeing the opt-in flow, getting Notifications, or other cases related to subscriber experience, please follow the below instructions for retrieving the applicable Push User ID (PUID). This information can be sent to your Account Manager for additional assistance:&#x20;

* Using the device on which you subscribed or wish to subscribe - go to the homepage of the site on which you are having issues, [<mark style="color:blue;">alloceannews.com</mark> ](https://documentation.pushly.com/faq/web-browser-push/www.alloceannews.com)for example<br>
* Add *?push\_debug=1* to the end of the  URL and press Enter. The resulting URL in this example would be:
  * [<mark style="color:blue;">https://www.alloceannews.com/?push\_debug=1</mark>](https://www.alloceannews.com/?pushly_debug73485=1)
  * Replace “alloceannews.com” with the domain on which you are trying to solve an issue, resulting in <https://www>.*yourdomain.com*/?push\_debug=1<br>
* Scroll until you see the blue “Push SDK” tab (usually on the left side of the screen, towards the bottom of the page)<br>
* Click on the tab and Copy the details and send the information to your account manager[<br>](https://www.alloceannews.com/?pushly_debug73485=1)

  <figure><img src="/files/tIakFCVVpM68G4RLx6tW" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bBoD0pkkFavBQjbGPjnt" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.pushly.com/faq/web-browser-push/retrieve-push-user-id.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.
