# 조건 분기(If/Else) - AND 및 OR 조건 사용하기

시스템은 조건 중 하나라도 참(True)인 결과를 찾습니다. 조건 중 하나라도 참이면 시스템은 '예(Yes)' 경로로 진행됩니다. '아니오(No)' 경로로 진행되는 경우는 모든 조건이 거짓(False)일 때뿐입니다.

***

*원문 최종 수정: Thu, 11 Nov, 2021 at 1:49 PM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/workflows/workflows-pro-plan-new-pricing-tiers/if-else-conditions-using-and-or-or-conditions.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.
