> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/accounts/details/lists.md).

# List Columns

Reference for the columns of the main Account listings.

> #### 📘 Scope: yours or your clients'
>
> The listings for **Home** (Subscriptions, Users and Events) have two tabs: one for your organization and another for your clients'.&#x20;
>
> The columns **may vary between tabs**: the clients view adds columns, such as the organization that each item belongs to.

### My Profile > Organizations

The organizations you belong to.

| Column            | What it shows                                                |
| ----------------- | ------------------------------------------------------------ |
| Organization name | The name of each organization.                               |
| Permissions       | Your role in that organization (for example, Administrator). |
| Actions           | The actions available for that organization.                 |

Includes a search by name.

### Home > Subscriptions

The columns depend on the tab.

**My subscriptions** — those of your own organization.

| Column  | What it shows                                                                              |
| ------- | ------------------------------------------------------------------------------------------ |
| Name    | The subscription name.                                                                     |
| Service | The service type (Servers, Remote Desktop, Disaster Recovery, storage, DNS, among others). |
| Date    | The subscription creation date.                                                            |
| Actions | The actions available for the subscription.                                                |

**Client subscriptions** — those of your clients' organizations. Adds columns.

| Column       | What it shows                                                        |
| ------------ | -------------------------------------------------------------------- |
| Name         | The subscription name.                                               |
| Service      | The service type.                                                    |
| Organization | The organization the subscription belongs to.                        |
| Date         | The creation date.                                                   |
| Licenses     | The number of associated licenses, when applicable.                  |
| Zones        | The location where it is deployed (for example, EU-MAD3 or EU-PAR1). |
| Version      | The service version, with its status (for example, Pending).         |
| Actions      | The actions available for the subscription.                          |

From here you contract with **New subscription**.

## Home > Users

The columns depend on the tab.

**My users** — those of your own organization.

| Column   | What it shows                                             |
| -------- | --------------------------------------------------------- |
| Name     | The user's name.                                          |
| Email    | The user's email address.                                 |
| State    | Whether the user is enabled or disabled to access.        |
| Services | The services they have access to, represented with icons. |
| Actions  | The actions available for the user.                       |

**Client users** — those of your clients' organizations.

| Column            | What it shows                              |
| ----------------- | ------------------------------------------ |
| Name              | The user's name.                           |
| Email             | The user's email address.                  |
| Main organization | The main organization the user belongs to. |
| Actions           | The actions available for the user.        |

From here you create users with **New user** or in bulk with **Import users**.

> #### 📘 Organization management is in its own section
>
> The list **Home > Organizations** (with its columns ID, Name, Subscriptions, Sector, Primary contact and Actions) is documented in the section **Organizations**.<br>

### Next steps

* Review why there are tabs for "yours" and "clients'" in [Your resources and those of your clients.](/docs-en/platform/accounts/concepts/resources-and-clients.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.plenit.com/docs-en/platform/accounts/details/lists.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.
