> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/zh-cn/zhi-chi/support-guides/using-templates-as-an-individual.md).

# 个人使用模板

如果个人用户想要使用 overleaf.com 上模板库中的模板，他们需要：

{% stepper %}
{% step %}

### 找到该模板

前往 [模板库](https://www.overleaf.com/latex/templates) 中的 [overleaf.com](https://www.overleaf.com/) 并找到所需的模板，例如 [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### 作为模板打开

点击 **作为模板打开** 按钮。

<figure><img src="/files/ca34a0c2e8af046760e60b6451952a538157acaf" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 下载源文件

点击项目菜单并选择 **下载源文件**.

<figure><img src="/files/b505fb9aa933e0a23ac96a507cd85af6e5c72fbf" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 登录 Overleaf Pro

登录您的本地部署 Overleaf Pro 账户。
{% endstep %}

{% step %}

### 创建一个新项目并上传

在项目控制面板中点击 **新建项目** 并选择 **上传项目**.

<figure><img src="/files/65fc3c7374157e924ff66278005a18a28991d0c2" alt="" width="396"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 选择模板 zip 文件

点击 **选择一个 .zip 文件** 并选择已下载的模板 zip 文件。

<figure><img src="/files/80bc272b362d46e05c852e764885a880d531ae10" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

然后您就可以按需使用这个新上传的模板。

{% hint style="info" %}
一个 [overleaf.com](https://www.overleaf.com/) 账户是必需的
{% 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://ayakaleaf-pro.ayaka.space/on-premises/zh-cn/zhi-chi/support-guides/using-templates-as-an-individual.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.
