# Price Overrides

## Overview

In the system, a **Package** consists of multiple charges, each with its own configured prices. These prices can be overridden at different levels, providing flexibility based on categories and assets.

### Price Override Hierarchy

The system follows a structured price override mechanism:

#### [1. **Package-Level Prices (Default)**](/assets/price-overrides/package-level-prices.md)

* Prices are initially configured at the **Package** level.
* These prices apply unless overridden at the **Category** or **Asset** level.

{% hint style="info" %}
Learn more about Package-level Prices [here](/assets/price-overrides/package-level-prices.md).
{% endhint %}

#### [2. **Category-Level Override**](/assets/price-overrides/category-level-override.md)

* Prices configured at the **Package** level can be overridden at the **Category** level.
* These overrides are managed in the **Package → Price Overrides** tab.
* Once overridden, the new prices are **automatically inherited** by all assets under the category.

{% hint style="info" %}
Learn more about Category-level Override [here](/assets/price-overrides/category-level-override.md).
{% endhint %}

#### [3. **Asset-Level Override**](/assets/price-overrides/asset-level-override.md)

* Users can further override prices at the **Asset** level.
* These overrides are also managed in the **Package → Price Overrides** tab.
* If an asset has an overridden price, it takes precedence over both **Category-Level** and **Package-Level** prices.

{% hint style="info" %}
Learn more about Asset-level Override [here](/assets/price-overrides/asset-level-override.md).
{% endhint %}

#### [4. **Asset-Level Ultimate Override**](/assets/price-overrides/asset-level-ultimate-override.md)

* Users can define price overrides per **billing frequency** (**Daily, Weekly, Fortnightly, and Monthly**) at the **Asset** level.
* These frequency-based prices act as the **final override**, taking precedence over all other pricing configurations for a charge.
* This override is managed in the **Asset → Details → Prices** tab.

{% hint style="info" %}
Learn more about Asset-level Ultimate Override [here](/assets/price-overrides/asset-level-ultimate-override.md).
{% endhint %}

By using these override options, users can ensure flexible and accurate pricing for different assets and billing structures.


---

# 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.loopit.co/assets/price-overrides.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.
