> 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/overleaf-learn-latex-pt/base-de-conhecimento/047-how-are-the-contents-of-the-overleaf-gallery-licensed.md).

# Como estão licenciados os conteúdos da galeria do Overleaf?

Exigimos que todos os modelos, exemplos e artigos publicados na galeria tenham informação clara sobre a licença, mas qualquer licença é permitida (à nossa discrição). A escolha da licença depende inteiramente do contribuinte, mas recomendamos o seguinte:

* **Use a** [**Atribuição Creative Commons (CC BY 4.0)**](http://creativecommons.org/licenses/by/4.0) **licença para artigos e exemplos.** [Creative Commons](http://creativecommons.org/) é uma organização sem fins lucrativos que permite a partilha e utilização da criatividade e do conhecimento através de ferramentas jurídicas livres. Descrevem a CC BY 4.0 da seguinte forma:

  > Esta licença permite que outros distribuam, remixem, ajustem e desenvolvam o seu trabalho, mesmo comercialmente, desde que o reconheçam pela criação original. Esta é a mais permissiva das licenças oferecidas. Recomendado para a máxima disseminação e utilização de materiais licenciados.
* **Use a** [**Licença Pública do Projeto LaTeX (LPPL)**](http://latex-project.org/lppl/) **para modelos.** O [O projeto LaTeX](http://latex-project.org/) é o projeto de código aberto que desenvolve o próprio LaTeX. O LaTeX e a maioria dos pacotes contribuídos são licenciados sob a LPPL, pelo que colocar o seu trabalho sob a mesma licença é a abordagem mais simples.

Há muitas licenças por onde escolher, e as relações entre elas são complexas, por isso recomendamos manter as coisas simples e optar por uma destas duas opções.

Se encontrar um exemplo na nossa galeria que não tenha informação clara sobre a licença, ou que tenha informação contraditória sobre a licença, por favor [diga-nos](https://www.overleaf.com/contact), e tentaremos resolver o problema com o contribuinte.


---

# 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/overleaf-learn-latex-pt/base-de-conhecimento/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.
