# Getting Started

## Overview <a href="#overview" id="overview"></a>

Welcome to HyprMX! This guide will walk you through the essential steps to integrate the HyprMX SDK into your app.

Click the links below for step-by-step setup instructions for your platform.

* [Android](https://documentation.hyprmx.com/sdk-integration-guides/android-amazon)
* [iOS](https://documentation.hyprmx.com/sdk-integration-guides/ios)
* [Unity](https://documentation.hyprmx.com/sdk-integration-guides/unity)

Before you begin, make sure you’ve received your **Distributor ID** and **Placement Name** from the HyprMX team. If you don’t have them yet, reach out to your account manager!

## Need Help? <a href="#need-help" id="need-help"></a>

If you have any questions, your HyprMX account manager is just a message away!


---

# 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://documentation.hyprmx.com/get-started.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.
