> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/remote-configs/create-remote-config-parameter.md).

# Create Remote Config Parameter

{% hint style="info" %}
Note

**Remote Config parameters can be created separately for the Production Environment and Development Environment.**
{% endhint %}

## Remote Config List

![Remote Config list in use](/files/suNFLJn78wg43WUqREdE)

The Remote Config list is as follows:

1. Lists for the Production Environment and Development Environment are managed separately.
2. By default, you can view the list of active parameters.
3. Clicking an individual parameter key navigates to the detail screen for that parameter.

## Remote Config List Details

![](/files/05KpzPHW3D6XWsnO7v7d)

1. Active Parameters: Click the dropdown menu at the top of the list to switch between the **`Active Parameters`** and **`Archived Parameters`** lists.
2. Type: View the type of the parameter key.
3. Created Date: The date on which the parameter key was created.

Up to 10 active parameters can be used simultaneously. Archive parameters that are no longer in use.

## Creating a New Parameter

Click the **`+ Create New Parameter`** button in the upper right to create a parameter and start using Remote Config.

![Create Parameter button](/files/Skw0Qhg9Xil3tIW25vUR)

### Entering Information

![Create Parameter](/files/BzUL6r8bIoeBU50247NQ)

<table><thead><tr><th width="125.12109375">Field</th><th width="249.6328125">Condition</th><th>Description</th></tr></thead><tbody><tr><td><strong>Parameter Key</strong></td><td>Required</td><td>Only letters, numbers, <code>_</code>, <code>-</code>, and <code>.</code> are allowed<br>Length limit: 1–128 characters<br>Must be unique within the same Remote Config</td></tr><tr><td><strong>Parameter Description</strong></td><td>Optional</td><td>If the name alone does not convey enough information, it is a good idea to add a description.</td></tr><tr><td><strong>Parameter Type</strong></td><td><code>String</code> <code>Number</code> <code>Boolean</code> <code>JSON</code></td><td>Select a parameter type to configure its value.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/en/remote-configs/create-remote-config-parameter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
