# Tutorials and Examples

- [All Tutorials](https://docs-old.evidentlyai.com/tutorials-and-examples/examples.md): Code examples and tutorials.
- [Tutorial - Tracing](https://docs-old.evidentlyai.com/tutorials-and-examples/tutorial_tracing.md): How to capture LLM inputs and outputs and view them in Evidently Cloud.
- [Tutorial - Reports and Tests](https://docs-old.evidentlyai.com/tutorials-and-examples/tutorial_reports_tests.md)
- [Tutorial - Data & ML Monitoring](https://docs-old.evidentlyai.com/tutorials-and-examples/tutorial-cloud.md): Get started with Evidently Cloud. Run checks and customize a Dashboard in 15 minutes.
- [Tutorial - LLM Evaluation](https://docs-old.evidentlyai.com/tutorials-and-examples/tutorial-llm.md): Evaluate and test your LLM use case in 15 minutes.
- [Self-host ML Monitoring](https://docs-old.evidentlyai.com/tutorials-and-examples/tutorial-monitoring.md)
- [LLM as a judge](https://docs-old.evidentlyai.com/tutorials-and-examples/cookbook_llm_judge.md): How to create and evaluate an LLM judge.
- [LLM Regression Testing](https://docs-old.evidentlyai.com/tutorials-and-examples/cookbook_llm_regression_testing.md): How to run regression testing for LLM outputs.


---

# 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/tutorials-and-examples.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.
