# Integrating into Your Mobile Application

## Overview

We have designed the Seam mobile SDKs to provide the flexibility to support a range of workflows. This example describes a mobile key workflow, in which the smart door lock scans for and unlocks in the presence of a nearby mobile device acting as a passive key. Note that the mobile device in this example uses Bluetooth Low Energy (BLE) technology.

1. Once the mobile app is downloaded, it requests Bluetooth permissions from the user.
2. The user presses the **Unlock** button, prompting the phone to search for nearby locks.
3. When the user holds their phone close to the lock, a Bluetooth connection is established, and the phone transmits a key to the lock.
4. The lock verifies the mobile key, confirms that the key can access this lock, and sends a success response back to the app.
5. The lock successfully unlocks!

<figure><img src="/files/toGClEskHKfxcV0fDau2" alt=""><figcaption><p>Example of Unlock sequence in a Mobile App</p></figcaption></figure>


---

# 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.seam.co/latest/capability-guides/mobile-access/mobile-device-sdks.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.
