# Strategy Options

Next to the title of your model, there 5 buttons, each with different options:

<figure><img src="/files/0LtcnbUdZSaaV9qw19oB" alt=""><figcaption></figcaption></figure>

### Favorite

Adding a model to your favorites will pin it at the top of all your strategies on the left strategy sidebar section.

### Clone Strategy

Cloning a strategy allows you to configure a copy of the strategy. This may be useful if you would like to use the same datasets as your current model, but want to change the trading parameters.

### Save Strategy as Template

Saving a model as a template allows you to access it on the charts page on the left sidebar. Once a template is selected, you will be taken to the strategy configuration page where you can edit the strategy's parameters.

### Delete Strategy

Clicking the trash can will delete the strategy permanently.

### Subscribe

Subscribing to the strategy will run the model daily, concurrently sending you the results.

Once clicked, a pop up will warn you of the credit spend:

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

### Download Model Data

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

To the left of the date range, you will see a download icon.

You can download all the model data to an excel file (.xlsx).

The spreadsheet has all the data from the metrics you've selected, along with all the trades in detail.

###

###


---

# 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://chain-of-demand.gitbook.io/chain-of-demand-docs/user-guide/getting-started/strategy-options.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.
