> For the complete documentation index, see [llms.txt](https://cobblewobble.gitbook.io/cobblewobble-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cobblewobble.gitbook.io/cobblewobble-wiki/getting-started/gts.md).

# GTS

### What is the GTS?

The Global Trade Station allows players to buy and sell Pokémon and items with other players across the server.

Use it to:

* Sell Pokémon for money
* Search for specific Pokémon
* Buy Pokémon listed by other players
* Make money while offline

***

### Opening the GTS

Use the command:

```bash
/gts
```

## Selling Pokémon

To sell a Pokémon from your party, use:

```
/gts sell pokemon <slot> <price>
```

#### Example

```
/gts sell pokemon 1 5000
```

This will:

* Take the Pokémon in party slot `1`
* List it on the GTS
* Sell it for `$5,000`

***

### Pokémon Slot Numbers

Your Pokémon party slots are numbered:

* `1` = First Pokémon in your party
* `2` = Second Pokémon
* `3` = Third Pokémon
* `4` = Fourth Pokémon
* `5` = Fifth Pokémon
* `6` = Sixth Pokémon

***

## Selling Items

To sell an item you are holding in your hand, use:

```
/gts sell item <price> <quantity>
```

#### Example

```
/gts sell item 2500 16
```

This will:

* Sell `16` of the item currently in your hand
* List it for `$2,500`

***

### Important Notes

* You must be holding the item you want to sell
* Once listed, other players can purchase your listing through `/gts`
