> For the complete documentation index, see [llms.txt](https://docs.poketwo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poketwo.net/basics.md).

# Basics

- [Inviting Pokétwo](https://docs.poketwo.net/basics/inviting-poketwo.md)
- [Spawning & Catching](https://docs.poketwo.net/basics/spawning-and-catching.md): Pokémon are here! In this section you will learn everything about the wild spawns, how to catch Pokémon, how to guess them, and so on.
- [Your Pokémon](https://docs.poketwo.net/basics/your-pokemon.md): On this page you will learn about your pokémon inventory and everything you need to know to view, edit and interact with the pokémon you acquire via catching, market, auction or other methods.
- [Evolutions and Forms](https://docs.poketwo.net/basics/evolutions-and-forms.md): On this page, you will learn about the different ways in which pokémon Evolve, how to change the Forms of certain pokémon and Mega Evolutions


---

# 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://docs.poketwo.net/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.
