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

# Supported Formats

> All solver formats that RangeSharp can import, and which plans support them.

## Import formats

RangeSharp can import range data from 7 solver formats. The paste-to-import feature auto-detects the format, so you usually don't need to worry about which one to select.

| Format                                 | Description                                                                              | Plan |
| -------------------------------------- | ---------------------------------------------------------------------------------------- | ---- |
| **PioSolver**                          | The industry standard for GTO solutions. Supports full weighted frequencies and EV data. | Pro+ |
| **HRC** (Hold'em Resources Calculator) | Popular for tournament/ICM calculations. Single-file and mass .zip import supported.     | Pro+ |
| **Equilab**                            | Free equity calculator with basic range notation.                                        | All  |
| **Flopzilla**                          | Widely used range analysis tool with its own text format.                                | All  |
| **Simple Preflop**                     | Simplified preflop range format used by several training tools.                          | Pro+ |
| **GTO Wizard**                         | Ranges exported from GTO Wizard's training platform.                                     | Pro+ |
| **RangeSharp native (.rsharp)**        | RangeSharp's own format for full strategy export/import with all metadata.               | Pro+ |

## Export formats

| Format                          | Description                                                                 | Plan |
| ------------------------------- | --------------------------------------------------------------------------- | ---- |
| **PioSolver**                   | Export any spot in PioSolver-compatible text format.                        | All  |
| **RangeSharp native (.rsharp)** | Export a full strategy with all spots, ranges, action colors, and metadata. | Pro+ |
| **Screenshot (PNG)**            | Export the current grid as an image.                                        | All  |

## Format details

### PioSolver format

PioSolver output includes hands with weighted actions. A typical PioSolver export looks like:

```
AA:1.000 AKs:1.000 AQs:0.850:0.150 AJs:0.650:0.350 ...
```

Where the numbers represent the frequency of each action. RangeSharp maps these to your action colors.

### HRC format

HRC exports ranges as text files or .zip archives containing multiple positions. The mass import feature (Elite only) can process an entire .zip file at once, creating all spots automatically.

### Equilab format

Equilab uses a simple hand-list notation:

```
AA, KK, QQ, JJ, TT, AKs, AKo, AQs, AJs, KQs
```

RangeSharp parses this and paints all listed hands with the active action.

### Flopzilla format

Flopzilla uses a similar hand-list format with some additional notation for suited/offsuit distinctions.

### RangeSharp native (.rsharp)

The `.rsharp` format is a JSON-based file that contains the complete strategy — all spots, range data, action colors, notes, and metadata. This is the best format for backing up your work or sharing strategies with other RangeSharp users.

## Plan comparison for import

| Capability              | Free               | Pro           | Elite         |
| ----------------------- | ------------------ | ------------- | ------------- |
| Paste-to-import         | Equilab, Flopzilla | All 7 formats | All 7 formats |
| File upload (.rsharp)   | No                 | Yes           | Yes           |
| Mass import (HRC .zip)  | No                 | No            | Yes           |
| PioSolver export        | Yes                | Yes           | Yes           |
| Config export (.rsharp) | No                 | Yes           | Yes           |
| Screenshot export       | Yes                | Yes           | Yes           |
