> 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-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://overleaf-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.
