# Managing Price

ScandiPWA supports the most popular pricing options for your website. You can apply multiple pricing rules at the product level when setting up your promotions:&#x20;

| SECTION                                                                            | STATUS        | DESCRIPTION                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Group Price](https://manual.scandipwa.com/catalog/managing-price/group-price)     | **SUPPORTED** | A different promotional price can be applied to a specific customer group.                                                                                                                                     |
| [Special Price](https://manual.scandipwa.com/catalog/managing-price/special-price) | **SUPPORTED** | A special price can be offered for a designated period of time. During the specified time period, the special price appears instead of the regular price, followed by a notation that shows the regular price. |
| [Tier Price](https://manual.scandipwa.com/catalog/managing-price/tier-price)       | **SUPPORTED** | Tier pricing lets you offer a quantity discount from a product listing or product page in the storefront. The discount can be applied to a specific store view or customer group.                              |


---

# 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://manual.scandipwa.com/v4.1.0/catalog/managing-price.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.
