> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/jp/begin.md).

# 冒険のはじめかた

- [はじめに](https://polkafantasy.gitbook.io/official/jp/begin/overview.md)
- [ゲーム内エコシステム](https://polkafantasy.gitbook.io/official/jp/begin/overview/ecosystem.md): PolkaFantasyはブロックチェーンゲームであり、オンチェーントークンをはじめ、複数のゲーム内通貨とアイテムを用いてゲームを楽しむことができます。
- [タイムスケジュール](https://polkafantasy.gitbook.io/official/jp/begin/overview/schedule.md): ゲーム内のタイムスケジュールについてご説明します。
- [既知の不具合](https://polkafantasy.gitbook.io/official/jp/begin/overview/known-bugs.md): 現在までに報告され、修正が予定されている不具合の一覧です。こちらに掲載されていない不具合を発見された際はご報告ください。
- [アカウント開設](https://polkafantasy.gitbook.io/official/jp/begin/create-new-account.md): ゲームマーケットプレイスにおけるユーザーID作成の説明
- [アカウントを忘れた場合](https://polkafantasy.gitbook.io/official/jp/begin/create-new-account/forgot.md): アカウントの復元方法を説明します。
- [インストール方法](https://polkafantasy.gitbook.io/official/jp/begin/install.md): ゲームのインストール方法を説明します。
- [お困りの場合](https://polkafantasy.gitbook.io/official/jp/begin/help.md): ゲームについて分からないことがある場合は、以下の手順をお試しください。
- [FAQ](https://polkafantasy.gitbook.io/official/jp/begin/help/faq.md): よくある質問とその回答をまとめました。


---

# 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://polkafantasy.gitbook.io/official/jp/begin.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.
