> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rangesharp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Strategies

> How to create, organize, duplicate, and delete strategies.

## Create a new strategy

<Steps>
  <Step title="Open the Study workspace">
    Click **Study** in the nav rail.
  </Step>

  <Step title="Click the + button">
    At the top of the strategy tree (left panel), click the **+** button.
  </Step>

  <Step title="Fill in the details">
    Enter the following:

    * **Name** — A descriptive name, e.g., "6-Max Cash 100bb"
    * **Game format** — Cash, MTT, Spin & Go, etc.
    * **Table size** — 6-max, 9-max, heads-up
    * **Stack depth** — Default effective stack (e.g., 100bb)
  </Step>

  <Step title="Click Create">
    Your new strategy appears in the tree, ready for you to add spots.
  </Step>
</Steps>

## Duplicate a strategy

If you want to create a modified version of an existing strategy (for example, a different stack depth variation):

1. Right-click the strategy in the tree.
2. Select **Duplicate**.
3. The copy appears with "(Copy)" appended to the name.
4. Rename it and modify the spots as needed.

Duplicating copies the strategy and all its spots, including range data and notes.

## Rename a strategy

1. Right-click the strategy in the tree.
2. Select **Rename**.
3. Type the new name and press **Enter**.

## Delete a strategy

1. Right-click the strategy in the tree.
2. Select **Delete**.
3. Confirm the deletion.

<Warning>
  Deleting a strategy removes all its spots, range data, training history, and notes permanently. This cannot be undone.
</Warning>

## Organizing strategies

Strategies appear in the tree in the order they were created. You can drag and drop strategies to reorder them.

### Naming conventions

Consider a naming convention that makes your strategies easy to find:

| Format               | Example                        |
| -------------------- | ------------------------------ |
| Game + Table + Stack | "Cash 6-Max 100bb"             |
| Source + Format      | "GTO 6-Max NL200"              |
| Player + Context     | "Coach Marcus: MTT Late Stage" |

## Strategy limits

| Plan  | Max strategies |
| ----- | -------------- |
| Free  | 5              |
| Pro   | 50             |
| Elite | 200            |

When you reach your plan's limit, you'll need to delete an existing strategy or upgrade your plan to create more.

## Adding content to a strategy

After creating a strategy, you need to add **spots** (individual situations) to it. There are several ways:

* **Add spots manually** — Right-click the strategy and select "Add Spot" ([learn more](/study/adding-spots))
* **Import ranges** — Paste solver output to populate spots automatically ([learn more](/import-export/paste-import))
* **Add from Library** — Copy pre-built GTO solutions into your strategy ([learn more](/library/adding-solutions))
