> For the complete documentation index, see [llms.txt](https://postjamm.gitbook.io/postjamm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postjamm.gitbook.io/postjamm/settings-and-billing/billing-faqs.md).

# Billing FAQs

### **1. How is storage calculated in Postjamm?** <a href="#id-1_how_is_storage_calculated_in_postjamm" id="id-1_how_is_storage_calculated_in_postjamm"></a>

Storage is calculated based on the total number of video minutes stored in your workspace.

This includes all videos and all versions uploaded inside your projects.

For example, if a project has three versions and each version is 10 minutes long, that project uses 30 minutes of storage.

***

### **2. Does Postjamm charge based on GB?** <a href="#id-2_does_postjamm_charge_based_on_gb" id="id-2_does_postjamm_charge_based_on_gb"></a>

No. Postjamm does not calculate storage based on GB.

Storage is based on video minutes. This means you can upload high-quality video files without being charged based on file size.

***

### **3. Do older versions count towards storage?** <a href="#id-3_do_older_versions_count_towards_storage" id="id-3_do_older_versions_count_towards_storage"></a>

Yes. Every uploaded version counts towards your total storage usage.

If you upload a new version, both the old version and the new version are stored in your workspace, so both count towards storage.

***

### **4. What happens if I reach my storage limit?** <a href="#id-4_what_happens_if_i_reach_my_storage_limit" id="id-4_what_happens_if_i_reach_my_storage_limit"></a>

If your workspace reaches its storage limit, you may need to increase your storage before uploading more videos or versions.

You can do this from **Settings → Storage management** by increasing your storage minutes using the slider.

***

### **5. Can I increase storage without changing my plan?** <a href="#id-5_can_i_increase_storage_without_changing_my_plan" id="id-5_can_i_increase_storage_without_changing_my_plan"></a>

Yes. You can purchase additional storage minutes without upgrading your full plan.

Go to **Settings → Storage management**, choose the total storage minutes you need, and complete the payment.

***

### **6. When will the additional storage charge be added?** <a href="#id-6_when_will_the_additional_storage_charge_be_added" id="id-6_when_will_the_additional_storage_charge_be_added"></a>

When you increase your storage, you will be charged once at the time of upgrade for the additional storage selected.

After that, the additional storage cost will be added to your monthly billing cycle and included in your recurring subscription amount.

You can view the additional storage cost separately on the billing page.

***

### **7. Can I see how much storage I have used?** <a href="#id-7_can_i_see_how_much_storage_i_have_used" id="id-7_can_i_see_how_much_storage_i_have_used"></a>

Yes. Postjamm shows storage usage in multiple places:

* Top navigation for overall workspace usage
* Folder level for total usage inside a folder
* Project level for total usage inside a project, including versions
* Billing page for used and remaining minutes

***

### **8. What is included in the Team plan?** <a href="#id-8_what_is_included_in_the_team_plan" id="id-8_what_is_included_in_the_team_plan"></a>

The Team plan includes:

* 5 team members
* 0 collaborators
* 500 mins of storage

This plan is suitable for teams that only need internal workspace access.

***

### **9. What is included in the Team Plus plan?** <a href="#id-9_what_is_included_in_the_team_plus_plan" id="id-9_what_is_included_in_the_team_plus_plan"></a>

The Team Plus plan includes:

* 10 team members
* Unlimited collaborators
* 1000 mins of storage

This plan is suitable for teams that work with external editors, freelancers, agencies, or clients on specific projects.

***

### **10. Can I update my billing details or view invoices?** <a href="#id-10_can_i_update_my_billing_details_or_view_invoices" id="id-10_can_i_update_my_billing_details_or_view_invoices"></a>

Yes. You can view past invoices and update billing details from the billing page.

Postjamm uses Razorpay for payment collection, so invoice and billing-detail actions will be handled through Razorpay.


---

# 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://postjamm.gitbook.io/postjamm/settings-and-billing/billing-faqs.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.
