# Pricing types

**Pricing types explained**

![Pricing Types](/files/ioKKrRrVkGbnZP5GLltj)

<table><thead><tr><th width="231.33333333333334">Pricing Type</th><th width="150">Value</th><th>Product Price</th><th>Adjusted Price</th></tr></thead><tbody><tr><td>Fixed discount</td><td>$10</td><td>$20</td><td>$20 - $10  = $10</td></tr><tr><td>Percentage discount</td><td>10%</td><td>$20</td><td>$20 -  $2   = $18</td></tr><tr><td>Fixed fee</td><td>$10</td><td>$20</td><td>$20 + $10  = $30</td></tr><tr><td>Percentage fee</td><td>10%</td><td>$20</td><td>$20 +  $2  = $22</td></tr><tr><td>Fixed price (Flat price)</td><td>$10</td><td>$20</td><td>$10</td></tr></tbody></table>

{% hint style="info" %}
With discount pricing types, when adjusted price goes less than 0, the price will be set to 0.
{% endhint %}


---

# 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.yaycommerce.com/yaypricing/rule-settings/pricing-types.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.
