> For the complete documentation index, see [llms.txt](https://pokebotdev.gitbook.io/pokebot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pokebotdev.gitbook.io/pokebot/master.md).

# 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="/pages/-LbL-an6Qx1OdqnSjlCz" %}
[FAQ](/pokebot/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LbLh8wPsI8IlFGVQDnM" %}
[Special Feature](/pokebot/special-feature.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
