# Dynamic Fare Range

#### A. Dynamic Fare Range

Dynamic fare helps the admin set pricing based on booking demand (area overlap), making fare calculation easy, automatic, and flexible.

{% hint style="warning" %}
The admin can enable the Dynamic Fare Range option from Settings >> General Settings to apply fare calculation based on defined ranges(fixed by admin); otherwise disabled, standard fares are applied.
{% endhint %}

#### Dynamic Fare Range calculation

Formula:

{% hint style="info" %}
Final Count = (Daily Overlaps × 0.75) + ((Weekly Overlaps ÷ 7) × 0.25)
{% endhint %}

The system tracks how many bookings overlap in a specific area (using geofence).&#x20;

It calculates a final count using both daily and weekly ride, where daily ride has more impact. Based on this final count, the system automatically selects the matching range and applies the defined fare percentage.

<figure><img src="/files/ZBNfOjzv9ELevoPQvekl" alt=""><figcaption><p>Dynamic Fare Range</p></figcaption></figure>

The admin can see that the system automatically calculates fares based on booking overlap (daily & weekly) and applies the fare as per the defined ranges.<br>

#### B. Add dynamic Fare Range

By clicking on the “+” button, the admin can add new dynamic fare range entries.\
• Min Value – Minimum limit of the final count\
• Max Value – Maximum limit of the final count\
• Percentage (%) – The fare adjustment (increase) applied when the demand falls within this range.

{% hint style="info" %}
To avoid errors, ensure ranges do not overlap.
{% endhint %}

<div align="left"><figure><img src="/files/ukIbMWWr6FqyTPijRAME" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/FtExeiKgn6Gyitv7i6VB" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The system calculates a final count using daily and weekly booking overlaps and applies the fare based on the defined range automatically.
{% endhint %}

#### **C. Action -** ![](/files/DwkfjdOqtEL8XSfnD5Db) **Setting**

Dynamic Fare Ranges includes:

* Search records
* Delete and multi delete entries
* Show entries (10, 25 & 100)
* View and manage details with action options

<figure><img src="/files/b6EvACaekXV8dyNigi9g" alt=""><figcaption></figcaption></figure>

#### Edit Dynamic Fare Range&#xD;

The admin can update dynamic fare range entries in the Dynamic Fare Range section. They can modify as required.

<figure><img src="/files/SdHDXt11EOu5XECzjmQV" alt=""><figcaption></figcaption></figure>

#### Delete Dynamic Fare Range&#xD;

The admin can delete dynamic fare range entries from the Dynamic Fare Range section.

<figure><img src="/files/wjO2EZCQ2aOZFZAb5FZj" alt=""><figcaption></figcaption></figure>


---

# 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://fleetdocs.hyvikk.space/explore-features/settings/dynamic-fare-range.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.
