# Overview and Setup

Control LINKA devices from your own mobile app or web platform. Here is an overview of the resources available to developers:&#x20;

* [REST API](/docs/api-docs/rest-api/introduction.md) - Send remote commands to unlock and lock your *LEO 2 Pro* from anywhere. Receive lock telemetry from the webhook. \
  \
  Note: The *LEO 2 Pro* must be online to receive remote commands. Remote commands are not available for *Original LINKA*. <br>
* [Mobile SDK](/docs/api-docs/mobile-sdk/introduction.md) - Lock or unlock LINKA devices with an iOS or Android app. The mobile phone must be within bluetooth range of the LINKA device.&#x20;

## Getting Started

To start, order a LINKA Test Kit on our [website](https://linkafleets.com/). Our team will send an email with your API Keys and Operator App credentials.&#x20;

Received your LINKA Test Kit and API Keys? Download the Operator App to pair up your device to your fleet:&#x20;

{% embed url="<https://docs.linkalock.com/docs/v/fleets-platform/fleet-and-lock-setup-tutorial>" %}


---

# 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.linkalock.com/docs/api-docs/overview-and-setup.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.
