> 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-cn/wen-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-cn/wen-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.
