# Tutorials

## Contents

* [A/B Deployment and Traffic Shadowing](https://hydrosphere.gitbook.io/home/tutorials/a-b-analysis-for-a-recommendation-model)
* [Using Deployment Configurations](https://hydrosphere.gitbook.io/home/tutorials/deployment-configuration)
* [Train & Deploy Census Income Classification Model](https://hydrosphere.gitbook.io/home/tutorials/train-and-deploy-census-income-classification-model)
* [Monitor Anomalies with a Custom Metric](https://hydrosphere.gitbook.io/home/tutorials/custom_metric)
* [Monitor External Models](https://hydrosphere.gitbook.io/home/tutorials/monitoring-external-models)&#x20;

## Overview

This section contains tutorials to help you get started with the Hydrosphere platform. A tutorial shows how to accomplish a goal rather than a single basic task.

Typically, a tutorial has several sections. When a tutorial section has several pieces of code to illustrate it, they can be shown as a group of tabs that you can switch between.

For guides on performing more basic technical steps, please look in the How-To section:

* [How-To](https://hydrosphere.gitbook.io/home/how-to)


---

# 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.hydrosphere.io/release-2.4.1/quickstart/tutorials.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.
