# 지문 등록하기

가지고 계신 지문을 등록하여 아래와 같은 기능들을 제한없이 사용하실 수 있습니다.

* 지문 해석
* 지문별 유형 추천
* [지문 난이도 조절](/features/modification.md)

등록한 지문으로 문항을 제작하면 아래 기능을 제한없이 사용하실 수 있습니다.

* [출제 포인트 추천](/features/question_point.md)[ (페이지 링크)](/features/question_point.md)
* [해설 생성](/features/explanation.md)[ (페이지 링크)](/features/explanation.md)

다음 기능은 플랜에 따라 한 문항에서 최대 이용 가능한 양이 정해져 있습니다.

* [선지 생성](/features/option.md) [(페이지 링크)](/features/option.md)

문항을 등록하면 홈 화면에 등록한 문항이 표시되며, 언제든지 다시 편집하실 수 있습니다.

***

### 등록 순서

1. **'지문 등록하기' 클릭**

<figure><img src="/files/zPYY2auZ21tVcQBxwfOp" alt=""><figcaption></figcaption></figure>

2. **지문을 복사 붙여넣기(ctrl + c, ctrl + v)로 등록**

<figure><img src="/files/W1WgDBCwGJg9VapZZYxb" alt="" width="563"><figcaption></figcaption></figure>

3. **지문 난이도 조절 및 문제 유형 추천**

   <figure><img src="/files/s9tZQnhoGXpAamcfVZNY" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
단어 수 버튼을 누르면 해당 유형의 평균 단어 수보다 얼마나 많고 적은지 확인할 수 있습니다.

또한 출처와 메모등으로 간단하게 문제를 분류할 수 있습니다.
{% endhint %}

지문 난이도 조절과 parphrasing(다시 쓰기) 기능에 대해 궁금하시다면 [지문 변형](/features/modification.md)을 참조해주세요.

다음으로  <img src="/files/GCLtBGiddqcTUbs2f94C" alt="" data-size="line"> 를 클릭하면 아래와 같은 화면으로 이동합니다.

4. **큐파일럿 유형 추천 확인**

<figure><img src="/files/CRbgqFYHONpzYafvp1jV" alt="" width="563"><figcaption></figcaption></figure>

큐파일럿이 추천하는 유형으로 문항을 등록하거나, 직접 유형을 선택하실 수 있습니다.

확인 버튼을 누르면 [출제 포인트 추천](/features/question_point.md)으로 이동합니다.

{% hint style="info" %}
여기서 선택하신 유형은 나중에 바꾸실 수 없으며, 같은 지문으로 다른 유형의 문제를 만드시려면 새로 문항을 등록하셔야 합니다.
{% endhint %}

5. **과거 생성 문항 확인하기**\
   한 지문으로 여러 문항을 생성할 수 있습니다. 지문 창에서 스크롤을 내리면 이 지문에서 어떤 문제를 과거에 만들었는지 확인할 수 있습니다.

<figure><img src="/files/869Pt0ryIb13ITG4fpEb" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.qpilot.kr/start/new-question/upload.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.
