# Множественное условие

![](/files/zC8qyrGlRKqOEZPOxo6n)

Шаблон этапа "Множественное условие" необходим для обработки случаев, когда у переменной возможны не только 2 значения Истина или Ложь. Но есть несколько допустимых значений. Например, цена имеет несколько категорий: до 500, от 500 до 1000, от 1000 до 1500 и свыше 1500. В этом случае мы имеем 4 возможных случая развития событий.

Чем интересен этот шаблон этапа, что в него можно добавлять произвольное количество условий.


---

# 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.onerpa.ru/rpa-platforma-onerpa/shablony-etapov/shablony-etapov-programmirovaniya/vetvleniya/mnozhestvennoe-uslovie.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.
