# M-Series Stream deployment

Deploying Stream on a physical M-Series appliance is easy:

{% stepper %}
{% step %}

### Connect your M-Series appliance to your network

Follow the [quick start guide for your M-Series appliance](/deployment/ndr-physical-appliances/m-series.md) to get your appliance online and ready to be paired with your Brain appliance.
{% endstep %}

{% step %}

### Set a static IP and DNS if not using DHCP

Follow the instructions in [initial CLI configuration](/deployment/stream/initial-cli-configuration.md).
{% endstep %}

{% step %}

### Pair your M-Series appliance with your Brain appliance

Follow the instructions in [pairing stream appliances](/deployment/stream/pairing-stream-appliances.md).
{% endstep %}

{% step %}

### Configure metadata filtering and publishing settings

Follow the instructions in [metadata filtering and publishing](/deployment/stream/metadata-filtering-and-publishing.md).
{% endstep %}
{% endstepper %}


---

# 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.vectra.ai/deployment/stream/deployment/m-series-stream-deployment.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.
