# 功能

- [排命盤](https://doc.fortunetellergpt.com/functions/pai-ming-pan.md): 點擊「命盤」按鈕
- [八字](https://doc.fortunetellergpt.com/functions/pai-ming-pan/ba-zi.md): 本系統嚴格遵循學術理論推論命盤，盡量做到所有論述都有學術依據，避免LLM所產生的「幻覺」。
- [紫微斗數](https://doc.fortunetellergpt.com/functions/pai-ming-pan/zi-wei-dou-shu.md)
- [占星](https://doc.fortunetellergpt.com/functions/pai-ming-pan/zhan-xing.md)
- [易經](https://doc.fortunetellergpt.com/functions/yi-jing.md)
- [塔羅](https://doc.fortunetellergpt.com/functions/ta-luo.md)
- [籤詩](https://doc.fortunetellergpt.com/functions/qian-shi.md)


---

# 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://doc.fortunetellergpt.com/functions.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.
