> 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-and-ticket-status/how-to-determine-if-a-flight-change-has-occurred.md).

# How to determine if a flight change has occurred?

**You can refer to the following steps to determine if a flight change has occurred.**

**Step1**: Check whether you have received a flight change notification email. If you have, then a flight change has occurred. If not, then proceed to the next step.

Check Path： ATRIP -> Bookings -> My Bookings -> Booking Details -> Email List

![](/files/9nUEPU9oHTXD8UedFnle)

**Step 2**: Check the airline's MMB system and verify if there is any flight change information displayed. If there is, then a flight change has occurred. If not, then proceed to the next step.

**Step 3**: Review the airline's Flight Status page:

If the flight can be located and the status is "cancelled", then a flight change has occurred.

If the flight can be located and the status is "normal", then there has been no flight change.

If the flight cannot be located, and departure is not imminent, then the occurrence of a flight change cannot be confirmed.


---

# 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:

```
GET https://resources.atriptech.com/popular-topics/post-booking/flight-and-ticket-status/how-to-determine-if-a-flight-change-has-occurred.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.
