FAQ


My Pages

Can't I simply remove what I've already played?
You could, but your reviews, specifically how much they differ from what we expected, are what shape your taste profile. That’s the foundation of the entire machine learning algorithm. Removing games doesn’t tell us what you liked or disliked, so it weakens your recommendations.
Why can’t I pick which platform I'm playing a game on?
It's mostly about keeping things simple. The interface is already packed with features, so adding dropdowns and buttons to set and update per-platform ownership would make things even more cluttered for most users. If you need more control, try using custom sections which support batch editing.
Can you show data from HowLongToBeat?
It's not our data to use. Technically, pulling it with some GitHub library or scraping the site directly would be easy. But HowLongToBeat is a registered trademark of IGN Entertainment, and their site explicitly forbids reproducing any part of its content without permission. Since they don’t offer a public API or an integration path, there's nothing we can do about it at the moment.
Can you show data from Metacritic/OpenCritic?
Again, not our data to use. Just like with HowLongToBeat, Metacritic doesn’t provide a public API, and scraping their site falls into a legal and ethical grey area I want to avoid. As for OpenCritic, they require $600/year which is insanity.
Can I import my library from another site?
Not yet. Every platform stores data differently, so creating a bridge with other formats and databases (Backloggd, HowLongToBeat, IsThereAnyDeal, etc.) requires custom work. If there's a specific site you'd like GamesGraph to support, drop a comment so I can prioritize them after I've finished developing other features!
Can you track Steam achievements?
Out of scope, for now. Tracking achievements across thousands of games and users would put a significant burden on the Steam Web API, which has a very strict request rate limit. We need to reserve those requests for more critical operations, like continuously scanning games and DLC and syncing collections without delay.
Can you track native Linux support?
It wouldn't mean much. A lot of so-called native Linux builds are unmaintained, buggy, or just worse than running the Windows version through Proton. That’s why we display ProtonDB labels instead: the scores reflect what's actually worth installing, and the linked pages contain plenty of helpful config tips.

The Algorithm

Difference between "Skip for Now" and "Not Interested"?
Skip for Now is more flexible. Both options send the game to your /skipped page, where you can revisit titles sorted by algorithm score. Since Skip for Now entries can be reset separately, you can refresh your discovery queue without reintroducing games you’ve more permanently dismissed with Not Interested. It’s a handy way to keep tabs on titles you’re curious about, without adding them to the wishlist.
Are my reviews too low / too high?
Doesn't matter! GamesGraph adapts to any scale you gravitate toward, so you're free to assign ratings however you like - as long as you're consistent over time.
Does following users affect recommendations?
Nope! It’s just a convenient social feature that lets you view their reviews and send or receive direct recommendations. So don’t worry, adding that one weird friend who always disagrees with you won’t mess up your results.
What makes this better than Steam's own discovery queue?
The rating system. While Steam also uses advanced machine learning trained on millions of users, it still thinks you love that MMO you rage-uninstalled in 2018 and has no idea how much you enjoyed that short indie gem. GamesGraph builds a personalized profile from your own ratings across multiple platforms, not just Steam.
Can we browse the discovery queue as a list?
Sorry, it's awfully inefficient. The way machine learning works, finding the top recommendation in real-time based on active filters is already a computationally intensive task, and generating an entire sorted page would require even more resources. The current approach is much easier to optimize.

Miscellaneous

How can I message other users?
Through external means. To keep things safe and spam-free, we don't currently support in-site messaging. That said, if someone has filled out Discord or Reddit info on their profile, you're welcome to reach out there. And if you both follow each other, their Steam ID becomes visible so you can connect that way.
How do you know I've already recommended a game?
No worries, your IP isn’t stored. To cut down on spam - especially for streamers with public profiles - we track a scrambled fingerprint called a hash. There’s absolutely no way to turn that back into your real info. It just means you can’t spam the same action multiple times, even with tricks like incognito or alt accounts.
What happened to the old tagging system?
We dropped the Steam API in July 2025, when we integrated IGDB data. Those filters were super nice, but unfortunately the two systems were incompatible and adding support for games on other platforms was worth the sacrifice. You can check this announcement for the other reasons behind the migration.
Why is this game missing from the database?
The IGDB data might be incomplete. Our database is powered by the IGDB API, a community-driven project now owned by Twitch. Anyone can help fill in the gaps by contributing directly to IGDB.com - the data flows here automatically. Inconsistencies with what's on there should be rare, so please let us know if you spot any! đź‘€
Who's behind GamesGraph?
Just one person - hey, that's me👋. I started building this in 2019 as a way to learn web development with ASP.NET Core and explore new tech. I get bored quickly with tutorials, so as an avid gamer, I built something I’d actually use daily.
Does GamesGraph have a public API?
Not officially, but it’s easy to work with. Every account already comes with a unique access token (visible in your settings) that’s used by the upcoming browser extension, so while there’s no fully documented API yet, creating custom endpoints is straightforward on my end. If you’re building a personal tool or script, just reach out and explain exactly what you need - we’re happy to consider supporting it.

This page is still being populated. If you think a question belongs here, let us know.