# Pokémon Commands!

| **Command**                                                                                                                                                                                                                 | **Description**                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| **p!info \<pokemon>**                                                                                                                                                                                                       | View a specific pokemon from your collection.         |
| **p!select \<pokemon**                                                                                                                                                                                                      | Select a specific pokémon from your collection.       |
| **p!capture \[guess]**                                                                                                                                                                                                      | Catch a spawned pokémon                               |
| **p!profile**                                                                                                                                                                                                               | Displays your profile                                 |
| **p!pokemon \[page=1] \[arguments]**                                                                                                                                                                                        | Displays your pokemon collection.                     |
| **p!pokedex \[--type TYPE] \[--ub UB=False] \[--ordera ORDERA=False] \[--orderd ORDERD=False] \[--mythical MYTHICAL=False] \[--legendary LEGENDARY=False] \[--uncaught UNCAUGHT=False] \[--caught CAUGHT=False] \[page=1]** | Displays your Pokedex or search for a pokemon species |
| **p!nickname \[pokemon=False] \[nickname]**                                                                                                                                                                                 | Change the nickname of your pokémon                   |
| **p!fav**                                                                                                                                                                                                                   | Add pokemon to favorite list                          |
| <p></p><p><strong>p!removefav \<pokemon></strong></p>                                                                                                                                                                       | Remove pokemon from favorite list                     |
| **p!shinyhunt \[specie]**                                                                                                                                                                                                   | Shiny hunt for a pokémon!                             |
| **p!command\_time**                                                                                                                                                                                                         | Displays time and timezone of current server          |
| **p!dropitem \<pokemon>**                                                                                                                                                                                                   | Drop held item by your pokemon                        |
| **p!moveitem \<from*****poke> \<topoke>***                                                                                                                                                                                  | Swap held item for two pokemon                        |
| **p!moveinfo \<move>**                                                                                                                                                                                                      | Shows info about a move                               |
| **p!leaderboard \[lb\_type=coins]**                                                                                                                                                                                         | Displays top trainers on leaderboards                 |
| **p!release \[numbers]**                                                                                                                                                                                                    | Release pokemon from your collection for 10 bal each. |
| **p!moves \[pokemon]**                                                                                                                                                                                                      | Displays all moves that pokemon can learn             |
| **p!next**                                                                                                                                                                                                                  | Paginate to next page                                 |
| **p!back**                                                                                                                                                                                                                  | Paginate to previous page                             |
| **p!go**                                                                                                                                                                                                                    | Jumps to desired page                                 |
| **p!last**                                                                                                                                                                                                                  | Jumps to last page                                    |

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


---

# Agent Instructions: 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/pokemon-commands.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.
