> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/enum/notificationtype.md).

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