> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/edu-lecturer/08.company-school-institute-channel/concept.md).

# 채널이란

'**채널**'이란 구름EDU 퍼블릭 도메인([edu.goorm.io](https://edu.goorm.io))이 아닌 \
**기업, 학교, 학원, 기관별로 발급된 별도의 도메인(`https://채널명.goorm.io`)**&#xC744; 말합니다.

채널을 발급받아 사용하면 **조직 내부에서만 사용하는 SW교육 시스템**을 갖출 수 있습니다. \
다시 말해, 채널 내에서 만들어지는 SW교육 텐츠와 이에 기반하여 이루어지는 \
다양한 활동들은 이 채널 내부에서만 유효합니다.&#x20;

채널마다 최소 하나 이상의 관리자 계정을 생성할 수 있으며, \
채널 내에 속한 구성원을 관리하거나 채널의 여러 속성과 데이터를 관리할 수 있습니다.&#x20;

또한 구름EDU의 콘텐츠는 채널에서도 활용 가능합니다.(일부 제외)<br>

### 채널의 용도

채널은 아래와 같이 다양한 용도로 사용 가능합니다.

* 초등학교, 중학교, 고등학교에서 활용할 수 있는 학교 단위의 SW교육환경 구축
* 대학교 비전공/전공 모두를 대상으로하는 SW교육환경 구축
* 기업 내부에서 활용할 수 있는 전사 SW교육환경 구축
* 컴퓨터 학원 등에서 활용할 수 있는 SW실습환경 구축

![](https://grm-project-template-bucket.s3.ap-northeast-2.amazonaws.com/lesson/les_kQrhJ_1517887459830/a492e582d78c105636229ad6ade1628952cd8a33a9dcb58478e76710fc1c5f4e.png)


---

# 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://help.goorm.io/ko/edu-lecturer/08.company-school-institute-channel/concept.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.
