# Welcome to WorkSpaces Manager

{% hint style="info" %}
**Custom Agent:** The **WSM Agent** by Nuvens collects hourly metrics on processor and memory usage, available disk space for root and user volumes, logon and logoff events, periods of inactivity, disconnect times, and more. This data helps monitor and optimize WorkSpaces performance effectively.
{% endhint %}

## Overview

**WorkSpaces Manager** is available as a standalone product and operates with a 3-tier architecture:

1\) **The Back-end tier:** Powered by MS-SQL, it supports various versions (Express, Web, Standard, and Enterprise) and can be deployed on AWS using either EC2 or RDS.

2\) **The Application tier:** Known as the **Management Portal**, this layer utilizes .NET on a IIS web server running on Microsoft Windows.

3\) **The Presentation tier:** This tier delivers the application interface to users. It can leverage a Microsoft Windows Web Server or an AWS Network Load Balancer, and can include DNS configuration, SSL certificate offloading, and enhanced security features such as Web Application Firewalls (WAF) or honeypots.

## Guides

Access documentation to help you **install**, **configure**, and **manage** WorkSpaces Manager:

* [**Installation Guide**](/install/workspaces-manager-installation-guide.md)
* [**Administration Guide**](/admin/workspaces-manager-administration-guide.md)
* [**Architecture Guide**](/architecture/workspaces-manager-architecture-guide.md)


---

# 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/welcome-to-workspaces-manager.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.
