# 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 %}


---

# 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://docs.guestlogix.io/quick-start.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.
