# Customization

- [Data drift parameters](https://docs-old.evidentlyai.com/user-guide/customization/options-for-statistical-tests.md): How to set custom data drift conditions and thresholds for tabular and text data.
- [Embeddings drift parameters](https://docs-old.evidentlyai.com/user-guide/customization/embeddings-drift-parameters.md): How to customize data drift detection for embeddings.
- [Feature importance in data drift](https://docs-old.evidentlyai.com/user-guide/customization/feature-importance.md): How to show feature importance in Data Drift evaluations.
- [Text evals with LLM-as-judge](https://docs-old.evidentlyai.com/user-guide/customization/llm_as_a_judge.md): How to use external LLMs to score text data.
- [Text evals with HuggingFace](https://docs-old.evidentlyai.com/user-guide/customization/huggingface_descriptor.md): How to use models available on HuggingFace as text Descriptors.
- [Add a custom text descriptor](https://docs-old.evidentlyai.com/user-guide/customization/add-custom-descriptor.md): How to add custom text descriptors.
- [Add a custom drift method](https://docs-old.evidentlyai.com/user-guide/customization/add-custom-drift-method.md): How to implement a new drift detection method.
- [Add a custom Metric or Test](https://docs-old.evidentlyai.com/user-guide/customization/add-custom-metric-or-test.md)
- [Customize JSON output](https://docs-old.evidentlyai.com/user-guide/customization/json-dict-output.md): How to modify what is included in the Evidently JSON or Python dictionary output.
- [Show raw data in Reports](https://docs-old.evidentlyai.com/user-guide/customization/report-data-aggregation.md): How to change data aggregation in plots.
- [Add text comments to Reports](https://docs-old.evidentlyai.com/user-guide/customization/text-comments.md): How to add a widget with custom text.
- [Change color schema](https://docs-old.evidentlyai.com/user-guide/customization/options-for-color-schema.md): You can modify the colors in the Reports and Tests.


---

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