# Use Case 1.1 Introduce the app
## Overview
| Aspect | Description |
|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Summary** | When using the app for the first time, the user navigates through multiple introductory screens and a privacy statement. |
| **Goal** | Learning about the purpose, features, and privacy aspects of the app. |
| **Preconditions** |
- Introduction has not yet been completed.
|
| **Postconditions** | - The introduction of the app has been completed.
|
| **Triggered by** | - User completed [UC1.2 Open the app](UC1.2_OpenTheApp.md).
- User completed [UC9.4 Wipe all app data](UC9.4_WipeAllAppData.md).
|
| **Additional Documentation** | *None* |
| **Possible errors** | *None* |
| **Logical test cases** | - [LTC13 Introduction Happy flow](../logical-test-cases.md#ltc13)
- [LTC14 User skips introduction](../logical-test-cases.md#ltc14)
- [LTC15 User navigates back to previous introduction screen](../logical-test-cases.md#ltc15)
|
---
## Flow
| # | Description | Next |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| **1** | **PRIMARY SCENARIO** | |
| **1.1** | **System displays screen 'Introduction (1/3)'**- Message: Welcome to the NL Wallet, you can add cards.
- Animation about adding cards
- Actions: Next, Skip, Help, Pause/Play animation
| |
| 1.1a | User selects Next (or swipes to the right) | 1.2 |
| 1.1b | User selects Skip | 1.4 |
| 1.1c | User selects Help | Go to: [UC9.6 Get help](UC9.6_GetHelp.md) |
| 1.1d | User selects Pause/Play animation
→ Animation pauses/plays | |
| **1.2** | **System displays screen 'Introduction (2/3)'**- Message: Use the app for secure login
- Animation about secure login
- Actions: Back, Next, Skip, Help, Pause/Play animation
| |
| 1.2a | User selects Back (or swipes to the left) | Back |
| 1.2b | User selects Next (or swipes to the right) | 1.3 |
| 1.2c | User selects Skip | 1.4 |
| 1.2d | User selects Help | Go to: [UC9.6 Get help](UC9.6_GetHelp.md) |
| 1.2e | User selects Pause/Play animation
→ Animation pauses/plays | |
| **1.3** | **System displays screen 'Introduction (3/3)'**- Message: Use the app to share data
- Animation about sharing data
- Actions: Back, Next, Help, Pause/Play animation
| |
| 1.3a | User selects Back (or swipes to the left) | Back |
| 1.3b | User selects Next | 1.4 |
| 1.3c | User selects Help | Go to: [UC9.6 Get help](UC9.6_GetHelp.md) |
| 1.3d | User selects Pause/Play animation
→ Animation pauses/plays | |
| **1.4** | **System displays screen 'Privacy considerations'**- Message: You have control over your privacy
- Actions: Back, Next, Read Privacy Statement, Help
| |
| 1.4a | User selects Back | Back |
| 1.4b | User selects Next | Go to: [UC2.1 Set up a remote PIN and biometric unlock](UC2.1_SetupRemotePinAndBiometricsUnlock.md) |
| 1.4c | User selects Read Privacy Statement | 2 |
| 1.4d | User selects Help | Go to: [UC9.6 Get help](UC9.6_GetHelp.md) |
| **2** | **READ PRIVACY STATEMENT** | |
| **2.1** | **System displays screen 'Privacy Statement'** | |
| 2.1a | User selects Back | Back |