# How to use a private browsing session

When testing Locksmith configurations, it's frequently useful to open a private browsing session, thus guaranteeing that neither Locksmith nor Shopify will remember any of your previous activity, giving you a clean slate to test with.

All major web browsers support private browsing. Here's how to start a session, in each browser:

* Google Chrome: File → New Incognito Window (Ctrl+Shift+N, or Command+Shift+N)
* Safari: File → New Private Window (Command+Shift+N)
* Firefox: File → New Private Window (Ctrl+Shift+P, or Command+Shift+P)
* Microsoft Edge: File → New InPrivate Window (Ctrl+Shift+N, or Command+Shift+N)

For more information, from the sources, on how to use "private session" (sometimes called an incognito window), use the following links:

* [Chrome (desktop & mobile)](https://support.google.com/chrome/answer/95464)
* [Safari on Mac](https://support.apple.com/guide/safari/browse-in-private-ibrw1069/mac)
* [Safari on iOS](https://support.apple.com/en-us/HT203036)
* [Firefox (desktop)](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history)
* [Firefox (mobile)](https://support.mozilla.org/en-US/kb/private-browsing-firefox-android)
* [Edge (desktop & mobile)](https://support.microsoft.com/en-us/microsoft-edge/browse-inprivate-in-microsoft-edge-cd2c9a48-0bc4-b98e-5e46-ac40c84e27e2)


---

# 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.locksmith.guide/tutorials/more/how-to-use-a-private-browsing-session.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.
