# If you need help

### ① Search for answers in the manual

First, click on "🔍Search" in the upper left corner of the screen or press \[Ctrl+K] to open the search field.

<div align="left"><figure><img src="/files/0ktr9vQr9dmjKvjnZpfS" alt="" width="510"><figcaption><p>Click on "Search"</p></figcaption></figure></div>

Once you enter a keyword, a list of related page suggestions will be displayed.

<div align="left"><figure><img src="/files/MR9afJGqMpFQD2Lsrz8V" alt="" width="515"><figcaption><p>Enter a keyword (e.g. "password")</p></figcaption></figure></div>

Alternatively, type in a question and press Enter or click the "Lens" button, and the AI will refer to the entire manual to answer your question.

Click on the lower left corner of the answer to open the page on which the answer is based.

<div align="left"><figure><img src="/files/gh4iE6LwzbvTI2LFfhFp" alt="" width="521"><figcaption><p>AI search</p></figcaption></figure></div>

If you still have questions, please proceed to step ②.

### ② Ask on the official Discord

First, open the official Discord server.

※If you have not yet joined the server, follow below steps to join.

* Click the invite link: <https://discord.gg/QK4XQWPQUq>\
  (If you are new to Discord, please refer [here](https://support.discord.com/hc/en-us/articles/360033931551-Getting-Started) first to complete the account creation - phone number verification)
* Read the server rules and click the button if you agree.
* Select language via "🤞｜language-言語選択" channel (for English, click on 1️⃣) to acquire English role and join community channels.<br>

  <div align="left"><figure><img src="/files/HLo7v4UjEESrq9FO71IK" alt="" width="563"><figcaption></figcaption></figure></div>

Post your questions in channels such as "✨｜public-chat" or "❓｜pf-questions". Mods or other members will answer your questions.

If you still have questions that cannot be resolved, proceed to step ③.

### ③ Open a support ticket

You can create a ticket to contact the PolkaFantasy team directly by clicking "📥Create ticket" button in "🎫｜ticket-english" channel.

<div align="left"><figure><img src="/files/cmyxNy8I1r6TaZmp5nx1" alt="" width="563"><figcaption></figcaption></figure></div>

Please use this feature if your inquiry contains personal information such as wallet address.


---

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