# 원격 구성 파라미터 생성하기

{% hint style="info" %}
알아두세요

**원격 구성의 파라미터는 운영 환경 및 개발 환경 각각 생성할 수 있습니다.**
{% endhint %}

## 원격 구성 목록

![사용 중인 원격 구성 목록](/files/qYzyIw3h9XsJJku2Tp29)

원격 구성 목록은 다음과 같습니다.

1. 운영 환경과 개발 환경의 리스트는 개별적으로 관리됩니다.
2. 기본적으로 활성된 파라미터 목록을 볼 수 있습니다.
3. 개별 파라미터 키를 클릭할 경우 해당 파라미터의 상세 화면으로 이동합니다.

## 원격 구성 목록 상세

![](/files/9UT1E7tZOo8EiWu4SNSA)

1. 활성 파라미터: 목록 상단에 있는 드롭다운 메뉴를 클릭하여 **`활성 파라미터`**&#xC640; **`보관된 파라미터`** 목록 중 원하는 목록을 볼 수 있습니다.
2. 유형: 해당 파라미터 키의 유형을 확인할 수 있습니다.
3. 생성일: 해당 파라미터 키를 생성한 날짜입니다.

활성 파라미터는 최대 10개까지 동시 사용 가능합니다. 사용하지 않는 파라미터는 보관 처리해주세요.

## 새 파라미터 생성하기

우측 상단의 **`+ 새 파라미터 생성하기`** 버튼을 누르면 파라미터를 생성하여 원격 구성을 시작할 수 있습니다.

![파라미터 생성하기 버튼](/files/E8B2niwaf3wYG4Embc0v)

### 정보 입력하기

![파라미터 생성하기](/files/AmHwiE2AveRxUqvlXvu3)

<table><thead><tr><th width="125.12109375">항목</th><th width="249.6328125">조건</th><th>설명</th></tr></thead><tbody><tr><td><strong>파라미터 키</strong></td><td>필수</td><td>알파벳, 숫자, <code>_</code>, <code>-</code>, <code>.</code> 만 입력 가능<br>1~128자 길이 제한<br>동일 원격 구성 내 중복 불가</td></tr><tr><td><strong>파라미터 설명</strong></td><td>선택</td><td>이름만으로 나타내기 어려운 정보가 있다면 설명에 적는 것이 좋습니다.</td></tr><tr><td><strong>파라미터 유형</strong></td><td><code>String</code> <code>Number</code> <code>Boolean</code> <code>JSON</code></td><td>파라미터 유형을 선택하여 값을 설정할 수 있습니다.</td></tr></tbody></table>


---

# 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.hackle.io/remote-configs/create-remote-config-parameter.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.
