# Telegram Mini-App Structure

The **Telegram Mini-App** serves as the entry point for users to participate in the SageUnion ecosystem. By leveraging Telegram’s global user base and low entry barrier, SageUnion ensures easy access and intuitive participation without requiring users to download additional applications.

**Key Features of the Mini-App:**

* **User Registration & Wallet Integration:**\
  Participants can sign up using their Telegram account and connect their BSC-compatible wallet to receive SAGU rewards.
* **Weekly Question Interface:**\
  A simple interface that displays the current week’s question, submission deadline, and contribution status.
* **Response Submission Module:**\
  A structured input area for users to submit their answers or data.
* **Contribution History & Reward Tracker:**\
  A dashboard that allows users to view their past submissions, evaluation scores, and accumulated SAGU rewards.
* **Community Interaction (Optional):**\
  Discussion boards or voting modules for future governance participation.


---

# 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://sageunion.gitbook.io/sageunion/platform-architecture/telegram-mini-app-structure.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.
