> 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/api-document/troubleshooting-and-support/faqs/atlas-api-general-information.md).

# Getting Started

{% 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 page for commercial, onboarding, performance, and support basics.

Start here when you need to:

* confirm how to get sandbox access
* understand what Atlas supports before development
* find basic guidance on pricing, performance, and escalation

### FAQ

#### How do we start with Atlas API?

Start by confirming commercial fit, NDA steps, and sandbox access.

Then generate sandbox credentials, run the first tests, and move to UAT only after the end-to-end flow is stable.

### Which airlines can we sell through Atlas?

Atlas connects to 150+ airlines.\
You can review the current list on the [airline list](https://www.atriptech.com/#/airline/list) and in ATRIP.

#### Can we test before signing?

Yes.

Submit the [get started form](https://atlaslovestravel.com/get-started/).

Atlas will review your company, complete NDA steps, and then issue test credentials.

### Can we test before signing?

Yes. Submit the [get started form](https://atlaslovestravel.com/get-started/).\
Atlas will review your company, complete NDA steps, and then issue test credentials.

#### Where do we get sandbox credentials?

Generate them in ATRIP under `Profile` → `My Profile` → `Company Information`.

Use `x-atlas-client-id` and `x-atlas-client-secret` on every sandbox call.

### Where do we get sandbox credentials?

Generate them in ATRIP under `Profile` → `My Profile` → `Company Information`.\
Use `x-atlas-client-id` and `x-atlas-client-secret` on every sandbox call.

#### Is there a Postman collection for first tests?

Yes.

Use the Postman collection in [Quick Start](/api-document/readme/quick-start.md).

Use the UAT collections later when you prepare validation evidence.

### Is there a Postman collection for first tests?

Yes.\
Use the Postman collection in [Quick Start](/api-document/readme/quick-start.md).

Use the UAT collections when you prepare validation evidence.

#### How do we start UAT?

Start UAT only after the sandbox flow is stable end to end.

Pick the correct UAT track, complete the template, attach evidence, and submit through Eva in ATRIP.

### How do we start UAT?

Start UAT only after the sandbox flow is stable end to end.\
Pick the correct UAT track, complete the template, attach evidence, and submit through Eva in ATRIP.

### Are airline capabilities always the same?

No. Capability depends on what each airline supports.\
Atlas exposes supported functions per airline and flow.

### How is Atlas priced?

Pricing depends on market, currency, and commercial terms.\
Use the [contact form](https://atlaslovestravel.com/contact/) to get local pricing details.

#### What performance should we expect?

Typical response times vary by API and airline conditions.

Use the timeout and response-time guidance below as operational expectations, not as hard guarantees for every request.

### Does Atlas support promo fares or promo codes?

General promotional fare support is available.\
Promo code support is planned, but not generally available yet.

### What is the L2B ratio?

The look-to-book ratio is defined in your commercial agreement.

### Does Atlas use cache?

Yes. Atlas uses a shared cache pool for search traffic.\
Client-specific cache can also be supported.

### What should we do during API failure?

Use support channels for immediate help.\
Atlas also plans a fallback portal for booking, ticketing, and post-booking operations.

### Does Atlas provide fare guarantee?

Yes, after payment is completed in **deposit** mode.\
Ticketing usually completes within 10 minutes.\
Rare cases can take up to 1 hour.

Fare guarantee does **not** apply to VCC pass-through payments.

### What are the standard timeout limits?

* `search.do`: not fixed
* `realTimeSearch.do`: `120s`
* `verify.do`: `15s`
* `order.do`: `15s` for normal booking, `120s` for real-time booking
* `pay.do`: not fixed

### What are the typical response times?

* `search.do`: under `500ms` for 98% of responses
* `verify.do`: about `8s` for 95% of responses
* `order.do`: about `14s` for 95% of responses
* `pay.do`: about `2s` for 95% of responses

#### How do we escalate unresolved issues?

Escalate unresolved service issues through **<customerfeedback@atlaslovestravel.com>**.

Atlas may first ask you to open or reference a Service Request in ATRIP.

### How do we escalate unresolved issues?

Escalations can be sent to **<customerfeedback@atlaslovestravel.com>**.

Use this for unresolved service issues related to:

* ticket orders
* post-booking operations
* refunds

Atlas may first ask you to open or reference a Service Request in ATRIP.


---

# 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/api-document/troubleshooting-and-support/faqs/atlas-api-general-information.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.
