> For the complete documentation index, see [llms.txt](https://help.signals.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.signals.network/getting-started/strategies/strategies-marketplace/subscribe-to-strategy.md).

# Follow a Strategy

The author of the strategy should describe it [in detail](/getting-started/strategies/strategy-details.md) and provide you with as much information as they can to help you choose wisely. Once you have found a strategy, you can easily follow it to subscribe to notifications.

![](/files/-LlabZjdhy6rUFp7Eg1B)

## Subscribe

You can subscribe to a strategy by clicking the *Follow* button on the [strategy details](/getting-started/strategies/strategy-details.md) page. A 2-step dialog will pop up and walk you through the subscription.

### Select Market

The logic of some strategies allows them to be run on many different markets, so the first step asks you to select the market on which you'd like to run the strategy. If there are no alternative markets made available by the strategy creator, only one market will be displayed and preselected for you.

![](/files/-Lquw1BRTV-XxJ0AAGKe)

### Set Initial Capital

In the second step, the dialog asks you for initial capital with which to run the strategy. This will be the capital that will be allocated to your instance of the strategy when run in paper-trading mode, simulating real trades.

![](/files/-Lquw5N4PsPXTgbGG2_g)

Once you confirm the amount of initial capital by clicking on the Follow button, a new instance of the strategy is run for you in paper-trading mode. A record of the *following* will be created among your [Following Strategies](/getting-started/dashboard.md#following-strategies-card) on your [Dashboard](/getting-started/dashboard.md) and details about the new following will pop up.

![](/files/-Lp8h28S71Z2h51_UptH)

Once the strategy triggers a new signal, you will receive a notification through your selected channels and both the strategy metrics and performance will update in the *following* detail.


---

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

```
GET https://help.signals.network/getting-started/strategies/strategies-marketplace/subscribe-to-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.
