> 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/platform-modules/rgo-portal.md).

# RGO Portal

The RGO Portal is the main interface where users explore assets, view updates, and interact with issuers.

It combines asset discovery, short-form content, and community activity into a single surface.

**RGO’s Portal includes:**

* Asset Directory — A clean, organized listing of all active and newly launched assets, with quick access to individual pages and disclosures.
* Activity Stream — Real-time updates featuring new listings, trending tokens, issuer announcements, and market movements.
* Short-Form Content Integration — Short videos posted by issuers or creators appear directly within the Portal’s content stream, providing immediate visibility and helping users discover new activity in a more engaging format.
* Issuer Profiles — Each issuer has a simple profile page displaying basic information and linked social media accounts, making it easy for users to follow updates or join external communities.
* Adaptive Discovery — Recommendation logic that surfaces assets based on user behavior and ecosystem trends.

The Portal makes every asset visible, accessible, and easy to engage with from the moment it launches.


---

# 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/platform-modules/rgo-portal.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.
