> 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/tools-and-tracking/watchlist-status.md).

# Watchlist Status

## In one sentence

A Watchlist Status is the state you assign to an anime on your AnimeOshi Watchlist, such as **Want to Watch, Currently Watching, or Completed**. This helps to track where it sits in your viewing.

## Overview

The Watchlist is your personal tracker for the anime you intend to watch, are watching, or have already watched. Watchlist Status is the label you put on each of those anime so the list stays organized as your viewing changes. It exists so you can keep one running record of everything on your radar instead of relying on memory or scattered notes.

## Details

### The three statuses

Every anime on your Watchlist carries exactly one of these statuses:

| Status                 | What it means                   |
| ---------------------- | ------------------------------- |
| **Want to Watch**      | On your radar, not started yet. |
| **Currently Watching** | In progress right now.          |
| **Completed**          | Finished.                       |

### How to set a status

You set a Watchlist Status from an anime's detail page using the **+ Watching** button, which opens a dropdown for choosing the status. Picking a status adds the anime to your Watchlist (or updates it if it is already there). You can change the status at any time as your viewing progresses, and move an anime from Want to Watch to Currently Watching to Completed.

### Where your Watchlist lives

Your Watchlist is on the **My Lists** page at `/lists`, under the **Saved Anime** tab. That tab groups your anime by status so you can jump to what you Want to Watch, what you are Currently Watching, or what you have Completed.

### Watchlist vs custom Lists

The Watchlist is not the same as a custom List. The Watchlist (the Saved Anime tracker) is your single status-organized record of anime. Custom Lists are playlists you build and name yourself — like themed collections you can share, and that can have collaborators. One tracks your watching; the other is for curating and sharing.

## FAQ

**Q: What are the watchlist statuses on AnimeOshi?**

There are three: Want to Watch, Currently Watching, and Completed. Each anime on your Watchlist has exactly one.

**Q: How do I add an anime to my Watchlist?**

Open the anime's detail page and use the **+ Watching** button, then choose a status from the dropdown. That adds the anime to your Watchlist under the status you picked.

**Q: Where do I see everything I'm tracking?**

On the My Lists page at `/lists`, in the Saved Anime tab. It groups your tracked anime by status.

**Q: What's the difference between my Watchlist and a List?**

The Watchlist is your personal status-organized tracker of anime. A custom List is a playlist you create, name, and can share with others. They serve different purposes — tracking versus curating.

## Related pages

* [What is the Oshi Diary?](/tools-and-tracking/oshi-diary.md)
* [Releases & Schedules](/tools-and-tracking/releases-and-schedules.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/tools-and-tracking/watchlist-status.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.
