# Features

- [Dashboards](https://docs-old.evidentlyai.com/v0.1.57/features/dashboards.md): How to generate visual reports on data and model performance.
- [Input data](https://docs-old.evidentlyai.com/v0.1.57/features/dashboards/input_data.md): How to prepare the data.
- [Column mapping](https://docs-old.evidentlyai.com/v0.1.57/features/dashboards/column_mapping.md): How to use column\_mapping in Evidently.
- [Generate dashboards](https://docs-old.evidentlyai.com/v0.1.57/features/dashboards/generate_dashboards.md): How to generate dashboards in Evidently.
- [CLI](https://docs-old.evidentlyai.com/v0.1.57/features/dashboards/cli.md): How to use Evidently from the Terminal.
- [Colab and other environments](https://docs-old.evidentlyai.com/v0.1.57/features/dashboards/notebook_environments.md): How to use Evidently in different notebook environments.
- [Profiling](https://docs-old.evidentlyai.com/v0.1.57/features/profiling.md): How to profile ML models and data.
- [Input data](https://docs-old.evidentlyai.com/v0.1.57/features/profiling/input_data.md)
- [Column mapping](https://docs-old.evidentlyai.com/v0.1.57/features/profiling/column_mapping.md)
- [Generate profiles](https://docs-old.evidentlyai.com/v0.1.57/features/profiling/generate_profiles.md): How to generate JSON profiles in Evidently.
- [CLI](https://docs-old.evidentlyai.com/v0.1.57/features/profiling/cli.md)
- [Monitoring](https://docs-old.evidentlyai.com/v0.1.57/features/monitoring.md): How to collect data and model metrics from an ML service.


---

# 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-old.evidentlyai.com/v0.1.57/features.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.
