> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/tcp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cee-systems.gitbook.io/tcp/starting-with-exchange/exchange-process.md).

# Exchange process

## General workflow for ticket exchanges in TCP

This article contains a high-level overview of the exchange process in TCP. Further details about different types of exchanges can be found later in this guide.

1\. **Retrieve/Open the PNR**, validate that it contains the details about the originally issued ticket and that the e-ticket is still open for use. The itinerary must be modified already (alternative dates and/or flights selected, changes saved).

2\. **Select the ticket for Exchange/Reissue and select Exchange Option.** TCP supports 4 possible scenarios:&#x20;

| Exchange Option                  | Description                                                                                                        |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Exchange using new fare quote    | TCP fare quotes the new itinerary                                                                                  |
| Exchange using stored fare quote | TCP uses fare quote for new itinerary already stored in the booking file                                           |
| Involuntary change               | To use in case of involuntary exchanges                                                                            |
| Exchange using manual fare quote | Use in cases when it is necessary to store the fare calculation created manually but without using cryptic entries |

3\. **Review fare calculation details** and **Select Penalty type:**

* EMD
* To the fare (Q surcharge)
* Tax
* No Penalty

4\. **Select&#x20;*****Issue ticket*** to complete the exchange process and issue a new ticket, or *Go to PNR* to save changes into the fare quote and issue a new ticket later.


---

# 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://cee-systems.gitbook.io/tcp/starting-with-exchange/exchange-process.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.
