Short answer
Your User-Agent is one browser identity clue, not the whole fingerprint
A User-Agent can show browser family, engine, operating system, compatibility tokens, and sometimes device context. Modern browsers may reduce parts of it, but Client Hints, language, timezone, screen, WebRTC, IP route, and fingerprint signals can still add context.
- Use this page when a website says your browser is unsupported or your device looks wrong.
- Copy the User-Agent only when support needs it; avoid sharing it publicly with account or IP details.
- Continue with Browser Fingerprint, WebRTC, and What Is My IP when you need the full visible-session picture.