# How it works

- [HDI+ROPE (with minimum precision)](https://docs.nannyml.com/cloud/v0.24.0/probabilistic-model-evaluation/how-it-works/hdi+rope-with-minimum-precision.md): This page explains Bayesian HDI+ROPE decision rule (with minimum precision).
- [Getting Probability Distribution of a Performance Metric with targets](https://docs.nannyml.com/cloud/v0.24.0/probabilistic-model-evaluation/how-it-works/getting-probability-distribution-of-a-performance-metric-with-targets.md): This page describes how NannyML estimates probability distribution of a performance metric when the targets are available.
- [Getting Probability Distribution of Performance Metric without targets](https://docs.nannyml.com/cloud/v0.24.0/probabilistic-model-evaluation/how-it-works/getting-probability-distribution-of-performance-metric-without-targets.md): This page describes how NannyML estimates the probability distribution of a performance metric when targets are not available.
- [Getting Probability Distribution of Performance Metric when some observations have labels](https://docs.nannyml.com/cloud/v0.24.0/probabilistic-model-evaluation/how-it-works/getting-probability-distribution-of-performance-metric-when-some-observations-have-labels.md): This page describes how NannyML estimates probability distribution of a performance metric when some observations have labels while other don't.
- [Defaults for ROPE and estimation precision](https://docs.nannyml.com/cloud/v0.24.0/probabilistic-model-evaluation/how-it-works/defaults-for-rope-and-estimation-precision.md): This pages explains how NannyML calculates default values for ROPE and precision.


---

# 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.nannyml.com/cloud/v0.24.0/probabilistic-model-evaluation/how-it-works.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.
