# Environments

## Summary

Guestlogix's solution is multi tenanted, and therefore no separate provisioning of environments needs to happen. All a developer needs to get started are the [API Key](/quick-start.md#api-key), and [Secret](/quick-start.md#secret-key) Key.

## Production

Using the production API and Secret keys will make requests to the live production server. This means that credit cards will actually be processed, and content procured from the vendors. Take care in using these keys, and ensure they're only made use of in a live environment.

## Sandbox

Should the SDK be initialized with sandbox keys, all interactions with Guestlogix servers will be through a separate, test only environment. This means that no real credit card numbers will be accepted, booking of products and inventory will not actually be processed. This is useful when testing the application.&#x20;


---

# 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/getting-started/untitled.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.
