# Way to reset Browser for testing

Occasionally, you may need to test your popup after making alterations, but find yourself unable to view it again because you're already subscribed. Here are some options to overcome this hurdle:

1. **Use Another Browser:** Utilize a different browser where you haven't subscribed to view the updated popup.
2. **Incognito/Private Mode:** Open a new window in your current browser using the Incognito or Private mode to bypass subscription status and view the popup (this might not work all the time)
3. **Add Parameter to URL:** Append "?reload=uppush" to your website's URL and hit enter again. This action should prompt the popup to reappear, facilitating testing with the latest changes.


---

# 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://doc.uppush.io/uppush/technical-support/trouble-shooting/way-to-reset-browser-for-testing.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.
