# Traffic Shadowing

## A/B Deployment

Hydrosphere users can use multiple [model versions](/release-2.4.1/about/concepts.md#models-and-model-versions) inside of the same [Application](/release-2.4.1/about/concepts.md#applications) stage. Hydrosphere shadows traffic to all model versions inside of an application stage.

Users can specify the likelihood that a model output will be selected as an application stage output by using the `weight` argument.

![Traffic is shadowed to all versions, but only v2 and v3 return output](/files/-MKstNXymJxBuya4rNDH)

## Traffic Shadowing

Hydrosphere shadows traffic to all model versions inside of an application stage.

If you want to shadow your traffic between model versions without producing output from them simply set `weight` parameter to `0`. This way your model version will receive all incoming traffic, but its output will never be chosen as an output of an application stage.


---

# 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/about/hydrosphere-features/traffic-shadowing.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.
