# Retrieve Push User ID

You can retrieve your Push User ID using the following steps. This ID can be used for sending test notifications using the `Subscriber ID / Push ID` segment condition or provided to your account manager for debugging purposes.

Using the device on which you are subscribed to notifications bring your application into the foreground and background 4 times within 20 seconds. After completing this you should get an indication that the Push User ID has been copied to the clipboard.

**iOS Example**

After performing the steps on iOS a modal will show on the device that informs you that the Push ID has been copied to the clipboard.

![](/files/EUPGHQSucxii10d771Nh)

**Android Example**

After performing the steps on Android a component will show in the bottom left of the device with options to share the Push ID.

![](/files/AHnvb3hQubuZ7y0jxyZE)


---

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