> 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/productos/file-storage/details/subscription-and-quota.md).

# Subscription and quota

A subscription is the contracting of the service for an organization, and the quota is the space you reserve within it. For the concept, go to [Quota and backups.](/docs-en/productos/file-storage/concepts/quota-and-backups.md)

### The subscription

> #### 🚧 One subscription per organization
>
> Unlike other products, an organization can only have one File Storage subscription. We confirmed this with the current platform before publishing.

### Quota ranges

The quota goes up to 10 TB, and you expand it as the customer grows.

| Bracket            | Increment                                |
| ------------------ | ---------------------------------------- |
| Up to 5 TB         | For the ranges available on the platform |
| From 5 TB to 10 TB | In 500 GB steps                          |

### Usage alerts

You define thresholds so the system alerts you before you run out of space.

| Threshold | When it triggers             |
| --------- | ---------------------------- |
| 80%       | Margin to plan the expansion |
| 90%       | Action is advisable          |
| 95%       | Expand now                   |

### Service notifications

The service sends automatic alerts at key moments, so you don't have to keep an eye on it.

| Notification              | When it is sent                                                         |
| ------------------------- | ----------------------------------------------------------------------- |
| Provisioning confirmation | When the service is ready                                               |
| User welcome              | When the service is activated for a new user                            |
| Space alert               | When the 80%, 90%, and 95% thresholds are reached                       |
| Certificate expiration    | When the expiration date of a configured SSL certificate is approaching |

### Where to go next

* The backup policy: [Backups.](/docs-en/productos/file-storage/details/backups.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/productos/file-storage/details/subscription-and-quota.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.
