# Introduction

This resource will provide documentation for the Pokémon Unity Framework. (abbv. as 'PkUnity' or 'PkU') Tutorials are included for complicated steps in the development process such as working with Tiled2PKUnity or creating models for tilemaps in Blender. Alongside tutorials, there will be documentation on global functions such as modifying debug data. There will also be instructions for changes made in the develop branch if you're using develop over master.

This GitBook is currently a work in progress, though we hope to update it regularly since the develop branch is including new additions. Voluntary additions are always welcome via Change Requests.

Thanks for using PKUnity, The Pokémon Unity Team


---

# 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://pokemonunity.gitbook.io/pokemon-unity/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.
