> For the complete documentation index, see [llms.txt](https://docs.simkl.org/how-to-use-simkl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simkl.org/how-to-use-simkl/core-features/countdowns-calendars-release-schedules/simkl.com-countdowns.md).

# Simkl.com Countdowns

## On Dashboard

Simkl Countdown on your Profile Dasboard is a helpful tool designed to keep track of upcoming episodes of your favorite TV shows, movies, and anime.&#x20;

<figure><img src="/files/th3d2W6QXz3uiL2dtZe4" alt=""><figcaption></figcaption></figure>

By integrating seamlessly with your Simkl account, it provides real-time alerts and reminders to ensure you never miss a new release. This feature is particularly useful for dedicated fans who want to stay updated with precise scheduling information.

## Inside TV Shows and Movies

<figure><img src="/files/GGdgoBt0BnnVv98Cu0d4" alt=""><figcaption></figcaption></figure>

### Dedicated countdown page for all Shows and movies

<figure><img src="/files/UFkBHittGlw7I1xDNVAh" alt=""><figcaption></figcaption></figure>


---

# 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.simkl.org/how-to-use-simkl/core-features/countdowns-calendars-release-schedules/simkl.com-countdowns.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.
