# Model side panel

When you select a model from the model overview page, you will be redirected to the model summary page, which includes a side panel on the right. This panel helps you navigate through monitoring results, as well as model logs and settings.

<figure><img src="https://content.gitbook.com/content/KQb5UiQca9y5CPVJ4aR8/blobs/d38CeYio5aMxps97xyBH/model_side_panel.png" alt=""><figcaption><p>Model side panel.</p></figcaption></figure>

These pages are ordered based on the importance and granularity of the analysis:

1. [**Summary**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/summary)\
   Summaries are the most critical insights from the performance, concept shift, covariate shift, and data quality dashboard. Here, you can quickly find out if your model is still performing as expected or if it requires attention.
2. [**Performance**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/performance)\
   Dashboard to analyze the relevant performance metrics.
3. [**Concept shift**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/concept-drift)

   Dashboard to analyze the impact and magnitude of concept shift.
4. [**Covariate shift**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/covariate-shift)\
   Dashboard to analyze various covariate shift methods.
5. [**Data quality**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/data-quality)\
   Dashboard to visualize unseen and missing values.
6. [**Logs**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/logs)\
   Here, you can find the logs of the NannyML runs.
7. [**Model Settings**](https://docs.nannyml.com/cloud/v0.24.2/product-tour/model-side-panel/model-settings)\
   This page is dedicated to the configuration of the monitored machine learning model.


---

# 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.2/product-tour/model-side-panel.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.
