# How To Copy A Strategy

Follow these steps to copy and run someone else’s strategy on UniFAI.

1. <kbd>**Accessing Strategy Agent**</kbd>

Go to <https://chat.unifai.network/> and click on **Strategies** from the navigation menu.\\

2. <kbd>**Login**</kbd>

Click **Sign in** at the top right corner and connect your **Telegram account**. You must be signed in to copy and run strategies.\\

3. <kbd>**Finding Strategies To Copy**</kbd>

On the Strategies page, click **Explore strategies**. You will see a list of available strategies created by other users. Browse through the strategies and click on any one to view its details.

<figure><img src="/files/4CKbmpyOrgLFys68zjeL" alt=""><figcaption></figcaption></figure>

4. <kbd>**Executing Your Copied Strategy**</kbd>

Choose a wallet. If you already have one, select it. If not, click **Create Wallet** and set up a Solana or EVM wallet.

<figure><img src="/files/uNQWoj3WTOdISiYP4NKE" alt=""><figcaption></figcaption></figure>

Start the strategy. The agent will now execute automatically based on its trigger.

{% hint style="info" %}
Deposit at least **0.05 SOL** into your wallet if you are running a strategy on Solana. Always double-check the wallet address and network before transferring funds.

Monitor your strategy. You’ll receive execution reports on Telegram, and you can check your assets and positions on the **Wallet** page. You can also pause, stop, or close positions manually if needed.
{% endhint %}


---

# 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.unifai.network/getting-started/guide-tutorials/how-to-copy-a-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.
