> For the complete documentation index, see [llms.txt](https://pokebestbot.gitbook.io/pokebest-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pokebestbot.gitbook.io/pokebest-bot/commands/pokebest-help-or-shop-market-auction-and-trading.md).

# Shop, Market, Auction & Trading!

| **Command**        | **Description**                     |
| ------------------ | ----------------------------------- |
| **p!market**       | Pokemon Market                      |
| **p!auction**      | Auction your pokemon                |
| **p!trade \<mem>** | Starts a trade with another trainer |
| **p!shop \[page]** | Shows shop menu                     |
| **p!coins**        | Shows your balance                  |

```
<argument> : This means the argument is required.
[argument] : This means the argument is optional.
```

### Market Commands | Pokemon Market

| **Command**                                  | **Description**                     |
| -------------------------------------------- | ----------------------------------- |
| **p!market info \<market>**                  | Displays info about market pokemon  |
| **p!market remove \<market>**                | Remove your pokemon from the market |
| **p!market buy \<market>**                   | Buy a pokemon from market           |
| **p!market search \[page=1] \[arguments]**   | Search market for a pokemon         |
| **p!market listings \[page=1] \[arguments]** | Shows your market listings          |
| **p!market list \<pokemon> \<price>**        | Lists a pokemon to market           |

```
<argument> : This means the argument is required.
[argument] : This means the argument is optional.
```

### **Auction Commands | Auction your pokemon**

| **Command**                                              | **Description**                        |
| -------------------------------------------------------- | -------------------------------------- |
| **p!auction info \<auction>**                            | View an auction pokemon                |
| **p!auction bids \[page=1] \[arguments]**                | Bid on an auction                      |
| **p!auction bid \<auction> \<bid**>                      | Bid on an auction                      |
| **p!auction search \[page=1] \[arguments]**              | Search a Pokemon in auction            |
| **p!auction list \<pokemon> \<auction\_time> \[buyout]** | List your pokemon in auction house     |
| **p!auction listings \[page=1] \[arguments]**            | Search your auction listings           |
| **p!auction remove \<auction>**                          | Remove your pokemon from auction house |

```
<argument> : This means the argument is required.
[argument] : This means the argument is optional.
```

### **Trade Commands |** Start trade with another trainer

| **Command**                     | **Description**                        |
| ------------------------------- | -------------------------------------- |
| **p!trade addall \<arguments>** | Add all pokemon to trade               |
| **p!trade cancel**              | Cancels a trade                        |
| **p!trade add \<arguments>**    | Add items to Trade                     |
| **p!trade info \<number>**      | Displays info about a pokemon in trade |
| **p!trade remove \<arguments>** | Remove items from trade                |
| **p!trade clear**               | Clear your items from trade            |
| **p!trade confirm**             | Confirms a trade                       |

```
<argument> : This means the argument is required.
[argument] : This means the argument is optional.
```

### Shop Commands&#x20;

> &#x20;See a specific page of shop by using `p!shop <page>` command

| **Command**              | **Description**                 |
| ------------------------ | ------------------------------- |
| **Level • `Page 1`**     | XP Boosters & Rare Candies      |
| **Evolution • `Page 2`** | Rare stones and evolution items |
| **Natures • `Page 3`**   | Nature modifiying items         |
| **Items • `Page 4`**     | Held Items                      |
| **Mega • `Page 5`**      | Mega Evolutions                 |
| **Forms • `Page 6`**     | Pokemon Forms                   |
| **Shards • `Page 7`**    | Shard Shop                      |

| **Command** | **Description**    |
| ----------- | ------------------ |
| **p!coins** | Shows your balance |

```
<argument> : This means the argument is required.
[argument] : This means the argument is optional.
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pokebestbot.gitbook.io/pokebest-bot/commands/pokebest-help-or-shop-market-auction-and-trading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
