> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# ProvisioningPlatform

> Target platform hint for the returned provisioning URL.

**Enum**

Target platform hint for the returned provisioning URL. Affects only the
desktop / unknown-user-agent fallback that Branch.io routes to; actual iOS
and Android opens are routed correctly regardless of this value, because the
shortened link carries platform-aware redirects.

## Values

<ResponseField name="IOS" type="enum value">
  End-user is expected to open the URL on iOS. Fallback resolves to the Fluz App Clip launcher (default).
</ResponseField>

<ResponseField name="ANDROID" type="enum value">
  End-user is expected to open the URL on Android. Fallback resolves to the Fluz Android app deep link.
</ResponseField>

<ResponseField name="OTHER" type="enum value">
  End-user platform is unknown or web/desktop. Fallback resolves to the Fluz web app.
</ResponseField>
