# View recording

View recording controls what happens after you save a capture.

It applies to screenshots, recordings, and Instant Replay.

### What it does

When **on**, Screendesk opens your saved capture in a new tab after upload finishes.

When **off**, the upload runs in the background. You stay on the current tab.

### Turn it on or off

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

{% stepper %}
{% step %}

### Open Screendesk

Click the Screendesk icon in your browser toolbar.
{% endstep %}

{% step %}

### Open settings

Click **Settings** (gear icon).
{% endstep %}

{% step %}

### Toggle View recording

Turn **View recording** **On** or **Off**.
{% endstep %}
{% endstepper %}

Changes save automatically. It applies to future captures.

### How it works

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

{% stepper %}
{% step %}

### Save your capture

Finish a capture. Click **Save**.
{% endstep %}

{% step %}

### Upload runs

The capture UI closes. A notification shows upload progress.
{% endstep %}

{% step %}

### Upload finishes

* **On:** A new tab opens to your capture.
* **Off:** The notification confirms success. No new tab opens.
  {% endstep %}
  {% endstepper %}

### FAQs

<details>

<summary>When should I keep View recording on?</summary>

Keep it on if you:

* Review every capture before sharing.
* Copy the share link right away.
* Add annotations or trim the recording.

</details>

<details>

<summary>When should I turn View recording off?</summary>

Turn it off if you:

* Capture many issues in a row.
* Want zero tab switching.
* Prefer reviewing later from the dashboard.

</details>

### Default

View recording is **off by default**.


---

# 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/settings/view-recording.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.
