> 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/devth-interviewers/faq/practices.md).

# 기업용 문제은행은 어떻게 사용할 수 있나요?

기업용 문제은행은 '[**문제 가져오기**](https://help.goorm.io/ko/devth-interviewers/quiz/import-and-configuration)' 기능을 통해 사용할 수 있습니다.

{% content-ref url="/pages/-LrsSaGzbBU26HJdqGao" %}
[문제 가져오기 및 공통 설정](/ko/edu-lecturer/04.quiz/import-and-configuration.md)
{% endcontent-ref %}

![](/files/-MMB-1Kk3-8uIj0NuC17)

'**문제 관리**' -> **`문제 가져오기`** 클릭 후 \[기타] 분류의 **`기본200제`** 또는 **`실전50제`**&#xB97C; 선택합니다.\
\* 조건 선택은 AND 조건이므로 선택 시 유의 부탁드립니다.

선택한 문제 조건에 따라 보여지는 기업용 문제은행을 활용하여 평가 문제를 만드시면 됩니다.

{% hint style="warning" %}
만약 **`기본200제`** 또는 **`실전50제`**&#xB97C; 선택해도 문제가 보이지  않는다면,&#x20;
{% endhint %}

문제 공개 범위가 '**채널 공개**'로 선택되어 있는지 확인합니다.\
'전체 공개' 또는 '내가 만든 문제'를 선택하면 기업용 문제 은행(기본200제, 실전50제)은 보이지 않기 때문에 '**채널 공개**' 선택 여부를 확인해주시기 바랍니다.

![](/files/-MLk18F5n6TxSoDboq1r)


---

# 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/devth-interviewers/faq/practices.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.
