> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-tw/wen-yu-da/67-i-ve-got-further-questions-where-can-i-get-answers.md).

# 我還有其他問題，要到哪裡找答案？

關於一般的 LaTeX 問題，您通常可以透過在社群論壇上向 LaTeX 使用者與專家提問，迅速獲得回覆：

* 英文使用者： <http://latex-community.org/forum/> 或 [https://tex.stackexchange.com](https://tex.stackexchange.com/tags)
* 德文使用者： <http://texwelt.de/>

我們也建議您搜尋 LaTeX 維基書（<http://en.wikibooks.org/wiki/LaTeX/>）以取得更多資訊與範例。

如果您有關於 Overleaf 的特定問題，而在我們的線上說明中找不到答案，請 [透過我們的聯絡表單與我們聯繫](https://www.overleaf.com/contact)。透過這個網頁電子郵件介面聯絡我們是 **最快獲得回覆的最佳方式**。如果您的問題是關於您正在編輯的特定文件，請附上該文件的連結，以幫助我們更快找出任何問題。


---

# 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://overleaf-pro.ayaka.space/latex/zh-tw/wen-yu-da/67-i-ve-got-further-questions-where-can-i-get-answers.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.
