# Datahose - Pod Real Time Events

Datahose is a data streaming service, that gives access to all messages and events in real time.

Similarly to [Datafeed 2](broken://pages/418dsNsIYJxEIrnsq1dA), Datahose allows a service user account (bot) to retrieve [Real Time Events](https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events) including all chat messages. However, with Datahose, there is no need for the service user to be part of a chat conversation to receive its messages: the service user will automatically receive **all events from all conversations** of the pod in real time.

Get more information on how to use Datahose with the [Datahose - Read Events](/main/datahose/datahose-read-events.md) endpoint.

{% content-ref url="/spaces/909t04Fk8FiEI7fBcmlw/pages/6YZgrm0Uz3apHSn2aHXN" %}
[Datahose - Read Events](/main/datahose/datahose-read-events.md)
{% endcontent-ref %}

{% hint style="info" %}
**Add-on:** The Datahose API is an add-on to the Symphony Services, and is subject to additional charges. Prior to using Datahose in your Symphony environment(s), you will need to enter into a specific contract. Please reach out to <sales@symphony.com> to discuss the offering, its pricing or for any further information.
{% endhint %}


---

# 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://rest-api.symphony.com/main/datahose.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.
