# Update Pricing

## How to update prices

In order to update your prices, create new Prices in Stripe for each that need updating and archive old Prices. You can only edit a Price's price if it has not been used to create a subscription.

## Create new Price

Go to the Stripe dashboard and select a Product that is part of your service. Click "Add another price" to create a new plan at the price you want.&#x20;

![Create another price](/files/-MIykxN18k2Y3kQqlfXX)

## Archive old Price

Then, go back to the product and archive the old price by clicking "..." and "Archive price".&#x20;

![Archive Price](/files/-MIymi4CweEgHmtGA9HA)

Your Billing Pages will automatically update for the new pricing and customers already subscribed will remain on their current pricing. They will automatically be grandfathered in and only change their price if they change their plan to the new price or cancel and resubscribe. This process will keep you from generating unnecessary products in Stripe and is easy to maintain.


---

# Agent Instructions: 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:

```
GET https://docs.billflow.io/how-to/update-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
