# 시작하기

- [새 문항 만들기](https://docs.qpilot.kr/start/new-question.md)
- [지문 구매하기](https://docs.qpilot.kr/start/new-question/purchase.md): 큐파일럿 팀에서 제공하는 지문을 소개합니다.
- [지문 등록하기](https://docs.qpilot.kr/start/new-question/upload.md)
- [기존 문항 등록하기](https://docs.qpilot.kr/start/existing-question.md)


---

# 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.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.
