# Governance

SyncAI acts as an **off-chain layer**, abstracting governance complexities and enabling users to seamlessly engage with decentralized autonomous organizations (DAOs). The governance module is specifically designed to simplify and enhance user participation, with its framework built around three key components:

### 1. **Communication – SyncEcho**

SyncEcho facilitates seamless communication within DAOs by enabling decentralized representatives (dReps) to create discussion groups, initiate intra-dRep voting, and drive collaboration. This communication layer fosters more informed and efficient decision-making, empowering participants to engage meaningfully with governance processes.

{% content-ref url="/pages/f0R7UzwIaAPi7gvSUS4K" %}
[SyncEcho: Wallet to Wallet Interactions](/features/syncecho-wallet-to-wallet-interactions.md)
{% endcontent-ref %}

### 2. **Notifications - SyncNotify**

SyncAI provides real-time notifications on governance proposals from platforms like Intersect and other major DAOs. Users can subscribe to receive updates tailored to their interests, with every notification equipped with an action button for quick summary and one-click voting. This feature simplifies governance participation, ensuring users stay informed and can act instantly.

The notification payloads can be seamlessly delivered to the Sync Mobile App or even Web2 platforms like WhatsApp or Telegram.

{% content-ref url="/pages/dGsO2kwjFZcMpgQaQN6k" %}
[SyncNotify: On-Chain Notifications](/features/syncnotify-on-chain-notifications.md)
{% endcontent-ref %}

### 3. **Natural Language Commands**

SyncAI’s natural language processing capabilities allow users to query governance data, such as proposal information or two-minute summaries, using simple commands. This feature makes it effortless for users to interact with governance proposals, obtain concise updates, and make informed decisions quickly.

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

***

## Examples:

* A decentralized representative (dRep) creates a discussion group on SyncEcho to gather input on a proposal related to sustainability efforts. After an engaging discussion, the dRep conducts intra-dRep voting to collect feedback from the group before casting their official vote on Project Catalyst.
* A user who subscribes to notifications for Intersect DAO receives an alert about a new DeFi funding proposal. The notification includes an action button that enables the user to learn about proposal in 2-mins and vote on the proposal directly, eliminating the need to navigate through the platform.
* A user submits the natural language command, "Show me the top 5 proposals in the Real-World Asset (RWA) category with the highest funding request." SyncAI processes the query and returns a summary of the top 5 RWA proposals, ranked by their requested funding, allowing the user to quickly assess and act on the information.


---

# 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://docs.syncai.network/features/syncecho-intent-ai-inference/governance.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.
