> For the complete documentation index, see [llms.txt](https://docs.phygitals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phygitals.com/resources/pokemon-collectors-wiki.md).

# Pokémon Collectors Wiki

At Phygitals, our objective is to enhance the Pokémon card collecting experience in every way we can. We noticed that, while there’s a lot of information out there, finding digestible, easy-to-navigate resources on Pokémon card collecting was hard to come by, especially all in one place.

That’s why we’ve built the Pokémon Collectors Wiki: an extensive resource designed to help people who are just entering the world of collecting. Whether you’re looking to understand the basics of cards, dive into investing strategies, or learn about the intricacies of the game mechanics, this wiki has you covered.

As collectors ourselves, we want this wiki to be as helpful as possible. If you think there’s any important information missing or something you’d like to see added, please don’t hesitate to reach out to us on Discord. We’re always happy to receive suggestions and eager to make this resource even better for the community.

#### Ready to Explore?

[**Click here**](https://phygitals-1.gitbook.io/pokemon-wiki) to explore the full Pokémon Collectors Wiki and unlock all the resources you need to enhance your collection.


---

# 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://docs.phygitals.com/resources/pokemon-collectors-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.
