> 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/releases-and-schedules.md).

# Releases & Schedules

## In one sentence

Releases & Schedules is where AnimeOshi shows what anime are airing and when. It comes with today's releases with countdown timers, a calendar view, and the full slate of anime airing this season alongside their OshiMeter scores.

## Overview

Releases & Schedules answers the practical question of "what's airing, and when does the next episode drop?" It pulls AnimeOshi's airing data into one place so you can keep up with currently broadcasting anime without leaving the platform. It pairs a time-focused schedule with a season-wide view, so you can plan both the next few hours and the months ahead.

## Details

### Today's schedule and calendar

The schedule view shows the anime airing today with **countdown timers** to each release, plus a **calendar view** for looking across days. This is the at-a-glance "what drops next" surface. In the authenticated top navigation it appears under **Releases**, and it lives at the `/tools` route.

### Airing This Season

The **Airing This Season** slate, at `/airing`, is the full list of anime currently broadcasting this season, each shown with its **OshiMeter score**. Where the schedule view is about timing, the season slate is about discovery. It lets you scan everything that is airing now and see how each title is rating episode by episode, so you can decide what is worth following.

### How this fits with the rest of AnimeOshi

Releases & Schedules is a tracking and discovery tool, not a place you rate from. Once you find something worth following here, the natural next steps live elsewhere on the platform: add it to your Watchlist to track it, and rate its episodes as they air so they contribute to the OshiMeter.

## FAQ

**Q: Where do I find the anime airing schedule on AnimeOshi?**

In the authenticated top navigation under **Releases** (the `/tools` route). It shows today's airing anime with countdown timers and a calendar view.

**Q: How do I see everything airing this season?**

Open the Airing This Season slate at `/airing`. It lists the anime currently broadcasting this season, each with its OshiMeter score.

**Q: What's the difference between the schedule and Airing This Season?**

The schedule is time-focused; it shows today's (or the coming days') releases, countdown timers, and a calendar. Airing This Season is a season-wide slate of currently broadcasting anime with their scores, designed more for browsing and discovery.

**Q: Can I get notified when a new episode airs?**

Yes. If the anime is in your watchlist tracker, you will be notified when new episodes air.

## Related pages

* [Watchlist Status](/tools-and-tracking/watchlist-status.md)
* [What is AnimeOshi?](/about-animeoshi/what-is-animeoshi.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/releases-and-schedules.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.
