# Introduction

{% hint style="warning" %}
This site is an early **work in progress**. Many pages may be missing or incomplete. Please let us know at [discord.gg/poketwo](https://discord.gg/poketwo) if you would like to help write or improve a page.
{% endhint %}

Welcome to Pokétwo!

Pokétwo is a fan-created Discord bot based on the Pokémon Franchise that enables players to catch, trade, and battle Pokémon in their Discord servers (among other things). Originally created in 2020 as a replacement for the defunct Pokécord bot, Pokétwo has since grown to be the largest Pokémon bot on Discord, with over 3 million registered players in over 800,000 servers.

Whether you want to have fun with friends and see who can catch Pokémon the quickest, collect your favorite creatures from the Pokémon series, strategize to win battles with other trainers, or simply meet new people in our thriving community, Pokétwo has something for you.

If you just want to get your hands dirty as quickly as possible, check out our [Quickstart](https://docs.poketwo.net/quickstart). Or, read the details of the bot's various features and mechanics in the other pages of this wiki.


---

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