# 결과 추가, 제거

### 1️⃣ 새로운 결과 페이지 추가하기

* 다른 결과 페이지가 있다면 복제하여 생성해 주세요.
* 만약 없다면 새로 생성하고 적절하게 결과 내용을 포함한 페이지를 구성해 주세요.

### 2️⃣ 결과가 나오는 조건 변경하기

* 새로운 결과가 추가 되었으니, 결과가 나오는 조건도 변경되어야 합니다.
* [결과가 나오는 조건 변경](https://www.waveon.io/guides/quiz/change-result-condition)을 참고하여 로딩 페이지에서 결과 분기를 설정 합니다.


---

# 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.waveon.io/quiz-deprecated/add-result.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.
