> 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/ru/baza-znanii/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, поэтому выпуск вашей работы под той же лицензией — самый простой подход.

Существует множество лицензий на выбор, и отношения между ними сложны, поэтому мы рекомендуем не усложнять и придерживаться одного из этих двух вариантов.

Если вы найдете в нашей галерее пример, для которого нет ясной информации о лицензии или есть противоречивая информация о лицензии, пожалуйста [сообщите нам](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/ru/baza-znanii/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.
