# Website management

Website management controls where **Instant Replay** runs.

Use it to always enable trusted apps. Block sensitive sites.

### Lists

You manage two domain lists:

* **Always Enabled Sites:** Instant Replay runs, even on heavy pages.
* **Blocked Sites:** Instant Replay never runs.

{% hint style="info" %}
A domain can only be in one list. Adding it to one list removes it from the other.
{% endhint %}

### Open website management

<div align="left"><figure><img src="/files/o7YTdVEMrnHvYIkEuFwe" alt="" width="563"><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### Open Screendesk

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

{% step %}

### Open settings

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

{% step %}

### Open website management

Click **Manage Websites**.
{% endstep %}
{% endstepper %}

### Manage the current website

<div align="left"><figure><img src="/files/LZ7snYqtum2byT0vadBE" alt="" width="375"><figcaption></figcaption></figure></div>

Website management shows the current domain.

* Click **Always Enable** to add it to the always enabled list.
* Click **Block Site** to add it to the blocked list.

### Add a website manually

{% stepper %}
{% step %}

### Pick a list

Go to **Always Enabled Sites** or **Blocked Sites**.
{% endstep %}

{% step %}

### Add a domain

Click **+**. Enter a domain like `example.com`.
{% endstep %}

{% step %}

### Save

Press <kbd>Enter</kbd> or click **Add**.
{% endstep %}
{% endstepper %}

Screendesk normalizes domains automatically.

* `example.com`
* `https://example.com`
* `www.example.com`
* `https://www.example.com`

All become `example.com`.

### Remove a website

Click **X** next to the domain.

### FAQs

<details>

<summary>How does Screendesk decide whether Instant Replay runs?</summary>

Screendesk checks rules in this order:

1. **Blocked Sites:** always off.
2. **Always Enabled Sites:** always on.
3. **Automatic detection:** off on heavy pages.
4. **Default:** on.

</details>

<details>

<summary>When should I use Always Enabled Sites?</summary>

Use **Always Enabled Sites** for:

* Sites where you report bugs often.
* Apps misdetected as “heavy”.
* Internal tools you trust.

</details>

<details>

<summary>When should I use Blocked Sites?</summary>

Use **Blocked Sites** for:

* Banking and finance sites.
* Healthcare portals.
* Sensitive work apps.
* Any site you want excluded.

</details>

<details>

<summary>Where are my website lists stored?</summary>

* Lists are stored **locally** in your browser.
* Lists are **not synced** to Screendesk servers.
* Each browser profile has separate lists.
* Screendesk doesn’t track your list changes.

</details>

<details>

<summary>Should I add the main domain or a subdomain?</summary>

* Add the main domain, like `example.com`.
* Subdomains are separate, like `app.example.com`.

</details>

<details>

<summary>How many domains should I add?</summary>

Keep lists small. Only the ones that you think are sensitive

</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/settings/website-management.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.
