> 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-shorts.md).

# RGO Shorts

**RGO Shorts** is the platform’s built-in short-form content system designed to help issuers gain visibility and connect with users more effectively.

It provides a lightweight content layer where projects can publish updates, showcase progress, and attract early community attention through engaging video posts.

### Purpose of RGO Shorts

Short-form videos are one of the fastest ways for new assets to reach users.

RGO Shorts transforms project updates into a content stream that users can easily browse, interact with, and share—creating an organic discovery path beyond traditional asset listings.

Shorts serve as a direct bridge between creators and users, improving visibility and accelerating early-stage traction for newly issued tokens.

### Features

* In-Platform Video Publishing

  Issuers can upload short videos directly within RGO without relying on external platforms.
* Engagement Tools

  Users can like, comment, follow, and share videos, giving projects an accessible way to build early community engagement.
* Integrated Exposure

  Shorts appear across relevant areas in RGO, including the main discovery feed and issuer profiles, increasing the likelihood of reaching new audiences.
* Smooth Transition to Project Interaction

  Users can move from watching a video to exploring the project or opening a chat window in one step, connecting content with action.

### Role in the RGO Ecosystem

RGO Shorts forms the platform’s primary content surface, complementing the issuance, discovery, and social modules.

It drives attention to new assets, supports community interaction, and keeps users informed in a format that feels intuitive and familiar.

By combining short-form content with on-platform communication and wallet-linked identities, RGO provides a unified environment where projects can grow and engage their audience from day one.


---

# 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-shorts.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.
