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

# Exporting Ranges

> Export your ranges as text, images, or configuration files.

## Export options

RangeSharp provides several ways to export your range data, depending on what you need:

| Export type                     | What you get                                              | Plan |
| ------------------------------- | --------------------------------------------------------- | ---- |
| **PioSolver text**              | A single spot's range in PioSolver-compatible text format | All  |
| **Screenshot (PNG)**            | An image of the current grid                              | All  |
| **RangeSharp config (.rsharp)** | A full strategy with all spots, ranges, and metadata      | Pro+ |

## Export a spot as PioSolver text

<Steps>
  <Step title="Select the spot">
    Click the spot in the strategy tree to load it in the grid.
  </Step>

  <Step title="Click Export">
    Click the **Export** button in the toolbar.
  </Step>

  <Step title="Select PioSolver format">
    Choose **Export as PioSolver**. The range data is copied to your clipboard or downloaded as a text file.
  </Step>
</Steps>

The exported text can be pasted into PioSolver or any tool that accepts PioSolver format.

## Export a screenshot

<Steps>
  <Step title="View the range on the grid">
    Make sure the spot you want to capture is displayed on the grid with the overlay you prefer (Actions, Frequency, etc.).
  </Step>

  <Step title="Click Export → Screenshot">
    Click **Export** in the toolbar and select **Screenshot**.
  </Step>

  <Step title="Save the image">
    A PNG image of the grid is downloaded to your computer.
  </Step>
</Steps>

Screenshots are useful for:

* Sharing ranges in Discord, forums, or social media
* Including ranges in coaching materials or presentations
* Keeping a visual record of your ranges

## Export a full strategy (.rsharp)

See the [File Import & Export](/import-export/file-import-export) guide for details on exporting and importing complete strategy configurations.
