> For the complete documentation index, see [llms.txt](https://docs-old.evidentlyai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.evidentlyai.com/user-guide/customization.md).

# 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.
