# Pricing

The **Pricing** module of Emporix Management Dashboard is designed to help you manage your pricing strategy with the use of price modules and price lists.

It consists of the following sections:

* [Price Models](/ce/management-dashboard/pricing/price-models.md) - you can create a basis for your pricing strategy. With the price models you can create multiple pricing arrangements and use them across all of your offerings. You can arrange the prices for basic products, tiers or different volumes.
* [Price Lists](/ce/management-dashboard/pricing/price-lists.md) - you can create customized prices related to different customers and regions

{% hint style="info" %}

* Looking for business guides? Check out the [Pricing](/ce/core-commerce/pricing-v2.md) documentation.
* Looking for code tutorials and API reference? Check out the [Price Service](/api-references/api-guides/prices-and-taxes/price-service.md) documentation.
  {% 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://developer.emporix.io/ce/management-dashboard/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.
