> For the complete documentation index, see [llms.txt](https://docs.guestlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestlogix.io/traveler/mobile-sdks.md).

# Mobile SDKs

- [Overview](https://docs.guestlogix.io/traveler/mobile-sdks/overview.md)
- [Minimum Requirements](https://docs.guestlogix.io/traveler/mobile-sdks/app-minimum-requirements.md)
- [iOS](https://docs.guestlogix.io/traveler/mobile-sdks/ios.md)
- [Installation](https://docs.guestlogix.io/traveler/mobile-sdks/ios/installation.md)
- [Getting Started](https://docs.guestlogix.io/traveler/mobile-sdks/ios/getting-started.md)
- [Android](https://docs.guestlogix.io/traveler/mobile-sdks/android.md)
- [Installation](https://docs.guestlogix.io/traveler/mobile-sdks/android/installation.md)
- [Getting Started](https://docs.guestlogix.io/traveler/mobile-sdks/android/getting-started.md)
- [Usage](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk.md)
- [Booking Item Search](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-item-search.md): Use this method to fetch a list of booking items based on a search Query.
- [Booking Item Search UI](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-item-search/booking-item-search.md)
- [Flight Search](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/flight-search.md): Use this method to provide real time flight search capabilities to your app.
- [Catalog](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/catalog.md): Use this method to fetch a personalized catalog of purchasable items
- [Catalog Item Details](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/catalog-item-details.md)
- [Availabilities](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/availabilities.md)
- [Getting Passes](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/getting-passes.md)
- [Booking Form](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-form.md)
- [Questions](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-form/questions.md)
- [Answers](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-form/answers.md)
- [Validation](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/booking-form/validation.md)
- [Creating an Order](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/creating-an-order.md)
- [Processing an Order](https://docs.guestlogix.io/traveler/mobile-sdks/stripe-payment-sdk/processing-an-order.md)
- [Errors](https://docs.guestlogix.io/traveler/mobile-sdks/errors.md)


---

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

```
GET https://docs.guestlogix.io/traveler/mobile-sdks.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.
