# Getting Started

{% hint style="info" %}
New to Lucky Orange? This documentation covers how to implement Lucky Orange from a technical point-of-view. If you'd like to learn more about the features offered by Lucky Orange, take a look at our [Help Center](https://help-preview.luckyorange.com).
{% endhint %}

## Choose your environment

{% content-ref url="libraries/browser" %}
[browser](https://developers.luckyorange.com/libraries/browser)
{% endcontent-ref %}

{% content-ref url="libraries/node" %}
[node](https://developers.luckyorange.com/libraries/node)
{% endcontent-ref %}

## Looking for Lucky Orange Classic?

The developer documentation found here is for the new Lucky Orange. The developer API has been completely overhauled to be more consistent, powerful, and easier to use. If you are using Lucky Orange Classic, please see the [existing help documentation](https://help.luckyorange.com/).

Even though the API has completely changed, in order to help with the transition, the new browser library offers various backwards compatible functionality. Use the link below to learn more about how to migrate.

{% content-ref url="moving-from-classic" %}
[moving-from-classic](https://developers.luckyorange.com/moving-from-classic)
{% 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://developers.luckyorange.com/master.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.
