# Essencial

## <mark style="background-color:purple;">**Start commands**</mark>

|        Comando        |        Descrição da Funcionalidade       |
| :-------------------: | :--------------------------------------: |
|         !help         |      Mostra os comandos principais.      |
|        !tracked       |   Mostra as notificações configuradas.   |
|         !stop         |         Desativa as notificações.        |
|         !start        |      Volta a ativar as notificações.     |
| !language \[pt ou en] | Configura o idioma das mensagens do bot. |

## <mark style="background-color:purple;">**Notifications within an Area or specific Coordinates (Location)**</mark>

\
All notifications are sent based on an area or location (coordinates).\
It's possible to work with both at the same time and it can be useful!\
\
You can configure, for example, all pokémon with IV for an area that has already been selected. \
And set it to a location with a greater distance for rare pokémon (unown, for example).

### Settings per area

For notifications of Pokémon, Quests, and others to appear by area, you just need to define the area with the add command described below.

<table><thead><tr><th width="241" align="center">Command</th><th align="center">Description of Feature</th></tr></thead><tbody><tr><td align="center">!area list</td><td align="center">Shows the list of available areas.</td></tr><tr><td align="center">!area add [zone]</td><td align="center">Add an area to your notifications.</td></tr><tr><td align="center">!area remove [zone]</td><td align="center">Remove an area from your notifications.</td></tr><tr><td align="center">!area show [zone]</td><td align="center">Shows an image of the requested area.</td></tr><tr><td align="center">!area overview</td><td align="center">It shows your active configured areas.</td></tr></tbody></table>

### Configuration by location

For notifications to appear by location, you need to select the *distance (radius) in meters* where you want to receive notifications in the Pokémon, Quest and other notification commands. The flag is the letter  `d` with the distance in meters added.

{% hint style="info" %}
**Command**: !track Snorlax d500 \
Description: You'll get notifications within **500 meters** of your location.
{% endhint %}

|        Command        |             Description             |
| :-------------------: | :---------------------------------: |
| !location \[lat, lon] |     Set a notification location.    |
| !area show d\[meters] | Check distances from your location. |
|    !location remove   |   Removes the location you've set.  |

{% hint style="success" %}
Correct use of the *preferred location*: `!location 38.1921, -9.183818`

Correct use of checking *distances* in the configured location: `!area show d500`
{% endhint %}

### Guide of distances (Time with different Speeds vs Distance)

How far/fast can you walk? Here's a **guide from the Internet** (so it must be true :P)

<table><thead><tr><th width="122" align="center">Meters</th><th align="center">Velocity: Fast</th><th align="center">Velocity: Default</th><th align="center">Velocity: Calm</th></tr></thead><tbody><tr><td align="center">1000</td><td align="center">7 minutes</td><td align="center">10 minutes</td><td align="center">13 minutes</td></tr><tr><td align="center">2000</td><td align="center">14 minutes</td><td align="center">20 minutes</td><td align="center">25 minutes</td></tr><tr><td align="center">3000</td><td align="center">21 minutes</td><td align="center">30 minutes</td><td align="center">38 minutes</td></tr><tr><td align="center">4000</td><td align="center">28 minutes</td><td align="center">40 minutes</td><td align="center">50 minutes</td></tr><tr><td align="center">5000</td><td align="center">35 minutes</td><td align="center">50 minutes</td><td align="center">63 minutes</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://wiki.pokelx.com/en/wiki/discord/essencial.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.
