# How to share your strategy

{% hint style="danger" %}
In order for another user to use your strategy, they must have a subscription to *TradingView* and the **CDZV** complex.
{% endhint %}

{% hint style="success" %}
**Hint**

Until you or the person who received your strategy create a separate copy, changes in the original will be reflected for everyone who has access. Therefore, for individual changes, make a personal copy.

**So, here is your action plan for a trading strategy:**

1. You create the original strategy.
2. Then you make an exact duplicate of it.
3. On this copy, set up the notification sending.
4. Then share this copy with friends; they can only view it.
5. Your friends create their own copies and start working with them, repeating the cycle from the first step.<br>

Once another user copies your chart, it will no longer be linked to yours - it will be a copy, not tied to the original.
{% endhint %}

To share your trading strategy with others, simply send them a link to your chart in **TradingView**.

By default, your charts remain private, so no one can see them without your permission, even if they have the link.

But you can easily change this: open the chart settings and activate the "**Sharing On**" option.

This will make your chart visible to others, allowing them to view and create their own copies.

<figure><img src="/files/Yljex6dzWdcBreuSlAc2" alt="" width="367"><figcaption></figcaption></figure>

{% hint style="danger" %}
**Attention**

In order for others to be able to see your charts via a link, you need to grant permission for each of them separately.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?index=6&list=PLo4O5L04aNGCF3k3VhhlaZ3nVfA2ZJyYz&v=KeKEoztZFjc>" %}


---

# Agent Instructions: 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:

```
GET https://docs.cdzv.com/code-zero-visual-trading_en/user-guide/how-to-share-your-strategy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
