# ContextGeneration Platform Documentation
## Context Health Monitor
The Context Health Monitor scores your context across 5 dimensions:
1. **Freshness** (0-100): How recently was this context updated? Stale context leads to outdated answers.
2. **Conflict Density** (0-100): Are there contradictions between context items? Conflicting facts confuse the model.
3. **Attention Dilution** (0-100): Is the context window too large? Excessive context dilutes attention on what matters.
4. **Coverage** (0-100): Does the context cover the query domain? Missing context leads to hallucinations.
5. **Toxic...
This demo uses a pre-loaded document. Sign in to upload your own documents and run queries against your own data.