> For the complete documentation index, see [llms.txt](https://gameday-squad.gitbook.io/gameday-squad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gameday-squad.gitbook.io/gameday-squad/smaller-features/notifications.md).

# Notifications

### GameDay Squad Notifications

GameDay Squad’s notification system has been upgraded to streamline updates directly through the mobile app, ensuring you stay connected with important activity in real-time.

#### Transfer Market Notifications – Now on Mobile

Previously, GameDay Squad sent transfer market notifications through email. Now, these notifications come exclusively via the mobile app, keeping your inbox clear and making it easier to stay on top of market updates wherever you are.

#### How to Access Notifications

1. **Enable Notifications**: Ensure that notifications are enabled in your device settings to receive timely updates.

#### Types of Notifications You’ll Receive

* **Transfer Market Updates**: Instant notifications for transfer market, including player card purchases, sales, bids and trades!&#x20;
* **GameDay Squad Announcements**: Get the latest announcements on app updates, new features, and upcoming events.

#### Managing Your Notifications

* **Customising Notifications**: Head to the Settings section on your device to customize turn notifications off.

#### Benefits of the New System

* **Instant Alerts**: No more waiting for emails—updates reach you directly via the app.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gameday-squad.gitbook.io/gameday-squad/smaller-features/notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
