> 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/quick-start.md).

# Quick Start

### 1) Obtain Keys

To utilize any of the tooling outlined in this guide, one must obtain the Publishable, and Secret keys, as they authorize usage. To obtain these keys, visit the Management Console.

#### Publishable Key

This key can be included in client side source code, and is used to both uniquely identify, as well as authorize access to Guestlogix resources.

#### Secret Key

This key is NOT to be included in any client side source code. It is only to be sent to Guestlogix servers in a server-side pattern.

### 2) Initialize SDKs

With access keys in hand, you may now initialize the SDK of your choosing, for more see the desired getting started guide.

### iOS SDK

{% content-ref url="/pages/-LbOH9EJaOSqGaT7zX3Z" %}
[Getting Started](/traveler/mobile-sdks/ios/getting-started.md)
{% endcontent-ref %}

### Android SDK

{% content-ref url="/pages/-LbUp-7DarmEMcqRJbuG" %}
[Getting Started](/traveler/mobile-sdks/android/getting-started.md)
{% endcontent-ref %}
