# 시작하기 전에

## 기본 에티켓

질문을 할 때는 기본 에티켓을 지켜주세요. 답변자가 늦게 답변한다면 글을 작성 중이거나 찾는 중일 수 있어요.

## [선검색 후질문](https://namu.wiki/w/RTFM?from=선검색%20후질문)

혹시 질문하기 전에 검색을 해보셨나요? 대부분의 문제는 검색하면 해답을 얻을 수 있어요. 특히 에러는 그냥 영어를 읽거나 검색만 해봐도 답을 알 수 있는 경우가 많아요. 질문하기 전에 먼저 구글, 유튜브, 나무위키 등에 검색해 보시는 걸 추천드려요.

## [ChatGPT](https://chatgpt.com/)에게 물어보기

gpt-4o 모델이 출시되면서 ChatGPT의 성능이 많이 향상되어 웬만한 문제는 ChatGPT가 해결할 수 있어요.\
명령어, 데이터팩, 에러 해결도 잘하고 무엇보다 빠르게 답변해 주니 한 번 써보시는 걸 추천드려요.

## 직접 해보기

만약 자신이 직접 해볼 수 있는 상황이라면 먼저 해보세요. 때로는 다른 사람의 답변보다 자신이 직접 해보는게 더 좋을 수 있어요.


---

# 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://qna.r-e.kr/undefined.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.
