# Common parameters

In API development, maintaining consistency across endpoints is critical. Apidog addresses this by offering the `Common Parameters` feature, which allows for the reuse of parameters with identical names and descriptions across different endpoints.

## Configure common parameters

To modify or set up your common parameters, follow these steps:


<Steps>
  <Step title="Access Parameter Settings">
    Click on the menu button located on the Description section within the endpoint spec interface.
      
<p style="text-align: center">
    <img src="https://api.apidog.com/api/v1/projects/544525/resources/341113/image-preview" style="width: 640px" />
</p>
      
:::highlight purple
Alternatively, you can manage common parameters under `Settings` - `Project Resources` - `Common Parameters`.
:::
  </Step>
  <Step title="Enter Details">
    Type in the parameter name, description, and any other necessary information.
<p style="text-align: center">
    <img src="https://api.apidog.com/api/v1/projects/544525/resources/341112/image-preview" style="width: 640px" />
</p>
  </Step>
  <Step title="Save the Parameter">
    Confirm your entries by clicking on the "Save" button.
  </Step>
</Steps>

### Import / Bulk Edit

Supports importing or bulk editing commonly used parameters using either comma or colon as separators.

<p style="text-align: center">
    <img src="https://api.apidog.com/api/v1/projects/544525/resources/341115/image-preview" style="width: 440px" />
</p>

## Utilizing Common Parameters

When entering parameter names in an endpoint, you will be presented with pre-defined Common Parameters for selection. Choosing a Common Parameter will automatically populate its Description.

<p style="text-align: center">
    <img src="https://api.apidog.com/api/v1/projects/544525/resources/341116/image-preview" style="width: 240px" />
</p>
