# All Commands

### Command Usage

When using a command, prefix it with a `/`\
Then start typing out the name of the command or select it via the slash command menu.

![Slash Command Menu](/files/cEIQbSbA8wXox2VCAXVw)

If you click on the PoroScout icon on the left, you can jump to all of the PoroScout commands.\
Click on a command.\
If there are any required arguments, you will need to type them in. When you are done typing in an argument, click `TAB` and it will bring you to the next required argument. When you are finished, once again hit `TAB` to escape the argument typing section. \
Any optional arguments will show up now.\
To provide an optional argument, click on it in the menu and type. Once you are done, click `TAB`

When you finish typing everything, click enter to send the command.\
You should see a **Sending Command...** or a **PoroScout is thinking...**\
Congratulations, you have sent your first PoroScout command!

### All Commands

A list of all PoroScout commands.\
Any argument ending with `*` means it is required.

<table><thead><tr><th width="150">Name</th><th>Arguments</th><th>Description</th></tr></thead><tbody><tr><td>abilities</td><td><code>championName*</code></td><td>Shows a description of all the abilities of the selected champion.</td></tr><tr><td>about</td><td>None</td><td>Shows info about the bot.</td></tr><tr><td>best</td><td><code>elo</code>, <code>lane</code></td><td>Shows the top champions for the provided elo and lane. (Defaults to low elo and all lanes) </td></tr><tr><td>champion</td><td><code>championName*</code>, <code>lane</code></td><td>Shows a champion's tier, winrate, pickrate, banrate, build path, upgrade path, and runes.</td></tr><tr><td>configure patchnotes</td><td><code>#channel*</code></td><td>Start/stop receiving patch note notifications in the provided channel.</td></tr><tr><td>counters</td><td><code>championName*</code>, <code>lane</code></td><td>Shows a champion's counters.</td></tr><tr><td>link</td><td><code>username*</code>, <code>region*</code></td><td>Link your summoner to the bot.</td></tr><tr><td>live</td><td><code>username</code>, <code>region</code></td><td>Check if a summoner is in a game.</td></tr><tr><td>mastery</td><td><code>username</code>, <code>region</code></td><td>Check the top 10 masteries of a summoner.</td></tr><tr><td>matches</td><td><code>username</code>, <code>region</code></td><td>Check the last 5 games of a summoner.</td></tr><tr><td>patchnotes</td><td>None</td><td>Show the latest patch notes.</td></tr><tr><td>profile</td><td><code>username</code>, <code>region</code></td><td>Show a summoner's profile (level, top 3 masteries, recent game, live game, and ranked stats.</td></tr><tr><td>rotation</td><td>None</td><td>Show the champions on free rotation.</td></tr><tr><td>synergies</td><td><code>championName*</code>, <code>lane</code></td><td>Show a champion's synergies.</td></tr><tr><td><a href="https://www.ultimate-bravery.net/">ultimatebravery</a></td><td>None</td><td>Random champion, random runes, random items, and random summoner spells.</td></tr><tr><td><a href="/pages/5cwDK2VXfHyksQ3LPYHD">graph lp</a></td><td><code>username</code>, <code>region</code></td><td>Displays the summoners LP graph. </td></tr></tbody></table>


---

# 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://docs.poroscout.gg/commands/all-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.
