> For the complete documentation index, see [llms.txt](https://docs.jiye.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jiye.im/home.md).

# Polarnight  Home

**请滑动到下面查看教程与菜单推荐列表，若你是移动端，请点击左上角三条横扛查看教程**

{% hint style="success" %} <mark style="color:green;">**建议Ctrl+D收藏此教程网**</mark>

<mark style="color:green;">**本站无任何销售渠道广告，可放心食用**</mark>

**强烈推荐使用电脑端查看教程**

**你可以在本文档下方**

**找到GTA5/RDR2菜单推荐详细列表文章，方便你选择心仪的菜单**

**或者找到你购买的辅助 查看教程**

**此教程文档标目繁多,推荐使用右上角直接搜索你需要的教程**

<mark style="color:green;">**由于此文档篇幅较多，需仔细耐心查看**</mark>

<mark style="color:green;">**`你可以在这里找到菜单的教程，解决你的问题`**</mark>

> <mark style="color:green;">**如若教程与实际情况不符,请联系我们修改**</mark>
> {% endhint %}


---

# 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.jiye.im/home.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.
