> 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/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 논문 템플릿 - 예시 제출본](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://overleaf-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.
