> 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/zhi-shi-ku/063-how-do-i-use-overleaf.md).

# 我如何使用 Overleaf？

**如果你熟悉 LaTeX** 那么使用 Overleaf 再简单不过，因为我们提供对直接编辑 LaTeX 的全面支持，并会在我们的服务器上自动为你编译文档——无需安装任何东西！你只需创建一个文档，选择 **代码编辑器** 并开始编写你的 LaTeX 代码：

![显示代码编辑器和可视化编辑器的图片](/files/ae668f1cf130ecc931d98c228f1d0a887d8e49a5)

**如果你是 LaTeX 新手** 并且需要一些入门帮助，我们的 [教程](https://www.overleaf.com/tutorial) 页面列出了一系列学习资料，帮助你快速开启 LaTeX 之旅。我们还预先加载了一系列 [模板和示例](https://www.overleaf.com/latex/templates) 到 Overleaf 中，帮助你创建你的第一份文档。

**对于初学者的另一种选择** 是从一个 [示例文档](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) 使用 **可视化编辑器** 并借此探索 Overleaf：

![展示如何使用 Overleaf 的图片。](/files/e7f4f6c34d26c8dcd3ff0fb2b325c39bc6d54176)

我们希望你喜欢使用 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/zhi-shi-ku/063-how-do-i-use-overleaf.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.
