# Integration Guides

{% 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 to complete your Atlas API integration from setup to go-live.

### Recommended reading order

1. [Quick Start](/api-document/readme/quick-start.md)
2. [Sandbox Access](/api-document/readme/quick-start/making-requests.md)
3. [Sandbox Development](/api-document/readme/quick-start/sandbox-development.md)
4. [Booking Overview](/api-document/readme/booking-overview.md)
5. [Webhook Overview](/api-document/readme/webhook-overview.md)
6. [UAT Validation](/api-document/readme/quick-start/uat-submission-guide.md)
7. [Production Go-Live](/api-document/readme/quick-start/production-go-live.md)

### Choose the right path

#### New integration

Start with [Quick Start](/api-document/readme/quick-start.md).

Then move through:

* [Sandbox Access](/api-document/readme/quick-start/making-requests.md)
* [Sandbox Development](/api-document/readme/quick-start/sandbox-development.md)
* [UAT Validation](/api-document/readme/quick-start/uat-submission-guide.md)
* [Production Go-Live](/api-document/readme/quick-start/production-go-live.md)

#### Core booking flow

Use [Booking Overview](/api-document/readme/booking-overview.md) for search, verify, order, payment, and order lookup.

#### Post-booking operations

Use [Post-booking Overview](/api-document/readme/post-booking-overview.md) and [Post-booking Operations](/api-document/readme/post-booking-overview/post-booking-operations.md) for refunds, maintenance, ancillaries, and claims.

#### Special programs

Use [Special Integrations](/api-document/readme/special-integrations.md) only when your business flow requires airline-specific or discounted fare logic.

#### Operational tools

Use [Utility API Overview](/api-document/readme/utility-api-overview.md) for balance, email, export, and ATRIP access.

#### Shared test and reference data

Use [Integration Reference](/api-document/integration-reference.md) for shared values, sandbox test routes, and sandbox test cards.

### Typical integration flow

{% stepper %}
{% step %}

### Sandbox Access

Collect sandbox credentials and confirm required request headers.
{% endstep %}

{% step %}

### Sandbox Development

Build the booking flow in sandbox and validate webhook handling.
{% endstep %}

{% step %}

### UAT Validation

Submit the required UAT track with evidence.
{% endstep %}

{% step %}

### Production Go-Live

After UAT passes and your account is switched to `LIVE`, generate production credentials and switch to production endpoints for go-live.
{% endstep %}
{% endstepper %}

### When to use the API reference

Use [API Reference](/api-document/api-reference.md) when you need exact schemas, parameters, and endpoint-level examples.

### Browse endpoint groups

* [Booking APIs](/api-document/api-reference/booking-apis.md)
* [Post-booking APIs](/api-document/api-reference/post-booking-apis.md)
* [Webhook & Incident APIs](/api-document/api-reference/webhook-and-incident-apis.md)
* [Utility APIs](/api-document/api-reference/utility-apis.md)

### Need troubleshooting help

Use [Troubleshooting & Support](/api-document/troubleshooting-and-support.md) for FAQs, error codes, and escalation paths.


---

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