# Lowest fare policy

By enabling the policy, you may achieve two main goals:

1. To **INFORM** the booking person about the cheapest available fare - the fare is marked with an indicator on the search result’s screen, user can decide not to pick such fare without providing an explanation
2. To **FORCE** the booking person to select the cheapest available fare - the fare is marked with an indicator on the search result’s screen, user can decide not to pick such fare but must provide an explanation by picking one of the available reason codes on the personal form before completing the booking

To achieve goal **#1**, you just need to mark the checkbox ‘Lowest fare policy’ while creating a corporation.

To achieve goal **#2**, you need to:

1. Mark the checkbox ‘Lowest fare policy’ while creating a corporation
2. Mark the checkbox ‘Lowest or Acceptable fare required’ while creating a travel policy rule
3. Define reason codes as per the description below


---

# 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://cee-systems.gitbook.io/tripgate/setup-process/05-other-features/lowest-fare-policy.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.
