# Incognito session

Use Screendesk in private browsing when you need a clean session.

Private browsing is useful for testing without existing cookies or cache.

To use the extension in private windows, you must allow it in your browser settings.

### What works in private browsing

You can capture the same types of reports as normal, including:

* Screenshots and annotations
* Screen recordings
* Instant Replay
* Console logs, network requests, and environment details (browser, OS, viewport)

{% hint style="info" %}
Private browsing does **not** prevent data capture. It only isolates your browsing session.
{% endhint %}

### Enable Screendesk in private windows

{% tabs %}
{% tab title="Chrome (Incognito)" %}
{% stepper %}
{% step %}

### Open extension settings

Go to `chrome://extensions` in the address bar.
{% endstep %}

{% step %}

### Allow Incognito

1. Find the **Screendesk** extension.
2. Select **Details**.
3. Turn on **Allow in incognito**.
   {% endstep %}
   {% endstepper %}

<figure><img src="/files/708wIaRbDFR5XhFF7bBw" alt=""><figcaption></figcaption></figure>

You should now see the Screendesk icon in Incognito windows.
{% endtab %}

{% tab title="Firefox (Private)" %}
{% stepper %}
{% step %}

### Open add-ons

Go to `about:addons` in the address bar.
{% endstep %}

{% step %}

### Allow private windows

1. Find the **Screendesk** extension.
2. Select the extension name.
3. Under **Run in Private Windows**, choose **Allow**.
   {% endstep %}
   {% endstepper %}

You should now see the Screendesk icon in Private windows.
{% endtab %}

{% tab title="Edge (InPrivate)" %}
{% stepper %}
{% step %}

### Open extension settings

Go to `edge://extensions` in the address bar.
{% endstep %}

{% step %}

### Allow InPrivate

1. Find the **Screendesk** extension.
2. Select **Details**.
3. Turn on **Allow in InPrivate**.
   {% endstep %}
   {% endstepper %}

You should now see the Screendesk icon in In Private windows.
{% endtab %}
{% endtabs %}

### FAQ

<details>

<summary>Does incognito mode affect the quality of bug reports?</summary>

No. You get the same data capture as normal, as long as the extension is allowed in private windows.

</details>

<details>

<summary>Can I use Screendesk in private windows without enabling this setting?</summary>

No. Browsers require explicit permission for extensions in private browsing.

</details>

<details>

<summary>Will my private browsing data be saved in Screendesk reports?</summary>

Screendesk captures what you choose to record (screens, events, logs). It does not record unrelated tabs or your general browsing history.

</details>


---

# 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://docs.screendesk.io/bug-reports/capturing-a-bug-report/incognito-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.
