> 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/ticketing-information/how-to-obtain-the-itinerary-receipt.md).

# How to Obtain the Itinerary Receipt?

There are two main ways to obtain the itinerary receipt: **through the ticket confirmation email** or **via the airline's official website**. The specific steps are as follows:&#x20;

&#x20;&#x20;

### 1.Via the ticket confirmation email （MMB Login Email）&#x20;

Depending on whether you used the Atlas email service, there are two scenarios:&#x20;

&#x20;&#x20;

**1.1 Having used the Atlas email service**&#x20;

If you used the Atlas email service when booking your flight, you can directly obtain the itinerary receipt through the Atrip platform.&#x20;

**Access Path:**  ATRIP -> Bookings -> My Bookings -> Booking Detail -> Eticket or Email List&#x20;

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

&#x20;&#x20;

**1.2 Not having used the Atlas email service**&#x20;

If you did not use the Atlas email service, the electronic itinerary receipt will be sent directly to the email address you provided when confirming your ticket. Please log in to that email to find and retrieve it. &#x20;

&#x20;

### 2. Via the Airline's Official Website&#x20;

2.1 Visit the official website of the corresponding airline and find the "Manage Booking" or a similar function (the name may vary by airline).&#x20;

2.2 After entering, follow the prompts on the page to input relevant information (such as passenger name, ticket number, etc.) to search for your order.&#x20;

2.3 On the order details page, locate the option related to " Itinerary Receipt."&#x20;

2.4 Click on buttons such as "Get Itinerary" or "Download Itinerary" to view, download, or print the itinerary receipt.&#x20;

{% hint style="warning" %}
**Tips:**&#x20;

If you encounter issues where the airline's official website cannot be opened, you can try the following solutions:&#x20;

* Switch to a different browser&#x20;
* Change your network environment (some overseas airline websites require optimized network settings for smooth access)&#x20;
  {% endhint %}


---

# 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/ticketing-information/how-to-obtain-the-itinerary-receipt.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.
