# Re-enabling Notification

If you previously blocked notifications, follow the steps below to turn them back on.\
Once done, return to the app and use the **“Turn On”** button.

***

### 📱 iOS (PWA)

1. Open the **Settings** app → **Notifications**.
2. Find your installed **PWA app name** and tap it.
3. Toggle **Allow Notifications** → **ON**.

**If you don’t see the app listed:**

1. Go to **Settings → Safari → Notifications → Allow**.
2. Open the PWA from your **Home Screen**, then try enabling notifications again.

***

### 🤖 Android (PWA)

#### Option A — Chrome Site Settings

1. In **Chrome**, visit your PWA domain.
2. Tap the **lock icon** in the address bar → **Site settings**.
3. Set **Notifications → Allow**, then refresh the app.

#### Option B — Chrome Global Settings

1. Go to **Chrome → Settings → Notifications → Sites**.
2. Find your domain and set to **Allow**.

***

### 🔗 Android (TWA)

1. Open **Android Settings → Apps → \[App Name]**.
2. Tap **Notifications** and toggle **Allow**.

***

### 🧰 Troubleshooting

* Clear **site permissions** for your domain in the browser’s settings.
* Fully **close and relaunch** the app/PWA, then try enabling notifications again.
* Ensure **battery or background restrictions** aren’t blocking app notifications.

***

✅ **Tip:** Once notifications are re-enabled, return to the app and tap **“Turn On Notifications”** again to confirm they’re active.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://crypto-fantasy-league-1.gitbook.io/crypto-fantasy-league-docs/miscellaneous/re-enabling-notification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
