# Developer Platform

<h2 align="center">Unreal Industries</h2>

<p align="center">Welcome to the Unreal Industries documentation, changelog, and guide.</p>

#### [<mark style="color:$primary;">unrealind.com</mark>](https://unrealind.com/)

{% embed url="<https://unrealind.xyz>" %}

{% columns %}
{% column width="50%" %}

### Get started in 5 minutes

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

<a href="/spaces/y1Jkwpnpg9wtlDZVyPaz" class="button primary" data-icon="rocket-launch">Get started</a> <a href="/spaces/y1Jkwpnpg9wtlDZVyPaz/pages/Pj393JSEIDcIwcsvYzZO" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column width="50%" %}
{% code title="script.lua" overflow="wrap" %}

```luau
-- Require the Module
local DeviceAPI = require(game.ServerScriptService.Singlewire.SinglewireDeviceAPI)

-- Create the function
local disconnect = DeviceAPI.Subscribe(
    "911",
    function(payload)
        print("🚨 Lockdown started")
    end,
    function(payload)
        print("✅ Lockdown ended:", payload.reason)
    end,
    true
)

-- Send the function
disconnect()

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

***

### Changelog

View the changelog to see in-depth details per update.

<a href="/spaces/lwJsO3rTEsYhSZ7gz5D6" class="button primary" data-icon="list-timeline">Changelog</a>&#x20;

<h2 align="center">Join our community</h2>

<p align="center">Join our Discord community.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Join our Discord community to post questions, get help, purchase products and sign up for services!</td><td><a href="https://discord.gg/runway-studios-roadto1500-907284008637988874" class="button primary" data-icon="discord">Join Discord</a></td><td><a href="https://images.unsplash.com/photo-1683029096295-7680306aa37d?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwyfHxkaXNjb3JkfGVufDB8fHx8MTc2NzY1OTAxNHww&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1683029096295-7680306aa37d?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwyfHxkaXNjb3JkfGVufDB8fHx8MTc2NzY1OTAxNHww&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td></tr><tr><td><h4><i class="fa-gamepad-modern">:gamepad-modern:</i></h4></td><td><strong>Roblox group</strong></td><td>Join the Roblox group to be part of the Unreal squad.</td><td><a href="https://www.roblox.com/communities/16435914" class="button primary" data-icon="gamepad-modern">Join Roblox</a></td><td><a href="https://images.unsplash.com/photo-1656639969809-ebc544c96955?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxyb2Jsb3h8ZW58MHx8fHwxNzY3NjU5MTA2fDA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1656639969809-ebc544c96955?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxyb2Jsb3h8ZW58MHx8fHwxNzY3NjU5MTA2fDA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td></tr></tbody></table>


---

# 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.unrealind.xyz/readme.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.
