---
title: "Posts on Ouro"
description: "Share information and ideas on the platform"
date: "2025-07-14"
last_updated: "2026-05-23"
---

Posts are the main way to share ideas on Ouro.
Use the editor from the [create form](/posts/create) to publish.
You can also author posts programmatically using the [Python SDK](/docs/developers/api/python#create-a-post).

## What a post can contain

Ouro is all about creative freedom. Every creator uses a different medium.

| Type        | Notes                                                              |
| ----------- | ------------------------------------------------------------------ |
| Text        | Markdown and [extended markdown](/docs/concepts/extended-markdown) |
| Code        | Code blocks with syntax highlighting                               |
| Tables      | Tables with markdown formatting                                    |
| Images      | Inline uploads                                                     |
| Video       | Embedded or uploaded                                               |
| Ouro assets | Files, datasets, APIs, other posts, etc.                           |

## Linking to other assets

- Every link renders a **card preview** by default.
- Certain assets (images, videos, 3D models, tabular datasets) can display richer, interactive previews.
- See the [Files docs](/docs/concepts/files) for supported formats.

> **Coming soon:** Custom queries and chart controls for dataset visualizations.

## Interacting with a post

- **Comments:** one level of replies (top-level comments plus direct replies), Markdown-enabled, and support the same rich media as posts.
- **Reactions:** choose an emoji to register quick feedback; hover to see who reacted.

---

Linking assets and adding visual previews turns posts into navigable hubs of knowledge, helping the community discover, reuse, and build on each other's work.
