- Last Updated
Usage Scenarios
What is a Usage Scenario?
Usage scenarios are guides that explain the experience a user goes through while playing a game, broken down into flow units such as login, payment, and game uninstallation.
You can see at a glance what the user experiences in each flow and what role the Stove platform plays.
Usage Scenarios vs. Feature-specific Guides
Even for the same feature, the two guides cover different perspectives. Depending on whether you need the flow or the implementation method, you can choose the one that helps you find the information you need faster.
| Category | Usage Scenarios | Feature-specific Guides |
|---|---|---|
| Perspective | User flow-centric (What & Why) | Development implementation-centric (How) |
| Content | User journey, policy decisions, role division between Stove and CP, overall processing flow | API specifications, parameters, error codes, code examples, platform-specific implementation |
| Recommended for | Planners/Operations managers, developers starting integration for the first time, those who need the big picture | Developers performing actual implementation, debugging, or QA |
| Example | "How does a user go through the login screen to enter the game?" | "After calling Auth.login(), which ErrorCode should be handled and how?" |
Please keep this in mind
ㆍ Links to related feature-specific guides are provided on each scenario page.
ㆍ You can understand the flow first and then move on to implementation details, or return to the scenario if you are curious about the overall context while reading a feature-specific guide.