> 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/ko/support/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/03ffb157e5eded9430fb08d42361fb194be21f42" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 소스를 다운로드합니다

프로젝트 메뉴를 클릭하고 다음을 선택하세요: **소스 다운로드**.

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

{% step %}

### Overleaf Pro에 로그인

온프레미스 Overleaf Pro 계정에 로그인합니다.
{% endstep %}

{% step %}

### 새 프로젝트를 만들고 업로드합니다

프로젝트 대시보드에서 클릭합니다 **새 프로젝트** 그리고 선택합니다 **프로젝트 업로드**.

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

{% step %}

### 템플릿 zip 파일을 선택합니다

클릭합니다 **.zip 파일 선택** 그리고 다운로드한 템플릿 zip 파일을 선택합니다.

<figure><img src="/files/0a625a80b44f958f5cafc9d6547db6113422b92c" 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/ko/support/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.
