> 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/zh-tw/zhi-shi-ku/047-how-are-the-contents-of-the-overleaf-gallery-licensed.md).

# Overleaf 圖庫中的內容採用什麼授權？

我們要求在圖庫中發布的所有範本、範例和文章都必須有清楚的授權資訊，但可接受任何授權（由我們自行裁量）。授權的選擇完全由貢獻者決定，不過我們建議如下：

* **請使用** [**創用 CC 姓名標示（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 授權，因此將您的作品採用相同授權是最簡單的做法。

可選擇的授權很多，彼此之間的關係也很複雜，因此我們建議保持簡單，並堅持使用這兩種選項之一。

如果您在我們的圖庫中發現某個範例沒有清楚的授權資訊，或其授權資訊彼此矛盾，請 [告訴我們](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/zh-tw/zhi-shi-ku/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.
