> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/popular-topics/post-booking/flight-change/obtaining-a-quote-for-flight-change.md).

# Obtaining A Quote for Flight Change

When you reschedule a flight voluntarily, the total cost is made up of two parts:

1. **Rescheduling Rules (set by the airline)**&#x20;
2. **Fare Difference (between your original flight and the new one)**&#x20;

Follow the steps below to check both in ATRIP.&#x20;

#### Step 1: Check Rescheduling Rules&#x20;

* Go to **ATRIP → Bookings → My Bookings → Booking Details → Booking Info**&#x20;
* Review the airline’s rules for flight change (e.g., change fees, conditions). Click "View" to see the corresponding Fare Rules.&#x20;

![](/files/73rqnqxV0LDWe4F2R8Oc)

#### Step 2: Check the Price Difference

* Go to **ATRIP → Fare Search**.
* Search for the new flight you wish to take.&#x20;
* Compare the new fare with the original booking fare.&#x20;
* The difference between the two is the possible flight change cost.&#x20;

![](/files/fei0A6uBivkN6Kc9NRmr)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://resources.atriptech.com/popular-topics/post-booking/flight-change/obtaining-a-quote-for-flight-change.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
