> 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/latex/ja/narejjibsu/047-how-are-the-contents-of-the-overleaf-gallery-licensed.md).

# Overleafギャラリーのコンテンツはどのようなライセンスで提供されていますか？

ギャラリーに掲載されるすべてのテンプレート、例、および記事には明確なライセンス情報が必要ですが、いかなるライセンスも許可されます（当方の裁量によります）。ライセンスの選択は完全に投稿者に委ねられていますが、以下をおすすめします：

* **以下を使用してください** [**Creative Commons Attribution（CC BY 4.0）**](http://creativecommons.org/licenses/by/4.0) **記事と例向けのライセンス。** [Creative Commons](http://creativecommons.org/) は、無料の法的ツールを通じて創造性と知識の共有と利用を可能にする非営利組織です。CC BY 4.0 については、次のように説明しています：

  > このライセンスでは、他者があなたの作品を、原著作者としてあなたにクレジットする限り、商用目的であっても配布、リミックス、改変し、それを基にした二次創作を行えます。これは提供されているライセンスの中で最も寛容なものです。ライセンス素材を最大限に広め、活用するのに推奨されます。
* **以下を使用してください** [**LaTeX Project Public License（LPPL）**](http://latex-project.org/lppl/) **テンプレート向けです。** この [LaTeXプロジェクト](http://latex-project.org/) は、LaTeXそのものを開発しているオープンソースプロジェクトです。LaTeXおよび、投稿されたパッケージの大半はLPPLの下でライセンスされているため、あなたの作品も同じライセンスにするのが最も簡単な方法です。

選択できるライセンスは多数あり、それらの関係も複雑なため、できるだけシンプルにして、この2つのうちのいずれかに絞ることをおすすめします。

ギャラリー内で、明確なライセンス情報がない、または矛盾するライセンス情報がある例を見つけた場合は、どうか [お知らせください](https://www.overleaf.com/contact)、投稿者と協力して問題の解決を試みます。


---

# 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/latex/ja/narejjibsu/047-how-are-the-contents-of-the-overleaf-gallery-licensed.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.
