> 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/ja/sapto/support-guides/using-templates-as-an-individual.md).

# 個人としてテンプレートを使用する

overleaf.com のテンプレートギャラリーからテンプレートを使用したい場合、個々のユーザーは次の操作を行う必要があります:

{% stepper %}
{% step %}

### テンプレートを見つける

次に移動します [Template Gallery](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/c784aef0408f07d676a7b3e2d7693d56065f6722" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### ソースをダウンロードする

プロジェクトメニューをクリックし、次を選択します **ソースをダウンロード**.

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

{% step %}

### Overleaf Pro にログインする

オンプレミスの Overleaf Pro アカウントにログインしてください。
{% endstep %}

{% step %}

### 新しいプロジェクトを作成し、アップロードする

プロジェクトのダッシュボードから **新規プロジェクト** をクリックして **プロジェクトをアップロード**.

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

{% step %}

### テンプレートの zip を選択する

クリックして **.zip ファイルを選択** ダウンロードしたテンプレートの zip ファイルを選択します。

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

その後、この新しくアップロードされたテンプレートを必要に応じて使用できます。

{% hint style="info" %}
1つの [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/ja/sapto/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.
