# Subscribable

In this video, we dive into the "Subscribable" package for AO, a crucial concept in the AO ecosystem. This package lets you subscribe to data and message streams from other processes, enabling event-driven architecture in distributed systems. It's essential for building low-latency, critical infrastructure and can also be used for streaming events on AO. We'll demonstrate how to use it across multiple processes, explain its anti-spam features, and explore how you can potentially monetize your data between processes.

{% embed url="<https://odysee.com/@AutonomousFinance:7/subscribable:0?r=EtSGhHGd6wZ4SDZqnHzAkKm8BsNy4ctE>" %}

{% @github-files/github-code-block %}


---

# 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.autonomous.finance/products/ecosystem-tooling/subscribable.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.
