> 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/admin-section/workspaces-personal.md).

# WorkSpaces Personal

In the **WorkSpaces Personal** tab, you’ll find a list of all existing WorkSpaces along with some of their attributes. This list is fully searchable by any of the information displayed in the columns. Some searchable elements include; Region, Computer Name, WorkSpace ID, Production/StandBy, Reg Code, Username, Name, IP Address, Compute, Mode, State, Directory, Protocol, Agent

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

You can also customise the view by selecting which columns are displayed using the **Columns** customisation option in the top right, which opens a drop-down menu allowing you to enable or disable specific attributes.

<figure><img src="/files/4dL4QUmJuVyFAC98m8b8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By clicking on a WorkSpace, you’ll be directed to the [WorkSpaces User Tab](/admin/admin-section/workspaces-user-tab.md), where you can view detailed information and performance metrics, as well as perform a variety of tasks.
{% endhint %}

You can add **custom columns** in **WorkSpaces Personal** by creating a [**Fixed Tag**](/admin/configuration-section/fixed-tags.md) with **Fixed Values** enabled. For example, create a tag named **Country**, then add the permitted values (such as UK and USA). Then enable **Display Column** option next to the Tag.

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

Once the tag has been assigned to a WorkSpace, enable **Dynamic Tags** in **Columns** The custom column will then appear, displaying the assigned tag value for each WorkSpace.

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


---

# 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/admin-section/workspaces-personal.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.
