> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/configuration-section/settings.md).

# Settings

This is the main setup page. Key entries have already been populated during installation and initial setup.

The top section provides a summary of essential system information, such as the version and licensing details. You can view the WorkSpaces Manager version (including any available updates), the number of licenses procured, the current number of licenses in use, and the license expiry date.

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

The settings page is divided into the following parts:

1. [Licensing](/admin/configuration-section/settings/licensing.md)
2. [Enterprise Settings](/admin/configuration-section/settings/enterprise.md)
3. [Active Directory](/admin/configuration-section/settings/active-directory-single-or-multiple-domains.md)
4. [WorkSpaces (Personal)](/admin/configuration-section/settings/workspaces-personal.md)
5. [WorkSpaces (EC2)](/admin/configuration-section/settings/workspaces-ec2.md)
6. [WorkSpaces (Secure Browser)](/admin/configuration-section/settings/workspaces-secure-browser.md)
7. [WorkSpaces (Pools)](/admin/configuration-section/settings/workspaces-pools.md)
8. [WorkSpaces (Applications)](/admin/configuration-section/settings/workspaces-applications.md)
9. [Amazon Web Services](/admin/configuration-section/settings/amazon-web-services.md)
10. [Remote Service Account](/admin/configuration-section/settings/remote-service-account.md)
11. [Email](/admin/configuration-section/settings/email.md)
12. [Auto Change Compute Type](/admin/configuration-section/settings/auto-change-compute-type.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nuvens.cloud/admin/configuration-section/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
