# 옵션

* 옵션이란 선택지나 구분 값을 말해요.&#x20;
* 성별(남자/여자)이나 국가(한국/일본/중국/기타)처럼 카테고리나 선택지가 필요할 때 다양한 옵션을 설정해 사용할 수 있어요.
* 옵션은 매번 반복 생성할 필요 없이, 생성 후 언제든 재활용하고 손쉽게 사용할 수 있어요.
* 관리자 웹 > 옵션 설정에서 옵션을 추가할 수 있고 옵션을 추가할 때 [옵션 명](/main/guide/dictionary/option-name.md)과 [옵션 ID](/main/guide/dictionary/option-id.md), [옵션 코드](/main/guide/dictionary/option-code.md)를 설정할 수 있어요.

<figure><img src="/files/Lc1SAGGjZ36jJPMLRXm0" alt=""><figcaption></figcaption></figure>

> \#옵션, #카테고리, #선택지, #구분값, #선택지 만들기, #옵션 만드는 방법, #옵션 명, #옵션 ID, #옵션 코드

2023.08.02 Jinny

**An option**

* An option is a choice or a defined value.
* When you require categories or choices, such as gender (male/female) or countries (Korea/Japan/China/other), you can apply various options.
* You don't need to create a new option every time; instead, you can simply reuse pre-set options.
* To add options, navigate to the Administrator Web > Options settings, and specify the option name and option ID, option code during the addition process.

2023.07.31 Song<br>


---

# 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.ohmyapp.io/main/guide/dictionary/option.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.
