# NotificationType

Notification type enum

| Value                             | Description                                                                                   |
| --------------------------------- | --------------------------------------------------------------------------------------------- |
| **ACTIVITY\_MESSAGE**             | A user has sent you message                                                                   |
| **ACTIVITY\_REPLY**               | A user has replied to your activity                                                           |
| **FOLLOWING**                     | A user has followed you                                                                       |
| **ACTIVITY\_MENTION**             | A user has mentioned you in their activity                                                    |
| **THREAD\_COMMENT\_MENTION**      | A user has mentioned you in a forum comment                                                   |
| **THREAD\_SUBSCRIBED**            | A user has commented in one of your subscribed forum threads                                  |
| **THREAD\_COMMENT\_REPLY**        | A user has replied to your forum comment                                                      |
| **AIRING**                        | An anime you are currently watching has aired                                                 |
| **ACTIVITY\_LIKE**                | A user has liked your activity                                                                |
| **ACTIVITY\_REPLY\_LIKE**         | A user has liked your activity reply                                                          |
| **THREAD\_LIKE**                  | A user has liked your forum thread                                                            |
| **THREAD\_COMMENT\_LIKE**         | A user has liked your forum comment                                                           |
| **ACTIVITY\_REPLY\_SUBSCRIBED**   | A user has replied to activity you have also replied to                                       |
| **RELATED\_MEDIA\_ADDITION**      | A new anime or manga has been added to the site where its related media is on the user's list |
| **MEDIA\_DATA\_CHANGE**           | An anime or manga has had a data change that affects how a user may track it in their lists   |
| **MEDIA\_MERGE**                  | Anime or manga entries on the user's list have been merged into a single entry                |
| **MEDIA\_DELETION**               | An anime or manga on the user's list has been deleted from the site                           |
| **MEDIA\_SUBMISSION\_UPDATE**     | A user's submission has been accepted, partially accepted, or rejected                        |
| **STAFF\_SUBMISSION\_UPDATE**     | A user's staff submission has been accepted, partially accepted, or rejected                  |
| **CHARACTER\_SUBMISSION\_UPDATE** | A user's character submission has been accepted, partially accepted, or rejected              |


---

# 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://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/enum/notificationtype.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.
