# Basics

<table><thead><tr><th width="144">Command</th><th width="154">Example</th><th width="450">Description</th></tr></thead><tbody><tr><td>!poracle</td><td></td><td>This is the command to register your access onto the bot in the channel access-bot.</td></tr><tr><td>!info</td><td>!info growlithe</td><td>Displays informations from Growlithe, including the forms available and how to type them properly.</td></tr><tr><td>!stop</td><td></td><td>Stops all notifications temporarily</td></tr><tr><td>!start</td><td></td><td>Resumes your notifications in case if they were stopped.</td></tr><tr><td>!unregister</td><td></td><td>Unregisters all your filters and you will have to use !poracle again.</td></tr><tr><td>!location</td><td>!location 38.742641,-9.145532</td><td>Sets your location to the choosen coordinates. You only need to edit the coordinates everytime you want to change into a new position. </td></tr><tr><td>!location</td><td>!location Porto Rua Santa Catarina</td><td>Sets your location point based on a City and Street Name.</td></tr><tr><td>!area add</td><td>!area add LisboaInteira</td><td>Adds a pre-built Area, which will be used to notify apart from the !location command.</td></tr><tr><td>!area remove</td><td>!area remove LisboaInteira</td><td>Removes the Area LisboaInteira from your notification Areas.</td></tr><tr><td>!area list</td><td></td><td>Display a list of all avaiable pre-built areas for you to choose from.</td></tr><tr><td>!area show</td><td>!area show LisboaInteira</td><td>Display an image of the Area called LisboaInteira.</td></tr><tr><td>!tracked</td><td></td><td>Displays all your configured notifications.</td></tr><tr><td>!language</td><td>!language de</td><td>Can swap languages such as:<br>de (German);<br>en (English);<br>fr (French);<br>it (Italian);<br>pt (Portuguese).</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/basics.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.
