# User Guide

- [Customization](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization.md): How to change and modify the pre-built Evidently reports.
- [Select Widgets](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization/select-widgets-to-display.md): You can decide which components to include in the Dashboards or HTML Reports.
- [Custom Widgets and Tabs](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization/add-a-custom-widget-or-tab.md): You can create a new Widget and/or a new Tab.
- [Options for Data / Target drift](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization/options-for-data-target-drift.md): You can modify certain options when calculating the Data and Target drift.
- [Options for Quality Metrics](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization/options-for-quality-metrics.md)
- [Options for Statistical Tests](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization/options-for-statistical-tests.md): You can modify the statistical tests used to calculate Data and Target Drift.
- [Options for Color Schema](https://docs-old.evidentlyai.com/v0.1.57/user-guide/customization/options-for-color-schema.md): You can modify the colors in the Evidently Dashboards.
- [Recipes](https://docs-old.evidentlyai.com/v0.1.57/user-guide/recipes.md): How-to examples.


---

# 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/user-guide.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.
