# Pricing Guide

### Introduction

Prioticket offers a powerful and flexible pricing engine designed to support a wide range of business models, from simple fixed pricing to advanced real-time dynamic pricing. This documentation will guide you through all pricing concepts, configuration methods, and integration patterns supported within the platform.

Whether you're a distributor, reseller, or working with both roles in a hybrid setup, Prioticket helps you optimize your pricing structure to align with your sales strategy.

***

### Core Concepts

Prioticket supports multiple pricing strategies, allowing businesses to set rules and respond to market changes. These are the three pillars:

**Base Pricing**

The starting price defined for a product. Often based on ticket type (adult, child, etc.) and season.

**Variable Pricing**

Predefined price variations based on criteria like date, time, quantity, or booking window. It’s structured and rule-based, not reactive.

**Dynamic Pricing**

Real-time price adjustments based on external factors like demand, inventory, or competitor prices—applied via seamless third-party integrations.

***

### What You'll Learn

This documentation is divided into the following sections:

1. [**Who Are You?**](/key-concepts/pricing-guide/who-are-you.md)\
   Identify your role in the sales chain (distributor or reseller) and how pricing applies to your model.
2. [**Pricing Configurations**](/key-concepts/pricing-guide/configurations.md)\
   Understand how base prices, age groups, quantity rules, and seasonal logic are combined and calculated within the API responses.
3. [**Variable Pricing**](/key-concepts/pricing-guide/variable-pricing.md)\
   Learn how to set up rule-based price variations (e.g., by time slot, day of the week, quantity, or advance booking period).
4. [**Dynamic Pricing**](/key-concepts/pricing-guide/dynamic-pricing.md)\
   Explore how Prioticket enables real-time pricing through third-party integrations for responsive, demand-based pricing strategies.
5. #### [How It All Comes Together](/key-concepts/pricing-guide/how-it-all-comes-together.md)

   See how each component, from configuration to real-time calculation, works together in a unified pricing flow across all stages of the customer journey.


---

# 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.prioticket.com/key-concepts/pricing-guide.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.
