> 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/on-premises/zh-tw/zhi-yuan/support-guides/using-templates-as-an-individual.md).

# 以個人身分使用範本

如果個別使用者想要使用 overleaf.com 上 Template Gallery 中的範本，他們需要：

{% 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/afede5e17559e09932a3698d8835be257be88585" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 下載原始檔

點擊專案選單並選擇 **下載原始碼**.

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

{% step %}

### 登入 Overleaf Pro

登入您的內部部署 Overleaf Pro 帳戶。
{% endstep %}

{% step %}

### 建立新專案並上傳

從專案儀表板點擊 **新增專案** 並選擇 **上傳專案**.

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

{% step %}

### 選取範本 zip 檔

點擊 **.zip 檔案選擇** 並選擇已下載的範本 zip 檔案。

<figure><img src="/files/5cac6be0cb1a2612fea26b5fff6ee10c7090d629" 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://overleaf-pro.ayaka.space/on-premises/zh-tw/zhi-yuan/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.
