> For the complete documentation index, see [llms.txt](https://docs.animeoshi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.animeoshi.com/how-rating-works/episode-reviews-vs-anime-reviews-vs-discussion.md).

# Episode Reviews vs. Anime Reviews vs. Discussion

## In one sentence

AnimeOshi has several distinct kinds of written contribution, such as Episode Review, Anime Review (also called a Series Review), and Discussion — and none of them change an episode's OshiMeter, which moves only on the numeric episode rating.

## Overview

On an anime's pages you can write a long review, drop a quick and short review, start a theory thread, or ask a question — and it's easy to mix them up. Each format has a specific scope and a specific home on the site. This page disambiguates them and clarifies which (if any) touch the OshiMeter.

## Details

### At a glance

| Format                             | Scope                   | Length                         | Feeds the OshiMeter? | Where it lives                             |
| ---------------------------------- | ----------------------- | ------------------------------ | -------------------- | ------------------------------------------ |
| **Episode Review**                 | One episode             | Short in-line reaction written | No                   | The episode's page / community feed        |
| **Anime Review** (= Series Review) | A whole series          | Long-form written              | No                   | The anime's Series Page                    |
| **Discussion**                     | Open topic or questions | Thread                         | No                   | The anime's community feed / message board |

### Reviews: Episode vs Anime (Series)

An **Episode Review** is a short in-line review tied to one specific episode. An **Anime Review** is a long-form written review of an entire anime series. The split mirrors the platform's core idea: AnimeOshi cares about episodes as well as whole shows, so it gives each its own review type.

### Discussion

A **Discussion** is a community-feed thread for ideas, theories, and open questions about an anime, with no rating attached.

### The one thing that moves the OshiMeter

None of these written formats change an episode's OshiMeter. The score moves only on the numeric episode rating, which is the 1–5 star score (plus optional attribute scores) that a fan submits through the rating flow. Episode Reviews, Series Reviews, and Discussions add context and community, but they are separate from the rating that feeds the score.

## FAQ

**Q: What is the difference between an Episode Review and an Anime Review?**

An Episode Review is a Short in-line reaction review of one episode. An Anime Review, also called a Series Review, is a long-form review of a whole series. Same review format, different scope.

**Q: Is "Anime Review" the same as "Series Review" on AnimeOshi?**

Yes. Series Review and Anime Review are two names for the same thing: a long-form written review covering an entire anime series.

**Q: Does writing a review change the OshiMeter score?**

No. The OshiMeter moves only on the numeric episode rating (the 1–5 star score and optional attribute scores). Episode Reviews, Series Reviews, and Discussions do not change the score.

## Related pages

* [What is the OshiMeter?](/core-concepts/oshimeter.md)
* [How to Rate Episodes on AnimeOshi](/how-rating-works/how-to-rate-episodes.md)
* [AnimeOshi Terminology / Glossary](/about-animeoshi/glossary.md)


---

# 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://docs.animeoshi.com/how-rating-works/episode-reviews-vs-anime-reviews-vs-discussion.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.
