# MediaSource

Source type the media was adapted from

| Value                   | Description                                                 |
| ----------------------- | ----------------------------------------------------------- |
| **ORIGINAL**            | An original production not based of another work            |
| **MANGA**               | Asian comic book                                            |
| **LIGHT\_NOVEL**        | Written work published in volumes                           |
| **VISUAL\_NOVEL**       | Video game driven primary by text and narrative             |
| **VIDEO\_GAME**         | Video game                                                  |
| **OTHER**               | Other                                                       |
| **NOVEL**               | Version 2+ only. Written works not published in volumes     |
| **DOUJINSHI**           | Version 2+ only. Self-published works                       |
| **ANIME**               | Version 2+ only. Japanese Anime                             |
| **WEB\_NOVEL**          | Version 3 only. Written works published online              |
| **LIVE\_ACTION**        | Version 3 only. Live action media such as movies or TV show |
| **GAME**                | Version 3 only. Games excluding video games                 |
| **COMIC**               | Version 3 only. Comics excluding manga                      |
| **MULTIMEDIA\_PROJECT** | Version 3 only. Multimedia project                          |
| **PICTURE\_BOOK**       | Version 3 only. Picture book                                |


---

# 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/mediasource.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.
