# Protocol Overview

- [What is Superfluid?](https://superfluid.gitbook.io/superfluid/protocol-overview/what-is-superfluid.md)
- [In-Depth Overview](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview.md): A conceptual deep dive into the Superfluid Protocol
- [Super Tokens](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-tokens.md): Tokens that possess Superfluid functionality
- [Super Agreements](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-agreements.md): Superfluid's untraditional value-transfer functionality
- [Money Streaming (CFA)](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-agreements/constant-flow-agreement-cfa.md): Lets you stream tokens
- [Distributions (IDA)](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-agreements/instant-distribution-agreement-ida.md): One transaction to distribute to any number of receivers with a fixed gas cost
- [Streaming Distributions](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-agreements/streaming-distributions-coming-soon.md): The General Distribution Agreement (GDA)
- [Super Apps](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-apps.md): Making Super Agreements truly programmable
- [Superfluid Host](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/superfluid-host.md): The "brain" of the Superfluid Protocol
- [Use Cases](https://superfluid.gitbook.io/superfluid/protocol-overview/use-cases.md): Understand some of the major applications of the Superfluid Protocol
- [Recurring Payments](https://superfluid.gitbook.io/superfluid/protocol-overview/use-cases/recurring-payments.md): Superfluid is great for automating and scaling recurring payments
- [DeFi](https://superfluid.gitbook.io/superfluid/protocol-overview/use-cases/defi.md): Using Superfluid to create novel DeFi apps
- [Social & Community](https://superfluid.gitbook.io/superfluid/protocol-overview/use-cases/social-and-community.md): Social tokens give PCR a new
- [Gaming](https://superfluid.gitbook.io/superfluid/protocol-overview/use-cases/gaming.md): Superfluid can bring serious efficiencies to Web3 gaming
- [Glossary of Terms](https://superfluid.gitbook.io/superfluid/protocol-overview/glossary-of-terms.md): Terminology that will be referred to throughout these docs


---

# 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://superfluid.gitbook.io/superfluid/protocol-overview.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.
