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

# Overleaf 画廊中的内容如何授权？

我们要求在图库中发布的所有模板、示例和文章都具有明确的许可信息，但允许使用任何许可（由我们酌情决定）。许可的选择完全由贡献者决定，但我们推荐以下许可：

* **对以下内容使用** [**知识共享署名许可（CC BY 4.0）**](http://creativecommons.org/licenses/by/4.0) **许可，用于文章和示例。** [知识共享](http://creativecommons.org/) 是一个非营利组织，通过免费的法律工具促进创意和知识的共享与使用。他们对 CC BY 4.0 的描述如下：

  > 只要他人注明您的原创署名，此许可允许他们分发、再混合、调整及基于您的作品进行创作，甚至可用于商业用途。这是所提供许可中最宽松的一种。建议用于最大程度地传播和使用受许可材料。
* **对以下内容使用** [**LaTeX 项目公共许可证（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://ayakaleaf-pro.ayaka.space/latex/zh-cn/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.
