# Quick Guide

<table><thead><tr><th width="299">Commands</th><th width="449">Description</th></tr></thead><tbody><tr><td>!area list</td><td>Displays a list of all available areas to configure.</td></tr><tr><td>!area show areaname</td><td>Displays an image of an area from the list above at your choosing.</td></tr><tr><td>!area add arename</td><td>Adds an area to notify based on !area list.</td></tr><tr><td>!location latitude,longitude</td><td>Picks a coordinate to set as your location.</td></tr><tr><td>!location Porto Rua Santa Catarina</td><td>Sets your location based on the City and Street name.</td></tr><tr><td>!track everything iv100 d1000</td><td>Tracks every pokémon with iv100 and distance of 1000meters/1 kilometer radius from the set location. This value can be eddited.</td></tr><tr><td>!track everything individually iv100</td><td>Tracks every pokémon individually of 100iv, this way you can then remove any of your liking using the command !untrack nameofpokemon.</td></tr><tr><td>!track everything individually iv0-0</td><td>Tracks every pokémon individually of iv0.</td></tr><tr><td>!track everything great3 greatcp1500</td><td>Tracks every pokémon that is top 3 from Great League, this value can be editted from 1 to 10.</td></tr><tr><td>!track everything ultra3 ultracp2500</td><td>Tracks every pokémon that is top 3 from Ultra League, this value can be editted from 1 to 10.</td></tr><tr><td>!track everything little3 littlecp500</td><td>Tracks every pokémon that is top 3 from Little League, this value can be editted from 1 to 10.</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.pokevagos.com/pokevagos-docs/discord-notifications/quick-guide.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.
