> 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/blog/ja/burogu.md).

# ブログ

<table data-view="cards"><thead><tr><th></th><th align="right"></th><th data-hidden data-card-cover data-type="image">表紙画像</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>2026年の Overleaf Server Pro の価格とオープンソースの代替案</h4></td><td align="right"><mark style="color:$info;">2026.08.26</mark></td><td><a href="/files/c499d2bbc6b2e08770ebff1c0ab727433ac77efd">/files/c499d2bbc6b2e08770ebff1c0ab727433ac77efd</a></td><td><a href="/pages/f4c8cb62319f71719e94b8dba14a2d9f410d13fc">/pages/f4c8cb62319f71719e94b8dba14a2d9f410d13fc</a></td></tr><tr><td><h4>Ayakaleaf Pro v6.2.0 が利用可能です（GitHub、Zotero 連携付き）</h4></td><td align="right"><mark style="color:$info;">2026.08.25</mark></td><td><a href="/files/53f5021674cc2196973ca1dd73677feabbbbea7d">/files/53f5021674cc2196973ca1dd73677feabbbbea7d</a></td><td><a href="/pages/b1a8ad8eb171de63e296b677507903f489ac34d5">/pages/b1a8ad8eb171de63e296b677507903f489ac34d5</a></td></tr><tr><td><h4>Overleaf ベンチマーク：同時実行 <span class="math">\LaTeX</span> Overleaf でのコンパイル</h4></td><td align="right"><mark style="color:$info;">2026.08.24</mark></td><td><a href="/files/93b8771ef3fb8e9099bdf8b883b2d6c98689d2fc">/files/93b8771ef3fb8e9099bdf8b883b2d6c98689d2fc</a></td><td><a href="/pages/231005fd6ec05093a0f6bb133b9b9ea186d4afd6">/pages/231005fd6ec05093a0f6bb133b9b9ea186d4afd6</a></td></tr></tbody></table>


---

# 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/blog/ja/burogu.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.
