> ## 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.

# Session Info

> Access session information

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