> For the complete documentation index, see [llms.txt](https://docs.didge.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didge.io/home/ridgy-vision-ai/end-user/best-served-cold.md).

# Best Served Cold

***

### 1. Introduction

With Ridgy, compliance is as simple as taking a picture. Using vision AI, thermal imaging, and Bluetooth probes, the system extracts every critical food safety value automatically — no paperwork, no guesswork.

One image captures:

* Temperature checks
* Food classification
* Storage conditions
* Time-based compliance (2-hour / 4-hour rule)
* Visual hygiene indicators

The result: instant, verifiable compliance records that protect your customers, staff, and brand.

***

### 2. HACCP & Food Safety Context

Cold holding is a critical control point (CCP), especially in buffets, hotels, and restaurants where bulk food is on display and frequently replenished. The biggest risk is food entering the temperature danger zone (5–60 °C), where microorganisms and pathogens multiply rapidly.

***

### 3. Time as the Control Method

Once food leaves refrigeration, time becomes the control:

* Start point – Food must be ≤ 5 °C (cold) or ≥ 60 °C (hot) before service.
* Up to 2 hours in TDZ – Food may be returned to refrigeration.
* 2–4 hours in TDZ – Food may stay on display but must be discarded after 4 hours.
* \> 4 hours in TDZ – Food is unsafe and must be disposed of.

Ridgy applies this automatically by calculating 2-hour and 4-hour thresholds from the captured image.

***

### 4. Key Fields Captured by AI

* Food Identification – Item, classification, allergens, storage.
* Temperature & Time – Measured temp, start temp, submission time, 2/4-hour limits, max sale time.
* Measurement Method – Thermometer, FLIR, or probe.
* Visual Conditions – Hygiene, utensils, contamination cues.
* Service Periods – Breakfast, lunch, dinner.
* Image Reference – Proof of compliance.

***

### 5. Risk Mitigation & Data Integrity

Each submission captures 36 unique data points. Far from excessive, every point acts as a layer of protection:

* Compliance – Proves adherence to HACCP rules.
* Risk Mitigation – Detects breaches before they become incidents.
* Data Integrity – AI ensures objective, consistent capture.
* Brand Protection – Strong defense against complaints and audits.
* Consumer Trust – Customers know safety is backed by real evidence.

***

### 6. Decision Logic Summary

1. ≤ 5 °C → Safe, compliant.
2. \> 5 °C but < 60 °C → Time control applied:
   * < 2 hours: return eligible.
   * 2–4 hours: discard after 4 hours.
   * 4 hours: immediate discard.

***

### 7. Compliance Record Use

Ridgy turns every image into a compliance-ready digital record for:

* Food safety audits
* Regulatory reporting
* Training and accountability

<br>


---

# 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.didge.io/home/ridgy-vision-ai/end-user/best-served-cold.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.
