> 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-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 論文範本 - 範例投稿](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://ayakaleaf-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.
