# Use Case 9.11 Configure Notifications
## Overview
| Aspect | Description |
|------------------------------|-------------------------------------------------------------------------------------------------------------|
| **Summary** | The user opens the notification settings screen from the menu, where they can turn notifications on or off. |
| **Goal** | Turning notifications on or off. |
| **Preconditions** | *None* |
| **Postconditions** | Notifications are turned on or off. |
| **Triggered by** |
- User selects 'Notifications' in [UC9.1 Show app menu](UC9.1_ShowAppMenu.md).
|
| **Additional Documentation** | *None* |
| **Possible errors** | *None* |
| **Logical test cases** | - [LTC72 Configure notifications](../logical-test-cases.md#ltc72)
|
---
## Flow
| # | Description | Next |
|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------|
| **1** | **PRIMARY SCENARIO** | |
| **1.1** | **System displays screen 'Notifications'**- Toggle: Push notification
- Current language is selected
- Actions: Back
| |
| 1.1a | User toggles notifications on
→ Notifications are enabled (When user has not given permission, OS ask for permission to send push notifications) | |
| 1.1b | User toggles notifications off
→ Notifications are disabled | |
| 1.1c | User selects Back | Back |