# &#x20;障礙排除

- [在 Windows 上進行路由追蹤](https://docs.cheapserver.tw/debug/traceroute.md)
- [找不到伺服器啟動 Jar 檔案](https://docs.cheapserver.tw/debug/unable-jarfile.md)
- [使用 ChatGPT 分析錯誤](https://docs.cheapserver.tw/debug/chat-gpt.md): 本篇將教學如何使用 ChatGPT 分析伺服器錯誤，使用 AI 可以快速分類錯誤訊息，減輕分析錯誤的時間。


---

# 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://docs.cheapserver.tw/debug.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.
