# Configuration Parameters

Configuration parameters are essentially variables with specific functions within a tool. They act as adjustable settings, allowing users to tailor the tool's behavior to their needs. The complete set of these variables is collectively known as the "configuration parameters."

Compiled languages typically use static variables for configuration, meaning they have a lifespan covering the entire program's execution. This is like pre-determining the settings before starting a journey. In contrast, interpreted languages allocate configuration variables dynamically during declaration, as their values might not be known in advance. Imagine adjusting navigation points mid-journey based on new information.

This is a Privilege-based feature: The user can access, view, add, edit, delete, and execute only if the administrator has granted them privileges. This will be defined under roles and privileges.

## **What you see on the screen**

**Configuration Parameter Details** | Fields

<table data-header-hidden><thead><tr><th width="305"></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>Description/ Example</strong></td></tr><tr><td>Search</td><td>Search for the required configuration parameter. </td></tr><tr><td>Filter</td><td>Filter can be added based on the field (Parameter, description, and value) and select the condition from the drop-down box below. </td></tr><tr><td>Parameter</td><td>Displays the parameter associated with the configuration.</td></tr><tr><td>Value</td><td>Indicates the value described in the configuration.</td></tr><tr><td>Description</td><td>A brief description of the respective configuration.</td></tr><tr><td><strong>Actions</strong></td><td></td></tr><tr><td>Edit</td><td>Click to make changes to the configuration.</td></tr><tr><td>Delete</td><td>Click to delete the configuration.</td></tr></tbody></table>

## **Steps to Add a Configuration Parameter**

* Navigate to Infraon Configuration -> IT operation -> Network Configuration and select the Configuration parameter option.
* Click on ‘ADD,’ located at the top right corner of the page.
* Input the below details:

**Add Configuration Parameter** | Fields

<table data-header-hidden><thead><tr><th width="323"></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>Action/ Description</strong></td></tr><tr><td>Parameter</td><td>Click to add a required parameter name for the configuration.</td></tr><tr><td>Value</td><td>Add the respective value.</td></tr><tr><td>Description</td><td>Add a suitable brief description of the configuration.</td></tr></tbody></table>

{% hint style="info" %}
**Note:** Enabling "Password Field" triggers secure storage and masked display of the value field (When the Checkbox is ticked, the password will be kept hidden).
{% endhint %}

* Click Submit to configure the Parameter or Cancel to abort the operation.


---

# 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.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/network-configuration/configuration-parameters.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.
