Query to determine client app the user is currently using: > [!WARNING] > **Needs validation** ```sql SELECT user_agent AS client_app, MAX(timestamp) AS timestamp, FROM user_sessions WHERE user_id LIKE <?> ORDER BY timestamp LIMIT 1; ``` This should determine the client app glyph.