# Requirements

In order to subscribe to streams, you must [register an account](/getting-started/register-an-account.md) on the bloXroute website and use a paid tier. Streams are available to all paying users that access the BDN with a Gateway or Cloud-API.

Note that Cloud-API streaming functions the same as Gateway streaming. The only difference is that the Cloud-API streaming can be used without a Gateway (and thus without a node). These messages are sent as JSON-RPC notifications over a websocket connection. In case you are using Gateway feed you need to enable the Gateway websocket RPC. The websocket RPC is off by default.\
\
**Start the Gateway with the following additional arguments:**

{% tabs %}
{% tab title="Go Gateway" %}

```bash
--ws 
--ws-host <IP address of client application> 
--ws-port 28333

```

{% endtab %}
{% endtabs %}

For more information, see [Startup Arguments](broken://pages/-MlNxudohX6lybndPN4n).


---

# 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.bloxroute.com/bsc/streams/working-with-streams/requirements.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.
