> For the complete documentation index, see [llms.txt](https://rgo.gitbook.io/rgo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rgo.gitbook.io/rgo/rgo-platform/modules-overview.md).

# Modules Overview

RGO is built as a full-stack environment for issuing, distributing, and interacting with Digital Asset  assets.

The platform is built from a set of core systems that operate together to bring real assets onchain and make them usable from day one.

### 1. RGO Issuance Layer

The foundation of the platform.

* One-click creation of onchain assets
* Standardized frameworks for real-world asset structures
* Automated asset pages with disclosures and documentation
* Optional liquidity initialization through built-in trading tools

This layer turns complex Digital Asset terms into clean, onchain primitives.

### 2. RGO Portal

The discovery and navigation surface for users.

* Unified directory of all active and upcoming assets
* Trending lists, activity feeds, and category filters
* Integrated short-form content linked directly to asset pages
* Issuer profiles with verification, updates, and social presence

The Portal makes assets visible, accessible, and easy to explore.

### 3.  RGO AI Suite

A full suite of AI-powered tools for promotion and brand identity.

* AI image generation for posters, covers, and brand assets
* AI video generation short-form content
* Every project can publish short videos to gain likes, comments, follows, and shares

RGO Studio helps issuers create professional-grade materials instantly.

### 4. RGO Social Layer

A communication system designed for trust and transparency.

* End-to-end encrypted chat
* Optional voice and video calls
* Direct issuer-to-user communication
* Community interaction without relying on Telegram or Discord

This layer forms the relationship infrastructure behind every asset.

### A Unified Platform for Digital Asset Value

Together, these systems create a seamless pipeline:

Issue → Showcase → Promote → Communicate → Trade

RGO provides the full lifecycle environment for Digital assets to grow and reach users across the open internet.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rgo.gitbook.io/rgo/rgo-platform/modules-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
