# Why can't I see any remaining time on my cook?

The remaining time display is based on a smart algorithm that requires enough data to make an accurate prediction. To ensure a more reliable estimate, the timer won’t appear until the internal temperature reaches 40°C (104°F).

Before that point, predictions can be wildly inaccurate—so we hold off until we have meaningful data. Once your cook passes that threshold, the app will begin calculating and showing the estimated remaining time, which becomes more accurate as cooking continues.


---

# Agent Instructions: 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:

```
GET https://docs.themeatstick.com/product-support/the-meatstick-app/why-cant-i-see-any-remaining-time-on-my-cook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
