> For the complete documentation index, see [llms.txt](https://rest-api.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rest-api.symphony.com/main/datafeed.md).

# Datafeed - Real Time Events

### Introduction to Datafeed

[Datafeed](https://docs.developers.symphony.com/building-bots-on-symphony/datafeed) is a service that transmits encrypted messages that come from the end users to the bot (e.g. service account). The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the [Real Time Events](https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events) list.

{% hint style="warning" %}
**End of support for /agent/v4/datafeed endpoints (previously known as Datafeed 1.0)**

The following endpoints are deprecated and should no longer be used:

* /agent/v4/datafeed/create
* /agent/v4/datafeed/{id}/read

If you are still using these endpoints, please upgrade to the new /agent/v5/datafeeds endpoints, by going through the following [migration guide](https://docs.developers.symphony.com/bots/datafeed#changes-required-to-upgrade-to-v5-endpoints).
{% endhint %}

####


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/datafeed.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.
