> For the complete documentation index, see [llms.txt](https://docs.trada.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trada.io/sharing/roadmap.md).

# What's coming

Features in development, including social trading and branded image certificates.

This page covers work that is in development but not yet available in Trada. Everything below is planned, not shipped — if a feature isn't described elsewhere in this documentation as something you can use today, it isn't live yet.

{% hint style="info" %}
This is the only page that describes unreleased features. If you see social trading or branded certificates mentioned as available anywhere else, treat this page as the source of truth: they are still in development.
{% endhint %}

## Social trading

Trada is building social trading so operators can connect with each other's strategies directly inside the platform. Two sides are planned:

* **Follow** — subscribe to another operator's strategy and route it into your own connected accounts under your own risk controls.
* **Provide** — publish your own strategy for other operators to follow.

Neither side is functional today. The in-app **Follow** and **Provide** screens are previews that lead to a waitlist — there is no live provider directory, no matching, and no strategy routing behind them yet. Do not treat them as working features.

{% hint style="info" %}
When you open **Follow** or **Provide** in the app, you can add yourself to the waitlist. Joining registers your interest; it does not activate any social trading behaviour.
{% endhint %}

## Branded image certificates

Today, certificates and shared reports are read-only links that render live in the browser. There is no file to download. See [Certificates](/sharing/certificates.md) and [Share a public report](/reports-and-analytics/share-public-report.md) for how the current, live sharing works.

In development is a **branded image certificate**: a rendered visual version of a certificate using Trada templates. This is a planned enhancement to the existing read-only links, not a replacement, and it is not yet available.

{% hint style="info" %}
Until branded image certificates ship, a certificate remains a live read-only link. It is not a downloadable file, PDF, or image.
{% endhint %}

## Roadmap status

| Feature                          | Status         | How to register interest                  |
| -------------------------------- | -------------- | ----------------------------------------- |
| Follow (subscribe to a strategy) | In development | In-app waitlist on the **Follow** screen  |
| Provide (publish a strategy)     | In development | In-app waitlist on the **Provide** screen |
| Branded image certificates       | In development | Follow product updates in-app             |

## Joining the waitlist

{% stepper %}
{% step %}

### Open the feature preview

In the app, open the **Follow** or **Provide** screen. Each opens a short preview of the planned experience.
{% endstep %}

{% step %}

### Add yourself to the waitlist

Use the waitlist action on the preview to register your interest. This records that you want early access.
{% endstep %}

{% step %}

### Watch for in-app updates

Announcements about availability arrive through in-app notifications only — Trada does not send email or push alerts. See [Notifications](/account-and-security/notifications.md).
{% endstep %}
{% endstepper %}

## What this page does not promise

* No release dates. These features ship when they are ready.
* No claim about outcomes. Trada is trade-copier and journaling software; nothing here implies or predicts performance.
* Joining a waitlist reserves interest, not a guarantee of access on any timeline.

## Related

* [Certificates](/sharing/certificates.md)
* [Share a public report](/reports-and-analytics/share-public-report.md)
* [Sharing overview](/sharing/sharing.md)
* [Notifications](/account-and-security/notifications.md)


---

# 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://docs.trada.io/sharing/roadmap.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.
