# Tests and Reports

- [Reports and Tests Overview](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/introduction.md): Introduction to Reports and Test Suites.
- [Get a Report](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/get-reports.md): How to generate Reports using Evidently Python library.
- [Run a Test Suite](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/run-tests.md): How to run Test Suites using Evidently Python library.
- [Evaluate Text Data](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/text-descriptors.md): How to run evaluations for text data with Descriptors.
- [Output formats](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/output_formats.md): How to export the results of evaluations.
- [Generate multiple Tests or Metrics](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/test-metric-generator.md)
- [Run Evidently on Spark](https://docs-old.evidentlyai.com/user-guide/tests-and-reports/spark.md): How to run calculations on Spark.


---

# 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/tests-and-reports.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.
