> 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/storage-and-usage/increasing-your-storage.md).

# Increasing your storage

Postjamm gives you the flexibility to increase storage whenever your workload changes.

You do not need to switch plans just to add more storage. You can increase the total storage minutes based on what your team needs.

***

### **How to increase storage** <a href="#how_to_increase_storage" id="how_to_increase_storage"></a>

To increase your storage:

1. Go to **Settings**
2. Open **Storage management**
3. Use the slider to choose the total number of storage minutes you want
4. Review the updated storage amount
5. Complete the payment

Once updated, the additional storage will be added to your workspace.

***

### **How billing works for additional storage** <a href="#how_billing_works_for_additional_storage" id="how_billing_works_for_additional_storage"></a>

When you increase your storage, you only pay for the additional minutes you choose.

The extra storage cost will be added to your monthly billing cycle from the next billing period.

This lets you scale storage based on your project workload instead of committing to a larger plan before you need it.

### **Example** <a href="#example" id="example"></a>

If your current plan includes 500 minutes of storage and your team needs 300 more minutes, you can increase your storage to 800 minutes using the storage slider.

You only pay for the additional 300 minutes.

From the next billing cycle, the extra storage cost will be included in your monthly subscription.


---

# 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/storage-and-usage/increasing-your-storage.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.
