> 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/readme.md).

# ようこそ

### Overleafの概要

Overleafは、研究者や技術チームに愛されている共同編集型のLaTeXエディタです。クラウド版は次のURLで利用できます [overleaf.com](https://www.overleaf.com/)。フル機能のオンラインLaTeXエディタを提供します。しかし、Overleaf Common（SaaS版）には多くの機能制限があり、 *<mark style="color:赤;">**10秒のコンパイル時間制限**</mark>* 高額な会費も必要です。

Overleafはオープンソースのコミュニティ版も提供していますが（ [GitHub: Overleaf](https://github.com/overleaf/overleaf)）、たとえば次のような多くの制限もあります：

{% hint style="warning" %}
Overleaf Community Edition は、 **all** ユーザーが信頼されている環境での使用を想定しています。Community Edition は **適していません** Sandbox Compiles が利用できないため、ユーザーの分離が必要なシナリオには適していません。

サンドボックス化なしでは、LaTeX のコンパイルはコンテナと同じ権限で実行され、そのファイルシステム、ネットワーク、環境変数にアクセスできます。これにより、データ漏えいやシステム侵害のリスクが生じます。サンドボックス化されていないコンパイルは、完全に信頼できる環境でのみ使用すべきです。複数ユーザーまたは本番環境への導入では、Sandbox Compiles を強く推奨します。

Sandbox Compiles についての詳細は次を参照してください： [サンドボックス化されたコンパイル](/on-premises/ja/she-ding/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### Server Pro に関する情報

Overleaf のWebサイトでは Server Pro のサポートに問い合わせるための入口しか提供されておらず、Server Pro に関する情報は非常に限られています。しかし、コミュニティで収集した情報に基づくと、 **Server Pro の割り当ては**:

* ライセンスを購入する必要があります *少なくとも* 10人分です。
* 10人用ライセンスの価格は約 €3,477.61 です。（2024年）
* 教育機関向けには、20ユーザーで年2640ユーロ、50ユーザーで6050ユーロ、100ユーザーで9963ユーロです。
* Server Pro は一部の地域でのみ利用可能です（例：中国本土を除く）。

### なぜ Ayakaleaf Pro なのか？

{% hint style="info" %}
Overleaf Pro は ***適していません*** Overleaf, Inc. またはその親会社である Digital Science と提携していません。また、 *Server Pro でもありません* 。これは Overleaf, Inc. が提供する商用製品である Edition です。Overleaf Pro は、 [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Ayakaleaf Pro は Overleaf Community Edition を拡張した実装であり、 *<mark style="color:緑色の;">**all**</mark>* *<mark style="color:緑色の;">**無料のプレミアム**</mark>* Server Pro の機能を提供します。<https://www.overleaf.com/> で利用できる Overleaf Common とは異なり、 <https://www.overleaf.com/>、または商用版の Server Pro とは異なり、私たちは

* ***制限なし*** コンパイル時間に
* ***ライセンス不要*** ユーザー数に関する要件はありません
* ***すべての機能*** Server Pro から解除済み

さらに、あなた自身のデータを完全にセルフホストでき、絶対的な安全性を確保できます！詳細は次を参照してください：

{% content-ref url="/pages/cafcc3ff5a0d935c048ebad90f54e8a61a965c23" %}
[機能と著作権](/on-premises/ja/readme/features-and-copyright.md)
{% endcontent-ref %}


---

# 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/readme.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.
