# Welcome to the Pokebot docs!

**You can trigger the bot in many ways, either with the prefix, or by mentioning the bot instead of a prefix.**\
Both `pb!ping` and `pb! ping` work, as well as `@Pokebot#4440 ping`

## Pokemon added

* [x] Generation 1
* [ ] Generation 2
* [ ] Generation 3
* [ ] Generation 4
* [ ] Generation 5
* [ ] Generation 6
* [ ] Generation 7
* [ ] Generation 8
* [x] Alolan Pokedex
* [x] Alolan Types
* [x] Mega Evolutions

{% content-ref url="faq" %}
[faq](https://pokebotdev.gitbook.io/pokebot/faq)
{% endcontent-ref %}

{% content-ref url="special-feature" %}
[special-feature](https://pokebotdev.gitbook.io/pokebot/special-feature)
{% endcontent-ref %}


---

# 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://pokebotdev.gitbook.io/pokebot/master.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.
