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

# File Import & Export

> Import and export full strategy configurations using .rsharp files.

<Note>
  File-based import and export of `.rsharp` configuration files is available on **Pro** and **Elite** plans.
</Note>

## What is a .rsharp file?

A `.rsharp` file is RangeSharp's native configuration format. It contains a complete strategy with:

* All spots and their range data
* Action colors and names
* Spot notes
* Metadata (game format, table size, stack depth)

This is the best way to **back up** your work, **share** strategies with other RangeSharp users, or **transfer** strategies between accounts.

## Export a strategy

<Steps>
  <Step title="Open the Study workspace">
    Navigate to **Study** and select the strategy you want to export.
  </Step>

  <Step title="Open the export menu">
    Click the **Export** button in the toolbar, or right-click the strategy in the tree and select **Export**.
  </Step>

  <Step title="Choose RangeSharp format">
    Select **Export as .rsharp**.
  </Step>

  <Step title="Save the file">
    Your browser downloads a `.rsharp` file containing the full strategy.
  </Step>
</Steps>

## Import a .rsharp file

<Steps>
  <Step title="Go to the Study workspace">
    Navigate to **Study**.
  </Step>

  <Step title="Open the import menu">
    Click the **Import** button in the toolbar.
  </Step>

  <Step title="Select the file">
    Choose **Import .rsharp file** and select the file from your computer.
  </Step>

  <Step title="Review and confirm">
    RangeSharp shows a preview of the strategy being imported — name, number of spots, and a summary. Click **Import** to add it to your strategies.
  </Step>
</Steps>

The imported strategy appears as a new strategy in your tree with all spots, ranges, and metadata intact.

## Use cases

| Scenario                      | How to use                                                                        |
| ----------------------------- | --------------------------------------------------------------------------------- |
| **Backup your work**          | Export your most important strategies as `.rsharp` files and save them            |
| **Share with a friend**       | Export a strategy and send the `.rsharp` file — they import it into their account |
| **Coach distributing ranges** | Export your recommended strategy and share it with students                       |
| **Moving between accounts**   | Export from one account, import into another                                      |

## Export a single spot as PioSolver format

If you just need one spot in a text format compatible with other tools:

1. Select the spot in the Study workspace.
2. Click **Export** in the toolbar.
3. Select **Export as PioSolver**.
4. The range data is exported as PioSolver-compatible text.

## Screenshot export

To export the current grid as an image:

1. Select a spot and view the range on the grid.
2. Click **Export** → **Screenshot**.
3. A PNG image of the grid is downloaded.

This is useful for sharing ranges in forums, Discord, or study groups.
