> 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/uk/baza-znan/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 (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/uk/baza-znan/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.
