> 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/organizations/detalles/subscriptions.md).

# Subscriptions

The section **Subscriptions** shows the services of that organization.&#x20;

It has two states: the catalog for deploying new services and the view of active subscriptions with their metrics.

### Deploy a service

When the organization does not yet have a service, or when you want to add one, you'll see the catalog: one card per service with a button **Deploy** and a link **More information**. Available services include Servers, Remote Desktop, File Storage, Object Storage, DNS, Disaster Recovery and, from Marketplace, Licenses. The contracting details for each service are in its own documentation.

### Active subscriptions

With contracted services, each subscription is shown as a card with its live metrics and an actions menu (⋮). Depending on the service, you'll see:

| Service           | Metrics shown                                                                                                                                                                         |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Servers           | Cores and GB of RAM, with the consumption percentage per server. It includes a carousel with CPU/RAM usage, primary and secondary storage, and network traffic (upload and download). |
| Remote Desktop    | Sessions and Applications, with active user sessions.                                                                                                                                 |
| File Storage      | GB and Users, with the percentage in use over the total.                                                                                                                              |
| Object Storage    | Quota and Accesses, with the percentage in use.                                                                                                                                       |
| DNS               | Zones and Records, with the total number of requests.                                                                                                                                 |
| Disaster Recovery | Plan and GB, with the replication status.                                                                                                                                             |

> #### 📘 **Management is shared with your account**&#x20;
>
> Creating, editing, updating, or deleting a subscription is done the same way as from Home.&#x20;
>
> You have the steps in [How to create and manage your subscriptions.](/docs-en/platform/accounts/how-to/how-to-manage-subscriptions.md)

### Next steps

* Review the other sections of the dashboard in [Details.](/docs-en/platform/organizations/detalles.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/organizations/detalles/subscriptions.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.
