> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmobius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Share a bot to the community

> Publish any Mobius strategy to the community feed — complete with equity curve, description, and performance metrics — for other traders to browse and fork.

The Mobius community feed lets you share your trading strategies publicly. When you share a bot, it creates a post on the community page that includes your strategy's equity curve, a description, and key backtest metrics. Other users can like, comment on, and fork your strategy into their own workspace.

## How to share a bot

<Steps>
  <Step title="Open a saved bot">
    Go to **My Bots** and open the strategy you want to share.
  </Step>

  <Step title="Click Share">
    Click the **Share** button on the bot detail page.
  </Step>

  <Step title="Write a description">
    Add a description of your strategy — what it does, what conditions it targets, and any notes about the backtest results. This is what other users will see on the community feed.
  </Step>

  <Step title="Publish">
    Click **Publish**. Your strategy is now live on the [community page](https://www.joinmobius.com/community).
  </Step>
</Steps>

## What appears in the post

Every community post includes:

* **Strategy name** — the name of your saved bot
* **Equity curve** — an interactive chart showing portfolio performance over the backtest period
* **Key metrics** — total return, Sharpe ratio, max drawdown, and trade count from the most recent backtest
* **Description** — the text you wrote when publishing
* **Author** — your Mobius username

The strategy logic itself (indicator details, exact entry/exit rules) is included in a readable summary so other users can understand and learn from your approach.

## After publishing

Once a post is live, other users can:

* **Like** your post
* **Comment** on your strategy
* **Fork** your bot — creating a private copy in their own workspace that they can backtest, modify, and deploy

You'll see like and comment notifications in your Mobius account.

## Editing or removing a post

To edit the description of a shared post, navigate to the community post from your My Bots page and click **Edit Post**. To remove it from the community feed, click **Unpublish**. Unpublishing removes the post from the feed but does not affect the underlying bot in your account.

<Note>
  Forked copies of your strategy continue to exist in other users' accounts even after you unpublish the original post.
</Note>
