# What are Super Apps

Within the G1 ecosystem, Super Apps are the core functional modules that extend the capabilities of the central G1 Brain into specific domains, services, and applications. Unlike traditional standalone apps, G1's Super Apps are not meant to be opened and interacted with directly by the user in the conventional sense. Instead, they serve as intelligent connectors, allowing the G1 Brain to:

* **Understand and Process Data**: Interpret information from a specific service (e.g., financial transactions, project timelines, health records).
* **Perform Actions**: Execute functions within that service on behalf of the user (e.g., placing a food order, updating a CRM record, booking an appointment).
* **Enable Proactive Intelligence:** Provide the necessary interface for G1's Cognitive Persistence to learn from and act upon data and functionality within that domain, making the entire system smarter and more personalized.

Essentially, Super Apps are the specialized "limbs" and "senses" that allow the G1 Brain to reach into and intelligently manipulate various aspects of your digital life, whether personal or professional.


---

# 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://g10.gitbook.io/g1/about-g1/what-are-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.
