> For the complete documentation index, see [llms.txt](https://wiki.pixelmonbrasiloficial.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pixelmonbrasiloficial.com.br/sistemas/wiki-in-game-wiki.md).

# ✍️Wiki In-Game (/wiki)

## ✍️Wiki In-Game

O comando /wiki é utilizado para consultar informações específicas e detalhadas sobre qualquer Pokémon disponível no servidor. Com ele, você pode verificar dados como habilidades, biomas de spawn, métodos de evolução, horários, formas regionais e mais.

#### Formato do comando: /wiki \<pokémon> \<informação>

### Pokémon:&#x20;

* Nome do Pokémon que você deseja consultar.

### Forma:

* Caso queira informações de uma forma específica, é necessário utilizar f:\<número>.&#x20;

Formas disponíveis:

* Alola → f:1&#x20;
* Galar → f:2&#x20;
* Hisui → f:3&#x20;

#### Informações de pokemon em sua forma original não é necessário o uso de f:\<número>.

### Informação:

> Existem palavras-chave específicas para cada tipo de informação. Confira abaixo:

* Abilities → Mostra as habilidades normais do Pokémon.
* Biome → Informa em quais biomas o Pokémon spawna.
* Egggroup → Mostra o Egg Group do Pokémon.
* Evo → Exibe as formas e métodos de evolução.
* Fishing → Informa onde o Pokémon pode ser pescado ou se não pode ser obtido por pesca.
* Ha → Mostra a habilidade oculta (Hidden Ability).
* Time → Informa em qual horário o Pokémon spawna.

### Exemplos de uso:

* Informações comuns:\
  /wiki slowpoke evo

<figure><img src="/files/BbGNuDjx7Yzns7kxdKyc" alt=""><figcaption><p>Exemplo de Informação</p></figcaption></figure>

* Informações utilizando forma específica:\
  /wiki slowpoke f:1 evo

<figure><img src="/files/7kPlhcA4S6APL1UP24bo" alt=""><figcaption><p>Exemplo de Informação</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.pixelmonbrasiloficial.com.br/sistemas/wiki-in-game-wiki.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
