# 채널 활동 기록

채널 활동 기록 페이지에서는 채널에 속한 사용자들이 강좌/강의/문제/시험 등에 대하여 \
생성/수정/삭제에 대한 활동들을 확인할 수 있습니다.

활동은 모두 한 줄의 기록으로 표시됩니다. 기록은 다음과 같은 구조를 갖습니다.

예시) **누가** / **어떤 강좌** / **무엇을** / **어떻게** 하였습니다.

* **누가** : \
  유저의 이름이 표시됩니다. 유저가 이름을 수정한 경우, 이미 기록된 이름에는 반영되지 않습니다.<br>
* **어떤 강좌** : \
  강좌의 이름이 표시됩니다. 강좌의 이름이 수정된 경우, 이미 기록된 이름에는 반영되지 않습니다.<br>
* **무엇을**: \
  강좌 안에 존재하는 강의/문제/시험이 그 대상입니다. \
  이름으로 표시되며, 이름이 수정된 경우 마찬가지로 이미 기록된 이름에는 반영되지 않습니다. \
  '**무엇을**'에 해당되는 강좌/강의/문제/시험의 경우에는 링크가 달려있어, \
  새 창으로 바로 조회가 가능합니다.<br>
* **어떻게**: \
  생성/조회/수정/삭제 등을 행동을 나타냅니다.

![](/files/-Lu6uu8edHxbI1-hHtmm)


---

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