# Super Apps

## What are Super Apps?

Super Apps are smart contracts that are registered with the Superfluid Protocol allowing them to **react to Super Agreements**. Through callbacks, a Super App can "react" to the creating, updating, and deleting of Super Agreements that it's been engaged with by means of customized logic set in its smart contract code.

<figure><img src="/files/ItYXMoABMjgrwsjsA9uU" alt=""><figcaption></figcaption></figure>

**This section will show you how to develop code that interacts with the CFA. For something more conceptual, check out this simple conceptual breakdown** 👇

{% content-ref url="/pages/c6XYUo3LDecV3DlP897B" %}
[Super Apps](/superfluid/protocol-overview/in-depth-overview/super-apps.md)
{% 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/developers/super-apps.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.
