> 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/ko/knowledge-base/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/ko/knowledge-base/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.
