# Post-booking Overview

{% hint style="info" %}
💬 **Need help?** If you're stuck, ask Eva on ATRIP for instant diagnostics.

<a href="https://www.atriptech.com/" class="button primary" data-icon="comments">Ask Eva</a>
{% endhint %}

Use this section after the booking flow is complete.

### Pages in this section

* [Post-ticketing Ancillaries](/api-document/readme/post-booking-overview/post-booking-operations/post-ticketing-ancillaries.md)
* [Refunds](/api-document/readme/post-booking-overview/post-booking-operations/refunds.md)
* [Order Maintenance](/api-document/readme/post-booking-overview/post-booking-operations/order-maintenance.md)
* [PNR Claim & Extraction](/api-document/readme/post-booking-overview/post-booking-operations/pnr-claim-and-extraction.md)

### What this section covers

* Post-ticketing ancillaries
* Refund requests and tracking
* Order maintenance and follow-up operations
* PNR extraction and claim workflows

### Typical flow

{% stepper %}
{% step %}

### Check the order state

Track ticketing progress and order changes.
{% endstep %}

{% step %}

### Handle post-booking actions

Add ancillaries or process refunds.
{% endstep %}

{% step %}

### Resolve operational follow-ups

Use order maintenance and PNR tools when bookings need intervention.
{% endstep %}
{% endstepper %}

### Related pages

* [Post-ticketing Ancillaries](/api-document/readme/post-booking-overview/post-booking-operations/post-ticketing-ancillaries.md)
* [Refunds](/api-document/readme/post-booking-overview/post-booking-operations/refunds.md)
* [Order Maintenance](/api-document/readme/post-booking-overview/post-booking-operations/order-maintenance.md)
* [PNR Claim & Extraction](/api-document/readme/post-booking-overview/post-booking-operations/pnr-claim-and-extraction.md)
* [Webhook Overview](/api-document/readme/webhook-overview.md)

### Full API reference

Use endpoint-level details here:

[Post-booking APIs](/api-document/api-reference/post-booking-apis.md)


---

# 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://resources.atriptech.com/api-document/readme/post-booking-overview.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.
