# Research

- [Contribution](https://haksung.gitbook.io/oss/research/contribution.md)
- [조직이 오픈소스에 투자해야 하는 다섯 가지 이유](https://haksung.gitbook.io/oss/research/contribution/why-organizations-open-source.md): Five reasons why organizations should invest in open source
- [개발자가 오픈소스에 기여해야 하는 이유](https://haksung.gitbook.io/oss/research/contribution/why-devoloper-contribute.md): Why contribute to open source?
- [Tools](https://haksung.gitbook.io/oss/research/tools.md)
- [License compliant containers (draft)](https://haksung.gitbook.io/oss/research/tools/license-compliant-containers.md)
- [Compliance](https://haksung.gitbook.io/oss/research/license.md)
- [Elastic License 2.0 배경](https://haksung.gitbook.io/oss/research/license/elastic-license-2.0.md): By Haksung Jang (@haksungjang) | Sunday, March 28, 2021
- [Docker containers : 오픈소스 라이선스 고려사항](https://haksung.gitbook.io/oss/research/license/docker-containers.md): Docker containers: What are the open source licensing considerations?
- [2019 FOSS Legal Issue Top 10](https://haksung.gitbook.io/oss/research/license/2019-foss-legal-issue-top10.md)
- [소스 코드 내 저작권 표시를 해야 하는 이유와 올바른 방법](https://haksung.gitbook.io/oss/research/license/copyright-statements.md): How and why to properly write copyright statements in your code
- [Security](https://haksung.gitbook.io/oss/research/security.md)
- [OSS Supply Chain Security](https://haksung.gitbook.io/oss/research/security/oss-supply-chain-security.md): A Publication of The Linux Foundation


---

# Agent Instructions: 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:

```
GET https://haksung.gitbook.io/oss/research.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
