# In-Depth Overview

![Oh, you're approaching me?](https://422548309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKEcOOf_qoYMObicyRu%2Fuploads%2FdtzNE3hfjYyMlMbAGAJC%2Fimage.png?alt=media\&token=5ecbe753-77a2-4a01-9321-5134690d0e52)

## What is Superfluid?

Superfluid is a smart contract framework that adds new ways to move digital value to the traditional ERC20 token standard we know and love.&#x20;

Superfluid consists of 4 main components: Super Tokens, Super Agreements, Super Apps, and the Superfluid Host. Read this overview to understand the "what" and the "how" behind these components and how they interrelate.

## Contents

First, learn about these Superfluid-enabled tokens which are the base of the Superfluid Protocol

{% content-ref url="in-depth-overview/super-tokens" %}
[super-tokens](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-tokens)
{% endcontent-ref %}

Then, understand these Super Agreement features we've made which give Super Tokens cool untraditional value transfer methods (like money streaming!)

{% content-ref url="in-depth-overview/super-agreements" %}
[super-agreements](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-agreements)
{% endcontent-ref %}

Next, learn about Super Apps which are smart contracts that can respond to Super Agreements with custom logic.

{% content-ref url="in-depth-overview/super-apps" %}
[super-apps](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/super-apps)
{% endcontent-ref %}

And finally, get to know what brings all these parts together - the Superfluid Host.

{% content-ref url="in-depth-overview/superfluid-host" %}
[superfluid-host](https://superfluid.gitbook.io/superfluid/protocol-overview/in-depth-overview/superfluid-host)
{% endcontent-ref %}


---

# 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/in-depth-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.
