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

# Device Info

> Access device information

```typescript theme={null}
const deviceInfo = RampKit.getDeviceInfo();

console.log(deviceInfo?.platform);    // "iOS"
console.log(deviceInfo?.deviceModel); // "iPhone 15 Pro"
console.log(deviceInfo?.isFirstLaunch); // true
```
