# WorkSpaces (Personal)

In this section, you can configure settings for **WorkSpaces (Personal)** in the WSM interface.

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

**General Settings** \
\&#xNAN;*settings that control update frequency and core enablement options.*

* **WorkSpaces**: Enable/Disable AWS WorkSpaces.
* **WorkSpace Update Frequency:** Automatically update the local database with up-to-date information at regular intervals.

To avoid unnecessary API calls it is recommended to set frequency to 90 mins

* **Auto Provision:** Enable [Auto-Provisioning](/admin/configuration-section/ap-profiles.md) of WorkSpaces via Active Directory groups.

{% hint style="info" %}
Removing a user from the AD group will not terminate the WorkSpace. This functionality can be obtained in conjunction with Auto-Delete
{% endhint %}

* **Auto Provision Frequency:** Define polling interval for auto-provisioning. This checks the AD groups in your AP profiles at specific time periods.

{% hint style="info" %}
If it finds a user in an AD group that does not have a WorkSpace, it auto-provisions one for them based on the Auto-Provisioning settings that you have specified.
{% endhint %}

**Lifecycle Management** \
\&#xNAN;*automate behavior based on activity, duration, and workspace state.*

* **Use Global AutoStop Time:** Sets a global time for auto-stop all the WorkSpaces in this mode.
* **AutoStop Timeout:** Set idle time (hours) before WorkSpaces are auto-stopped.
* **AutoDelete:** Enable automatic deletion after a defined duration.

{% hint style="danger" %}
If you do not want the WorkSpace to be automatically deleted, ensure that the **"AutoDelete"** tag is **NOT** applied.
{% endhint %}

* **AutoDelete Exclude Not Connected:** When enabled WorkSpaces that have never been logged into will not be automatically deleted.
* **AutoStop on AutoDelete:** Automatically convert an Always-on WorkSpace to Auto-stop.
* **Simulate AutoDelete:** If enabled will simulate a deletion in the service logs.
* **Terminate Never Connected Days:** Defines the number of days after which a WorkSpace that has never been connected to will be terminated (when **AutoDelete Excluded Not Connected** is disabled.)

**Rebooting & Resiliance** \
\&#xNAN;*control system rebooting behavior and regional fault tolerance.*

* **Auto Reboot:** Enables the Auto Reboot function.
* **Unhealthy Reboot:** If enabled, the service checks every 10 minutes for WorkSpaces marked as Unhealthy. If still unhealthy upon recheck, they are rebooted or moved off the hypervisor.
* **Auto Reboot Tag Name:** Specify a custom tag name to define the scheduled reboot time for WorkSpaces. For configuration steps, visit [Auto Reboot Setup](/admin/appendices/auto-reboot-setup.md).

{% hint style="success" %}
By default Auto Reboot will happen at 3am
{% endhint %}

* **Multi Region Resiliance:** Only enable this if you have configured Multi Region Resiliance, Associates secondary WorkSpace for primary.
* **Remove Standby on Termination:** Determines if standby resources are automatically terminated with the primary WorkSpace.

**Identity & Display** \
\&#xNAN;*customize how user identity is displayed on the WorkSpaces.*

* **Display Real Name:** Show real name for user in System.
* **Display Username:** Shows the username on WorkSpaces.

**Storage & Security** \
\&#xNAN;*manage volume encryption and resource thresholds.*

* **Disable Volume Encryption By Default:** To use non-encrypted volumes by default, enable the option to disable encryption.
* **Volume Space Alert Threshold (%):** Alert if root/user volume usage is too high


---

# 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.nuvens.cloud/admin/configuration-section/settings/workspaces-personal.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.
