> 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/oshi-diary.md).

# What is the Oshi Diary?

## In one sentence

The Oshi Diary is a user's personal diary and calendar of anime watched and episodes rated on AnimeOshi. Monthly personality cards are a work in progress.

## Overview

The Oshi Diary is the self-reflection layer of an AnimeOshi profile. Where the Watchlist tracks what you intend to watch, the Oshi Diary records what you actually did, the episodes you watched and rated, laid out on a calendar, and turns that activity into a readable summary of your habits. It exists to make your viewing history feel like a story you can look back on, not just a list.

## Details

### What the Oshi Diary shows

The Oshi Diary lives on your profile at `/profile/[username]/oshidiary`. The main view is a calendar of your activity, with more to come:

* A **calendar view** of your activity, plotting the episodes you watched and rated against the days you logged them.
* **Monthly personality cards** (work in progress). This feature is still being developed and will be fine-tuned as we gather more user data.

The calendar is built automatically from your rating and watch activity. You do not fill in the Oshi Diary by hand; it populates as you rate episodes across the platform.

### How the Oshi Diary relates to your stats

The Oshi Diary sits alongside the activity statistics shown on your profile, totals such as Anime Completed, Ratings Completed, Total Watch Hours, Reviews Written, and your current and longest streaks. The stats give you the running totals; the Oshi Diary gives you the month-by-month shape, with the personality read planned on top of it.

## FAQ

**Q: What is the Oshi Diary on AnimeOshi?**

It is your personal calendar of episodes watched and rated, found on your profile at `/profile/[username]/oshidiary`. Monthly personality cards that summarize your viewing habits are a work in progress.

**Q: How do I add entries to my Oshi Diary?**

You do not add them manually. The Oshi Diary is built automatically from your rating and watch activity, so it fills in as you rate episodes on AnimeOshi.

**Q: What are the personality cards?**

They are a feature still in development. Monthly personality cards are intended to summarize your viewing habits, and they will be refined as we gather more user data. More details will be shared as the feature matures.

**Q: Is the Oshi Diary the same as my Watchlist?**

No. The Watchlist tracks anime you intend to watch, are watching, or have finished. The Oshi Diary is a backward-looking record of the episodes you have actually watched and rated, plus the habit summaries built from that history.

## Related pages

* [Watchlist Status](/tools-and-tracking/watchlist-status.md)
* [Oshi Points & Leaderboard](/community-and-rewards/oshi-points-and-leaderboard.md)
* [How to Rate Episodes on AnimeOshi](/how-rating-works/how-to-rate-episodes.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/oshi-diary.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.
